Hello,
We have deployed the SQL Reporting Services reports to GP 2010. The GP database and Report server database reside on different SQL 2005 database.
We can successfully run the reports from the Report Manager. However we see that if we try to run the reports from GP (from Home, Administratation, Reports List), we get an error "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'
We're thinking if this is an Impersonation issue. However we check in the web.config that the Impersonation is set to true:
<identity impersonate="true" />
We also set the authentication for Data Source in the Report Manager as follow:
We are connecting to a custom data source SQL server with a connection string instead of using the default shared data source from the deployed reports.
Could anyone please help us with this problem? Thanks in advanced for your help, greatly appreciate it!
*This post is locked for comments