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-