reports that runs with status FINISHED_WITH_ERROR.how to see the error log

Hello
I executin the following codes

SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_COMM_MODE, ASYNCHRONOUS);
SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_FILENAME,'/U02/oradata/data/reports/PE4.RDF');
SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_DESTYPE, file);
SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_DESFORMAT, 'PDF');
SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_DESNAME,'/U02/oradata/data/reports/AA.PDF');
SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_SERVER, 'rep_ora_apps');
v_rep: = RUN_REPORT_OBJECT (repid);
IN all, REPORT_OBJECT_STATUS (v_rep) in ('MARKET', 'OPENING_REPORT', 'PENDING')
LOOP
message ("status is ' |") REPORT_OBJECT_STATUS (v_rep));
i: = i + 1;
If I have > 100 then
"exit";
end if;
END LOOP;
message ("status is ' |") REPORT_OBJECT_STATUS (v_rep));

----------------
The messages I've had are

IN QUEUE
IN QUEUE
IN QUEUE
IN QUEUE
RUNNING
RUNNING
RUNNING
FINISHED_WITH_ERROR

Could you please tell me how I can see the error log?

Concerning

Hello

to see the error:

1 generate the error again
2. Enter the following URL in your browser:

[http://:/reports/rwservlet/showjobs? rep_ora_apps = server]

You will see the last task. Click x status to see the error.

Kind regards
Joe

Tags: Oracle Development

Similar Questions

Maybe you are looking for