Hello everyone.
I have to implement a process that Copy all the report output in and FTP folder. I found the following orchestrator service:
v2/external/ftp/report
This take the following input:
{
"jobNumber": 1207,
"softCodingRecordKey":"MYFTP",
"executionServer": "myEntServer"
}
When I run a report with a single PDF output, the service work fine and in FTP folder I can see the PDF. When I run an report with multiple PDF output, the service ends with status 200, but in the...
Read more
I have to implement a process that Copy all the report output in and FTP folder. I found the following orchestrator service:
v2/external/ftp/report
This take the following input:
{
"jobNumber": 1207,
"softCodingRecordKey":"MYFTP",
"executionServer": "myEntServer"
}
When I run a report with a single PDF output, the service work fine and in FTP folder I can see the PDF. When I run an report with multiple PDF output, the service ends with status 200, but in the...
Read more