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
 Microsoft datasource credential VooDoo

Author  Topic 

CinthiaEley
Starting Member

1 Post

Posted - 2009-03-24 : 17:42:01
I have a report app in ASP that references a reportserver where I have all my .rdl files. I was able to get a rather involved report to work yesterday where I pass in 5 parameters. Today I tried to add another shared datasource and I keep getting the same error "Soap Exception: one or more datasource credentials required to run the report have not been specified."

When I have seen this error before it has always been because of a mismatch in the parameters I am passing to the database and not the "Red Herring" MS about the credentials the MS is trying to get me to chase.

I am using the line.
rs.Credentials = System.Net.CredentialCache.DefaultCredentials;
   

- Advertisement -