I am using RAS to open and examine a number of Crystal Reports and everything is working fine with the exception of 1 report. I can publish this report to a different BOE system and examine it fine without error using the same code, so I am trying to understand why the process is failing. The specific error thrown is:
com.crystaldecisions.sdk.occa.managedreports.ras.internal.ManagedRASException: Cannot open report document. --- 0x80004005 Unspecified error cause:com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: 0x80004005 Unspecified error---- Error code:-2147467259 Error code name:failed detail: 0x80004005 Unspecified error at com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.a(Unknown Source) at com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.a(Unknown Source) at com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.openDocument(Unknown Source) Any insight as to why this error is thrown for this specific report?