Hello,
When trying to subscribe to an report via email I get to following error
The current action cannot be completed because the user data source credentials that are required to execute this report are not stored in the report server database. (rsInvalidDataSourceCredentialSetting)
Can anybody help me with this issue.
Greetings
Vinnie
The username and password need to be stored on the server.The report is trying to connect to the db with the datasource, but you have not supplied any credentials.
In the data source properties, enter the username and password you wish the RS to connect to the db with.|||
hi,
thanks for the quick response.
I get what you mean, but why does the reportserver does not ask for those credentials when i generate the report
with the reportviewer, but only for a subscription?
Does this mean that i have to specify username and password in my datasource for my reports (in the credentials tab)
Greetings
Vinnie
|||When you are running the report through reportviewer, it already has your credentials.When it is running as a subscription, it is essentially running 'unattended' so it cannot validate whether it can connect to the db.
By embedding your credentials, it can check if it has permissions to run the report, just as if you were logged on to your machine and trying to run it through IE/report viewer
No comments:
Post a Comment