Skip to Content
0
Former Member
Apr 17, 2009 at 08:46 PM

ReportDocument.Load Exception: Failed to find Report Applicatication Server

55 Views

I am using ReportDocument.Load(InfoObject infoObject, EnterpriseSession enterpriseSession) to load from an InfoObjects retrieved using InfoStore.Query. Though the query returns a valid report (the InfoObjects object is populated), I continue to get the following exception:

Exception Message = "Load report failed." InnerException Type = System.Runtime.InteropServices.COMException InnerException Message = "Failed to find an available Report Application Server."

According to [this thread|failed-to-find-an-available-report-application-ser;, I need to check CCM to make sure the Report Application Server is running. It does not show up in my CCM, but in CMC it is running and enabled. I also verified that the Guest account is enabled and has permissions to the reports folder and RAS.

Is there a way to test (with code) that my RAS is running and accessible? The code I am running is located on a different machine than the BOE server.

My purpose in attempting this is to export a report to disk using ReportDocument.ExportToDisk.

Thank you for your help,

-colin-