For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
In our current integrations between SOA Cloud to ERP Cloud, we call the Cloud ESS Job for Importing FBDI or Bulk Data and it responds us with Job Status and ESS Job IDs of each of the Childs through a call-back service. As part of any new release, does the ERP Cloud ESS Job has the option to get Error Messages or the Log file of the execution as an attachment on the Call-Back Service? Or is there any other way we can get this through a web-service or rest-service call so that we can use this in our integrations. At present, we are manually looking up log files in ERP Cloud.
Hi Arvind,
downloadESSJobExecutionDetails operation of ErpIntegrationService returns log files.
Refer https://docs.oracle.com/en/cloud/saas/financials/18c/oeswf/erp-integration-service-ErpIntegrationService-svc-9.html for more details.
Thanks,
Kunal
Thanks Kunal. This helps but I was looking for something in the call-back service itself so that i don't need to make another service call to fetch the error message :)
Hi Arvind,
Make sure call back xml includes the following
<typ:jobOptions>ExtractFileType=ALL</typ:jobOptions>
This will zip all the logs and error log file and place it in UCM. Use the callback json reply to find the document ID and download it
thanks,
Magesh
Thanks Magesh, I can understand that additional service call is inevitable either I pull it through downloadESSJobExecutionDetails option or your UCM option.
Hi Arvind,
downloadESSJobExecutionDetails operation of ErpIntegrationService returns log files.
Refer https://docs.oracle.com/en/cloud/saas/financials/18c/oeswf/erp-integration-service-ErpIntegrationService-svc-9.html for more details.
Thanks,
Kunal