SSRS Data Driven Subscription Data Source Credentials Configuration

185 Views Asked by At

I am creating a data driven subscription and that requires you to stored credentials. However, they want want a link to the report embedded in the email. If the user clicks the link then stored credentials will be what is authenticated and not the actual user.

They would like the user to be prompted for authentication when they manually execute the report. Here are a couple of things I was considering:

  1. I think I can accomplish this by creating a copy of the report that uses a different data source configured to prompt the user for credentials and use the URL to this report to include in the data driven subscription.

  2. I don't think I can do this, in sql update the Credential Retrieval to go from Using the Following Credentials to Prompt the User for Credentials. However, if you switch it back to use the setting Using the Following Credentials, then I will need to reapply the username and password. Not quite for sure how to do that programmatically.

Does anybody else have an idea on how to handle this?

0

There are 0 best solutions below