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
 Development Tools
 Reporting Services Development
 Forms Authentication in Reporting Service

Author  Topic 

zzz
Starting Member

5 Posts

Posted - 2006-04-10 : 09:49:52
Hello,

I am using forms authentication with Reporting Services 2005. When I try calling web methods in the Reporting Services web services - for example, GetReportDefinition(), I am having a problem getting the Reporting Services web methods to run with forms authentication.

When my code attempts to execute one of these web methods I get an error as following:

<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="/ReportServer/logon.aspx?ReturnUrl=%2freportserver%2fReportExecution2005.asmx">here</a>.</h2>
</body></html>

Can anyone help me with this?

Thank you.
   

- Advertisement -