Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 52 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 288 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.3K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 111 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Printing BIP report file name in error log
Summary
We have ESS job scheduling a BIP report. In case of error how can we print the report file in error log name
Content
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.
Answers
-
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.
0 -
Thanks Senthilrajan. Appreciate it.
0