Crystal Reports Export Through AppServer Crashes

drew_sav

New Member
Hi guys,

I'm having an issue exporting a crystal report to PDF through the AppServer, and came across this post in the archives, which exactly details my problem:

http://www.progresstalk.com/archive/index.php?t-77707.html

but unfortunately was never solved. Just to restate the problem:

We have an application which generates a PDF using Crystal Reports. The application works fine when we start this with a client on the server. But when when I connect via a web service to start the application i get the error:

The instruction at "0x018530e8" referenced memory at "0x00000050". The memory could not be "read".

Which occurs on the line:

create 'CrystalRuntime.Report' chReport.
... (configure the report) ...
chReport:Export(false). <---- Error occurs here, with or without a no-error

The file is created, but is 0 bytes in size.

I have noted that when the Admin Service for OpenEdge 10.1B is started under the "Local System" account, everything works fine. But this is not feasible, as then the web service has no access to files and printers that exist accross the network.

When the Admin Service is started under an administrator account, we get the error (Report Builder works fine in both cases).

If anyone has any ideas of where i can go from here, it'd be greatly appreciated.

Thanks,
Andrew
 
Back
Top