AppWorx, Dollar Universe and Sysload Community

 View Only
  • 1.  Every time condition is true not working while searching for the trigger file in rerun instance.

    Posted Nov 10, 2017 05:34 AM

    Hello Team,

    We have a job ABC which have a condition to look for a trigger file before it gets triggered. below is the condition :

    1 Before Continuous CHECK FILE EX /appworx/install/exec/abc.trg 0 0 0:0:00 WAIT UNTIL MET  

    during the first run of this ABC job this condition is getting satisfied and job is moving to running status.

    BUT

    As soon as this job gets aborted and we reset it , it never satisfy the above condition this time and we have to remove the condition manually.

    Can anyone share any fix to this problem.

    Regards,
    Sourabh Shrimal



  • 2.  Every time condition is true not working while searching for the trigger file in rerun instance.

    Posted Nov 11, 2017 02:35 PM

    This might be an issue that support needs to look into. Have you opened a ticket so that this can be looked at?



  • 3.  Every time condition is true not working while searching for the trigger file in rerun instance.

    Posted Nov 15, 2017 10:03 AM
    Yes we had Fiserv open a ticket on our behalf  on 11/03


  • 4.  Every time condition is true not working while searching for the trigger file in rerun instance.

    Posted Nov 16, 2017 12:20 PM

    I did some testing on this and there does appear to be a possible issue with BEFORE WAIT TILL MET conditions being reset after an ABORT.

    However, we recommend using as few wait till met conditions as possible as they require a lot of overhead. the Following condition DOES work and provides the same functionality...

     

    xmifc2x35yuy.jpghttps://us.v-cdn.net/5019921/uploads/editor/gw/xmifc2x35yuy.jpg" width="642">

    You will have to change the File Name of course. The will provide the same results as the condition having issue. Our application is not real time and setting the delay to 1 minute matches our 1 minute evaluation cycle anyways.