Consultor Eletrônico



Kbase P32964: What process is error message 5512 being reported for: the server or the client?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   31/01/2011
Status: Verified

GOAL:

Is the problem on the server or on the remote client for error message: "Previous message sent on behalf of user <user#> (5512)?"

GOAL:

Is error for the server or for the client for error message: "Previous message sent on behalf of user <user#> (5512)?"

GOAL:

Understanding error message: "Previous message sent on behalf of user <user number>. (5512)"

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Product Family

FIX:

The issue with with the client not the server process. The description of error message 5512 is:

Previous message sent on behalf of user <user number>. (5512)"

One of the server processes wrote the message in the database log file (dbname.lg) on behalf of a client.

This message is normally proceeded by a more detailed message indicating what the actual problem or error was for a given client.
Immediately following the 5512 error message is another message that contains information regarding which client the previous message is for.

Example: Sample extract of a database log file (dbname.lg).

09:36:07 SRV 3: Insufficient disk space or Write access denied. (291)
09:36:07 SRV 3: Previous message sent on behalf of user 221. (5512)
09:36:09 SRV 3: Logout usernum 221, userid xxx, on yyy-s-dell. (739)

The problem is for the client on node "yyy-s-dell".