Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

copy_report_object_output does not work

93951Jun 26 2008 — edited Jul 16 2008
report is running fine on the server and I can see the output pdf file. for some reason, the copy_report_object_output failing to copy the output file to local machine.

here is my code:

If rep_status = 'FINISHED' Then
message('Report Completed');
copy_report_object_output(v_rep,'C:\local.pdf');
else
error
end if;

I get the message report completed and no error messages from copy_report_object_output procedure but no file in the C drive.

anyone has come across this issue?
we are on 10g release2 patchset3 i.e, 10.1.2.3

-Pardha
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 13 2008
Added on Jun 26 2008
5 comments
2,551 views