I have a .NET web site which calls reports running on SQL Server 2008R2 which resides on the same server. The reports have a default data source and default values for all parameters. When calling these reports, I use a URL of 10.0.0.1 and pass values for the data source as well as the parameters. I am trying to move the reporting services to a separate server. I have installed SQL Server on this server and deployed the reports. When I call the reports, I now specify the URL of the new server. I am getting the error message "One or more data sources is missing credentials". As far as I can tell, I am passing all the values to the new server that I sent to the old server. Any suggestions as to what I should be looking at?
Thanks
Tim