I am having troubles getting a crystal report to run through my windows service. It runs beautifully on my local development box, but when I load it to the server, I get an internal server error.
CrystalDecisions.CrystalReports.Engine.InternalException:
Error in File C:\WINNT\TEMP\ProOfficeInvoiceSummary {7B7E045C-427A-4874-B18D-1268B230D778}.rpt:
Operation not yet implemented.
When I remove the database call from the report - it will print (of course with no data) so the reports are being recognized on the server. Obviously I'm thinking it's got to do with the report itself which I am sad to say I have minimal experience with. But since it works on my local - what could be the issue? Same database calls, etc.
I am using CRXI, with VS2005, 2.0 .NET framework.
Thanks ahead of time for any input.
Edited by jwhite2007 - 20 Feb 2007 at 8:38am