[Stackoverflow] [Progress OpenEdge ABL] Asynchronous request are not always executed

Status
Not open for further replies.
G

Gaetano Herman

Guest
I'm currently working on some asynchronous calls.

I'm currrently experiencing an issue where sometimes calls will just do nothing and don't throw an error or something.

It happens like once, twice in like 20-30 calls.

This is what I currently have.

DEFINE VARIABLE hAppServer AS HANDLE NO-UNDO.

hAppServer = getServersHandle(AppSrvConnectionEnum:apsvWorkFlow).

RUN ServiceInterface/StartAsync.p ON SERVER hAppServer ASYNCHRONOUS EVENT-PROCEDURE "ProcedureComplete" IN hCallBack (INPUT ipiWorkflowId).


I'm running it on Progress Version 11.6.4. I also have put messages on the ServiceInterface/StartAsync.p procedure, and when the calls do not get through no messages are written to the appserver ofcourse.

Does anyone have an idea?

Continue reading...
 
Status
Not open for further replies.
Top