During the installation of Microsoft DPM 2010 you will be asked to define a password for two local user accounts. The accounts are named MICROSOFT$DPM$Acct and DPMR$<machine name>.
The account MICROSOFT$DPM$Acct is used to start the services SQL Server (MSDPM2010) and SQL Server Agent (MSDPM2010) of the local SQL 2008 Express instance. The account DPMR$<machine name> is used for the Reporting services.
This post describes the neccessary steps to change the passwords of both accounts.
- Stop service SQL Server (MSDPM2010). Services DPM and SQL Server Agent (MSDPM2010) depend on SQL Server (MSDPM2010) and will be stopped too.
- Change passwords of MICROSOFT$DPM$Acct and DPMR$<machine name>.
- Set password in Log on Credentials of service SQL Server (MSDPM2010) and SQL Server Agent (MSDPM2010).
- Start service SQL Server (MSDPM2010), SQL Server Agent (MSDPM2010) and DPM.
- Start Reporting Services Configuration Manager located under All Programs > Microsoft SQL Server 2008 > Configuration Tools.
- Connect to the report server instance MSDPM2010 on <machine name>.
- Navigate to Report Manager URL and click on the given link (default: http://<machine name>:80/Reports_MSDPM2010)
- Click on DPMReports.
- Click on DPMReporterDataSource.
- Change credentials and click on Apply.
Advertisement