Categories
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