Consultor Eletrônico



Kbase P4087: Error 1007 when trying to start a database
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/20/2003
Status: Unverified

FACT(s) (Environment):

Windows 32 Intel

FACT(s) (Environment):

Progress 9.1C

SYMPTOM(s):

Error 1007 when trying to start a database

SYSTEM ERROR: unexpected wakeup from wait code -9, user 22 (1007)

You have attempted to connect to a database with too many users connected to it. Retry the connection later, or increase -n on the server. (5291)

In the database logfile there are many logins on CON which exhaust the limit:
Login by on CON:. (452)

CAUSE:

The situation appears when there are problems with startup procedures or scripts which attempt to read any file (with parameters for example) without appropriate authority. This makes the procedure continually try to read the file, hence CPU usage can reach 100% and many processes may be spawned

FIX:

Correct the permissions of the file or change the startup procedure to avoid such situations.