Hi All, This problem has been causing a lot of grief with my current project, but finally I somewhat fixed it.
I fixed the problem by adding the following two lines in /etc/sysctl.conf file: kernel.msgmni=512 kernel.sem=250 128000 32 1024 The first parameter is to increase the number of message queue. By default linux kernel 2.4 set this value to 16, the second paramameter is to increase the number max semaphore available. cheers, -- Victor Hadianto NUIX Pty Ltd Level 8, 143 York Street, Sydney 2000 Phone: (02) 9283 9010 Fax: (02) 9283 9020 This message is intended only for the named recipient. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this message or attachment is strictly prohibited. _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
