We are trying to transition our Process Flows to replace the System Command nodes with WebRun nodes instead.
Where we have a System Command set to run Korn shell script to process an FTP we need to replace it with a WebRun to run the cgi-lawson/jobrun.exe program to submit the script.
We created a token for the script and set the WebRun node with the following Post string;
FUNC=run&USER=User&JOB=JobName&PROD=appProdline&OUT=xml&WAIT=TRUE
We can not get the script to run. We have tried different users, made sure the users have access to the token that was created for the job and just can not get the job to run.
Anyone have experience with the WebRun submitting a job to run a script? Any tips on what we might be missing?