Kbase P22015: SQL92 connection fails with sql engine thread creation failed (12) on Caldera Open Unix 8
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1D
Caldera Open UNIX/SCO UnixWare
SYMPTOM(s):
SQL92 connection fails with error sql engine thread creation failed (12)
SQL92 Engine is supported on Caldera/SCO Open Unix 8 platform
java version is correct 1.3.0
$DLC/bin/java_env file points to the correct libraries
CAUSE:
Errno 12 that was reporting ENOMEM - not enough core, kernel parameters need to be fine tuned.
FIX:
Tune your kernel parameters as per following example:
/etc/conf/bin/idtune HDATLIM 0x7FFFFFFF
/etc/conf/bin/idtune SDATLIM 0x7FFFFFFF
/etc/conf/bin/idtune HVMMLIM 0x7FFFFFFF
/etc/conf/bin/idtune SVMMLIM 0x7FFFFFFF
(then to verify these in stune)
Then rebuild the kernel:
/etc/conf/bin/idbuild -B
Reboot of the server is required in order to activate these changes