Consultor Eletrônico



Kbase P25241: Database not connected; Error (1006) appears in WebSpeed se
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/05/2003
Status: Unverified

FACT(s) (Environment):

WebSpeed 3.1C

FACT(s) (Environment):

Solaris SPARC

SYMPTOM(s):

Agents randomly disconnect from database

Error in WS server log;
Database <db-name> not connected. (1006)

Error in WS server log;
DISCONNECT: Database <db-name> is unopen or unknown. (1009)

Error in db log;
Could not connect to server for database <db-name>, errno 0. (1432)

Agents connecting client/server to db

CAUSE:

Disconnect string being issued at the end of the code.
-DISCONNECT <db-name>.

Thus, causing the agents to disconnect from the db in that session.

FIX:

Remove disconnect string from code if the agent still has ongoing code which needs to access the db.