I am testing the Webrun node and it works, but I receive the error below. It looks as if it is a time out problem so I did some checking on the Infor Support site and found the parameter SSOTimeout which can be added to the bpm.properties file. I set it to 10 minutes, but that did not resolve the problem. I ran the command below in the browser also. We are on Landmark 10.1.1.14.
https://lawson-appwebt.hm...IM&OUT=txt&WAIT=true
-- -
https://lawson-appwebt.hm...0JIM&jobOwner=lawson
David,
Can you post the javascript code for a wait loop that you mentioned?
It could be something like this:
on the QueryJob node you put this code: PROD=GEN&FILE=QUEUEDJOB&INDEX=QJBSET11&KEY=ebfinusr=&FIELD=JOBNUMBER&SELECT=STATUS%3C60&OUT=CSV&DELIM=~
This set up will check for the status of a previously submitted job, if QueryJob node returns 0 records (QueryJob_RECORD_COUNT == 0) then continue, else wait a number of seconds and query again. Hope this help.