copy_report_object_output does not work
93951Jun 26 2008 — edited Jul 16 2008report 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