Password Change for SQL & RS

Duchemin, Dominique 2,006 Reputation points
2022-12-07T00:39:30.973+00:00

Hello,

The environment is:

  • 1 SQL Server
  • 1 Reporting Server
  • 1 Primary Server (MS)
  • 1 Management Server
  • 2 Software Update Servers
  • 1 Cloud Management Gateway
  • 12 Distribution Servers

The password of the svc_ConfigMgr_SQL & svc_ConfigMgr_SQLRep have been changed.

and I have an access issue to the reports:

An error has occurred during report processing. (rsProcessingAborted)
Cannot impersonate user for data source 'SMSDB'. (rsErrorImpersonatingUser)
Log on failed. Ensure the user name and password are correct. (rsLogonFailed)
The user name or password is incorrect

I think I missed one place to update the password but could not find which one.
I changed:

  • SQL Server Reporting Services (MSSQLSERVER)
  • Reporting Services Configuration Manager:
    a. service account
    267889-2022-12-06-16-43-32-rs-account-00.png
    b. database - nothing changed !!
    267879-2022-12-06-16-36-35-rs-account-01.png
    but I was not able to change it... I do not see the "Service account" option in the drop down list
    267934-2022-12-06-16-40-18-rs-account-02.png

Also I changed the password on the Datasource and the "Test connection" was successful.
268014-2022-12-06-20-39-31-rs-account-03.png

I clicked "Apply" but I never see any result "applied" ... I do not see any "OK" or "Saved" to confirm the new password is picked...

Any idea?

Thanks,
Dom

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,061 questions
Microsoft Security Intune Configuration Manager Other
0 comments No comments
{count} votes

Accepted answer
  1. Garth 5,801 Reputation points
    2022-12-07T11:49:06.823+00:00

    for clarity, you don't change the data source password from Ssrs website but from within the configmgr console.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2022-12-07T05:46:55.927+00:00

    Hi @Duchemin, Dominique
    About changing the user account or password used for database connections, if you connect using a service account that uses Windows Integrated Security as the credential type, the password is not stored, eliminating the need to update the connection information.
    For more details, you can refer to this link: configure-a-report-server-database-connection-ssrs-configuration-manager.
    Best regards,
    Aniya

    1 person found this answer helpful.
    0 comments No comments

  2. Duchemin, Dominique 2,006 Reputation points
    2022-12-07T15:58:20.39+00:00

    Hello,

    I think it is the one I missed. I checked Administration > Overview > Site Configuration > Servers and Site System Roles > Reporting Service point
    I saw the account but no field for the password? as it is just a change password should I remove the current account and then readd it might ask for a password at that time?

    I checked also:
    https://learn.microsoft.com/en-us/troubleshoot/sql/reporting-services/best-practices-change-service-account?source=recommendations

    Resolution:
    I removed the account then add it back with the new password.
    Restart services on the Primary Server

    • SMS_EXECUTIVE
    • SMS_NOTIFICATION_SERVER
    • SMS_SITE_COMPONENT_MANAGER
    • SMS_SITE_VSS_WRITER

    and now everything is working...

    Thanks,
    Dom

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.