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
We are invoking a BIP report from a ESS job. In case of error we need to print the file name (generated by BIP) to be printed in error log. Is there a way to do it ? Thanks in advance.
Comment
Hi,
Hope this is a custom ESS process and a custom report.
Typically you get the error file with name starting with 'ESS_L_' followed by a 5-6 digit auto generated number, (ESS_L_70370)
And the number (i.e) 70370 is actually the process Id of a specific ESS Job.
However this log file shall have fields named as 'RequestId' and 'ReportID'. And the value for ReportID is the name of the report with full path.
Also you can name the ESS process similar to the name of the Report so the ESS process shall have the report name.
Be the first to rate this
|
Sign in to rate this
Thanks Senthilrajan. Appreciate it.
Be the first to rate this
|
Sign in to rate this