FTP Connector Service Request attempt to retrieve UBE PDF fails to download the report output
Running all Linux 7 9.2.2.4 and Orchestrator Studio 6.1.0.0
In ORCH Studio, I created an FTP connector to transfer files to an external location.
Then created a Connector Service Request using that connection designating the SR as a "Report" with Job Number = ${JobNumber}, Execution Server = ${ExecutionServer} and File Type = PDF (which are the defaults).
Then I created a Orchestration with a single Service Request step with takes Orchestrations inputs JobNumber (Numeric) and ExecutionServer (String) and passes them to the service request input.
Then I fire up the Orchestrator Client and send this to the orchestration.
{
"inputs" : [ {
"name" : "JobNumber",
"value" : "7"
}, {
"name" : "ExecutionServer",
"value" : "jdeapp01"