How to find the Output of XML Publisher (BI Publisher) reports output in EBS
cd $APPLCSF/$APPLOUT
-> ls -ltr *<request_id>*
where <request_id> is the report concurrent program request_id.
For Example, if the concurrent request is is 754321 and the report has generated the PDF\RTF output,
Then use the following commad :-
ls -ltr *754321 *PDF
cd $APPLCSF/$APPLOUT
-> ls -ltr *<request_id>*
where <request_id> is the report concurrent program request_id.
For Example, if the concurrent request is is 754321 and the report has generated the PDF\RTF output,
Then use the following commad :-
ls -ltr *754321 *PDF
No comments:
Post a Comment