I have an application that creates reports, generates pdf document and upload the document into filenet. Works great when attached to my development database (oracle 9i). WHen I switch the datasource to the test database (oracle 9i), the program dies on the following call: reportDocument.Export() with the following error message:
"The instruction at "0x88888888" referenced memory at "0x00". THe memory could not be "written"."
This only happens when exporting to PDF. If I export to any other format, works fine. Any idea?
Thanks
"The instruction at "0x88888888" referenced memory at "0x00". THe memory could not be "written"."
This only happens when exporting to PDF. If I export to any other format, works fine. Any idea?
Thanks