I developed one Script in studio and published in orchestrator.
The script is running fine in debug mode & in studio also.
but in orchestrator it is throwing an error “Throw: Unable to process Product data. Error Details : Index was outside the bounds of the array.”
It might be caused by getting string before the value is set in the element.
For now, to isolate cause, can you try to put 3 or 4 sec Delay activity just before the GetText activity?
@Yoichi I am now getting a new error in Orchestrator.
When the script fails to run I created one workflow which will send an alert mail.
In Studio it is working fine and sending the mail as well but in Orchestrator it is throwing an error.
If the invoked file exists in same project, it’s necessary to pass not absolute path but relative path because nupkg file is extracted to %USERPROFILE%.nuget\packagename\version
The log still shows absolute path. If we set relative path it will be c:\Users\[account name]\.nuget\package\.... , because the package will be extracted there.
Are these logs from updated process? Did you increment version number and update settings of your orchestrator?