1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Asynchronous request are not always executed

Discussão em 'StackOverflow' iniciado por fdantas, Janeiro 24, 2020.

  1. fdantas

    fdantas Administrator Moderador

    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...

Compartilhe esta Página