Skip to Content
0
Former Member
Nov 13, 2012 at 11:55 PM

System hang when accessing ReportEngine from different computer

30 Views

I am using BOXI3.1 SP3 and the .Net SDK. Part of the app creates an IReportEngine instance and then calls methods on it such as OpenDocument or CreateServerInstance. When the application is run on the server with Business Objects installed the application works perfectly. When the application is run from my local machine using an EnterpriseSession targeted at the server with Business Objects the calls hang. I do not get any errors and it runs for at least 30 minutes before I give up. This only seems to affect IReportEngine as other services such as InfoStore work on my local machine.

A report engine is created using:

_reportEngines = new ReportEngines(_enterpriseSession.LogonTokenMgr.CreateWCAToken("", 1, -1)); _reportEngine = _reportEngines.getService(ReportEngineType.WI_ReportEngine);

With it just hanging I have no error message to try and debug, how can I begin to tackle this?