Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 SSRS 2005 Logoff Method throws exception

Author  Topic 

dan.thomas
Starting Member

1 Post

Posted - 2009-03-25 : 11:07:16
i have reporting services set up with forms authentication.

i can use the webservice fine to administer folders datasources and reports etc. no problem.

the only thing i can't do is Log out

executing :

ReportService2005.ReportingService2005 reportingService2005 = new ReportService2005.ReportingService2005();

reportingService2005.LogonUser("LMESwordRS", "password", null);

reportingService2005.Logoff();



logs an error on the server :


w3wp!library!6!03/25/2009-14:32:02:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details., ;
Info: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.ReportingServices.WebServer.WebServiceHelper.ConstructRSServiceObjectFromSecurityExtension()
at Microsoft.ReportingServices.WebServer.Global.ConstructRSServiceFromRequest(String item)
at Microsoft.ReportingServices.WebServer.Global.get_Service()
at Microsoft.ReportingServices.WebServer.Global.DispatchRequest(Boolean& transferedToViewerPage)
at Microsoft.ReportingServices.WebServer.Global.Application_AuthenticateRequest(Object sender, EventArgs e)

   

- Advertisement -