cancel
Showing results for 
Search instead for 
Did you mean: 

RAS error - Cannot open report document. --- 0x80004005

Former Member
0 Kudos

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?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The message shows that this specific report cannot be accessed.

Try to re-check the specific report both in the crystalreport designer and Infoview before using the code.

Thanks