Consultor Eletrônico



Kbase P127877: Getting error from client session lbifillicb: bfrread failed ret=-1218 after disconnect from databas
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   01/07/2009
Status: Verified

SYMPTOM(s):

Getting error from client session lbifillicb: bfrread failed ret=-1218 after disconnect from database initiated for client.


FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Versions

CAUSE:

The client is unable to perform the next tasks in the code they were running because the database is no longer connected.

FIX:

If a client is disconnected from a database the client may be in the middle of activities and may not be aware of the disconnect until it attempts to perform a new function.
At that time, the client may realize it is no longer connected and a variety of errors may be generated dependent on the function the client tried to perform.

The reason for the intentional disconnection should be investigated.

The errors resultant from the clients being disconnect during the execution of a function are unavoidable.

Review of the database log will likely show the disconnection operation proceeds the error by the client and are therefore an understandable consequence of the disconnection.