Semaphore error when logging into TSQL

Post Reply
murad
Posts: 13
Joined: Thu Feb 20, 2003 3:19 pm

Semaphore error when logging into TSQL

Post by murad »

I am running HP 11i U/X and from time to time I am getting the following errror:

000 Unix will not allow more process to access semaphore
000 Unable to obtain semaphore
000 Could not open locking mechanism in the function ddopen
000 Couldn't connect to . in the function SQLConnect


I have 10 texis databases running and somewhere between 200-500 concurrent users. Do you know why I could be getting this error. My kernal settings related to semaphores are below.


Semaphore retated Kernel Parameters

semaem 16384
semmap 1026
semmni 1024
semmns 1536
semmnu 384
semmsl 2048
semume 256
semvmx 32767
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Semaphore error when logging into TSQL

Post by John »

The semmnu 384 is the controlling one, and if more than that number of connections to any combination of databases exist you will get that message.
John Turnbull
Thunderstone Software
Post Reply