IPC question...

swhitmire

Reputable Poster
We've just gone live today and are discovering a problem with services on
our production box.
After the services have been up for a while, jobs begin erroring with
messages like this:

108750 Mon Jul 16 15:09:34 2001 ipcsysv.c675
IPC2100030 - createIPCSem failed, maxNumberOfSemaphores exceeded.

108750 Mon Jul 16 15:09:34 2001 jdb_utl1.c3616
Unable to get Mutex for report: PD7333R5542006TZDCSOFT78.

108750 Mon Jul 16 15:09:34 2001 runbatch.c820
Unable to get Mutex for report: R5542006 version: TZDCSOFT78.


maxNumberOfSemaphores was set to 200 in the JDE.INI by default; I've just
increased it to 400
to see if that will help. Two questions: is this really the problem? and
what do other people have this
parameter set at?

Thanks,
--Scotti Whitmire
DeRoyal Industries
Xe, SP15, AIX4.3.3, Oracle 8.1.6
 
Scotti,

my client is running Xe, SP15_010 on AIX 4.3.3 . We have the same setting as you,
startIPCKeyValue=9000
maxNumberOfSemaphores=200 .

We have not had the same problems. For some reason you are running out of Semaphores. Are you having a large number of UBE Queues/Threads? I read once that one should leave a window of 1000 Semaphores, counting from the start value. So 400 in your case should not be wrong.

Good luck, Gerd


Em Monday, July 16, 2001 em 01:01:56 PM, [email protected] escreveu:


Gerd J. Renz
InfoJBS Consultores Associados
Gerente de Tecnologia
e-mail: [email protected]
fone: 011 5505-3750



--
ISM - Solucoes na Internet

http://www.ismnet.com.br/
 
Back
Top