Consultor Eletrônico



Kbase P132449: Error message from application after 3 hours
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   23/06/2008
Status: Unverified

SYMPTOM(s):

Error message from application after 3 hours

Using the SonicMQ adapter to send messages from a Progress 4GL application.

A 4GL condition was generated by the 'messageHandler' handler.The handler must handle it rather than propagate it to the 4GL/JMS implementation

When using -clientlog it can be seen that just before the 'messageHandler' error there is error 2624 indicating record contention.

<file-name> in use by <user> on <tty>. Wait or choose CANCEL to stop. (2624)

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x

CAUSE:

The cause is a 4GL application programming error caused by a locking conflict in the application.

FIX:

Correct the 4GL application code to resolve the locking conflict.