Help with report_object_status [message #399336] |
Tue, 21 April 2009 12:45 |
falolabaker
Messages: 1 Registered: April 2009
|
Junior Member |
|
|
Please I have a report that is giving me the 'FRM-41214: Unable to run report' message.
After debuging, I found out that the error was coming from the report_object status call:
This is the portion of the code that throws out the error:
v_runrep := run_report_object(repid);
OVPKCS.pr_debug_msg ('Getting report status with v_runrep'||v_runrep);
v_rpstatus := report_object_status(v_runrep);
OVPKCS.pr_debug_msg ('AFTER report_object_status v_rpstatus'||v_rpstatus);
The OVPKCS.pr_debug_msg writes out a message to the monitor. I found out that the v_rpstatus was TERMINATED_WITH_ERROR and not FINISHED as expected.
I dont know why the report returned that or I dont know how the report_object_status worked.
Any help will be highly appreciated.
Thanks
|
|
|