barchamb
April 8th, 2004, 05:44 PM
I am trying to export a report to PDF and HTML. I am currently using Crystal Reports 8.5, and I'm using the CRPE32 API. On my development machine, this works great. I get PDF files that I can view with Acrobat, and HTML files that come up fine in IE.
However, when I run the same code on a clean machine that doesn't have Crystal installed, I get error 500 returned after PEStartJob fails if I try to export to PDF, and I get error 692 when trying to export to HTML.
I did a search on the web, and there is an article that says error 692 if for unsupported export types, specifically HTML 3.0, which was stopped supporting as of Crystal 8. But, I am trying to export in HTML 4.0, which, like I said before, works fine on my dev box.
The error 500 means out of memory, but it's really just the catch all error code. Crystal sends back error 500 for many, many reasons.
So, it seems like maybe a DLL mismatch or missing DLL or something, but I can't track it down. Anyone have any ideas?
However, when I run the same code on a clean machine that doesn't have Crystal installed, I get error 500 returned after PEStartJob fails if I try to export to PDF, and I get error 692 when trying to export to HTML.
I did a search on the web, and there is an article that says error 692 if for unsupported export types, specifically HTML 3.0, which was stopped supporting as of Crystal 8. But, I am trying to export in HTML 4.0, which, like I said before, works fine on my dev box.
The error 500 means out of memory, but it's really just the catch all error code. Crystal sends back error 500 for many, many reasons.
So, it seems like maybe a DLL mismatch or missing DLL or something, but I can't track it down. Anyone have any ideas?