March 28, 2017 at 9:58 am
Hi,
SSRS has 150+ data sources where "Credentials stored securely in the report server"
If password for Credentials modified , I would need manually update all 150+ data sources
Is any way to update password "stored securely in the report server" for all 150+ data sources using script (TSQL or powershell)?
Thank you
Alex
March 28, 2017 at 11:41 am
ebooklub - Tuesday, March 28, 2017 9:58 AMHi,
SSRS has 150+ data sources where "Credentials stored securely in the report server"If password for Credentials modified , I would need manually update all 150+ data sources
Is any way to update password "stored securely in the report server" for all 150+ data sources using script (TSQL or powershell)?
Thank you
Alex
If you need to change the key because you lost the password to restore the exiting one and the report server is still running, you can change the key in Reporting Services Configuration Manager. On the encryption key page is where you can change the encryption key(and then back it up using a new password). The encrypted data will be decrypted and reencrypted so it can take awhile.
Sue
March 28, 2017 at 12:32 pm
Might be I am not clear
let say I created Data source as following
Data source name: Dummy1
Connection string: myserver,1499;inicial catalog =mydb1;uid=mydomain\ssrs_report_user1
Credentials stored securely in the report server
User name: mydomain\ssrs_report_user1
Password:*******
Use as Windows credentials when connecting to the data source
Assuming I changed password for mydomain\ssrs_report_user1 ....
I would need manually retype in data source
User name: mydomain\ssrs_report_user1
Password**********************
Question
can run TSQL or Powershell script to update values in Password ?
March 28, 2017 at 12:47 pm
Sue
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply