Hi,
I've added the Input Script Parameters from the job manager element as script parameters in the automation script but I'm getting "Could not start script: there's no script parameter value provided for id 1" every time the job manager tries to launch the booking script.
Any idea what the problem might be?
@Peter: version 3.0.0.20
hi Robin
It looks like the parameters defined on the script, do not match with what the Job Manager is passing to it.
According to the connector help, by default, two parameters ('JobGuid' and 'JobManager') are passed when the script gets started. Could you double check if those are the same on your script?
If they are, maybe you could check if the default behaviour isn't enabled.
It was the Default Behaviour parameter, thank you!
hi Robin
Could you specify what version of the job manager you’re using?