I have a SAP plugin with a windows form with an embedded Crystal report.
I use Visual Studio 2010 and Crystal Reports for Visual Studio 2010 PL8.
The used SAP version is 9.0 PL6
On one machine, the reports cannot be loaded, I get the error "Load report failed".
The inner exception is "Unspecified Error".
The stack trace:
at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
at CrystalDecisions.CrystalReports.Engine.ReportDocument.Liad(String filename, OpenReportMethod openMethod, Int16 parentJob)
at CrystalDecisions.CrystalReports.Engine.ReportClass.Load(String reportName, OpenReportMethod openMethod, Int16 parentJob)
On all other machines the addon works without a problem.
The most puzzling fact is, that when I start the addon manually from disk instead of from within SAP it works like a charm, but when it is started by SAP it won't work.
There is one other thing on the machine where the error is raised; on this machine the event log is filled with keydecoder.dll errors (I know that there are a lot of threads about this and that is was supposed to be solved).
Installed on this specific machine :
- SAP Business One 9.0 PL6
- Crystal Reports Runtime Engine for .Net Framework (32 and 64 bits) PL8
- Crystal Reports for SAP Business One 14.0.4.738
- SAP BusinessObjects BI platform .Net SDK Redistributable 32bit 4.0 FP3
- SAP Business One Crystal Report Integration Package
Can you please help?