Kbase P86221: Semaphore operation permission denied. (1133)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/30/2009 |
|
Status: Verified
SYMPTOM(s):
Semaphore operation permission denied. (1133)
Cannot connect to database using CONNECT statement.
There are three databases each with 141 extents.
After connecting to first database, client issues a connect statement to the other databases.
Can connect from command line using mpro dbname.
FACT(s) (Environment):
Sun Solaris SPARC
OpenEdge 10.0A
UNIX
Progress/OpenEdge Product Family
CAUSE:
All databases specified on the command line (mpro) can be connected to because the client is running as root. The process is then changed from root to the actual user upon initial connection to the database. User's privileges are not sufficient to connect using this method.
FIX:
Connect to databases via the command line (mpro -db) instead of connecting via CONNECT statement in programs.