DPM found no recovery point which you are authorized to restore on the specified DPM server

Problem: On client computers that are protected by DPM you had to put the end users account in the local administrators group. If you did not add the end user account to the local administrators group you would get this error after opening the recovery tab in the DPM client: “DPM found no recovery points … Read more

Recovery notification email not working in DPM

PROBLEM: During a recovery you select the option "Send an email when this recovery completes". The recovery job completes with no issues but an email notification is never sent. RESOLUTION: There are several things you need to ensure are configured for this to work properly. These are: Make sure an SMTP Server is configured. To … Read more

Building Custom Reports in DPM

The Need:

You need to get detailed reports on your Data Protection Manager. The reports that are included with DPM are not enough and do not contain the data that you need to report on.

The Solution:

There is a way to create custom reports for DPM. I am not a SQL guy and will never claim to be but I was still able to figure out how to generate custom reports for DPM thanks to Microsoft SQL reporting services. Let’s cover the process of doing this.

The DPM Report Views

Views are like tables in SQL in the way they look. Views can be considered virtual tables that pull data from multiple tables. They dynamically generate their data when the view is referenced. Someone typically will build a view for non-SQL users that do not know how to write SQL queries but need to pull data together.

Microsoft has included a bunch of SQL views in the DPM database by default. They included these so that DPM administrators could create custom reports. These Custom Report Views for DPM can be found here: http://technet.microsoft.com/en-us/library/ff399120.aspx . On that link it will also describe what type of data each view will give you in your report. This is what the views look like and where they are stored in SQL management studio.

clip_image002

These views need to be used by SQL Reporting Services to generate the custom DPM reports.

Read more

DPM Error ID: 3180 Agent ownership required

  SCENARIO: I started protection of my primary DPM server with a Secondary DPM server that I turned up. PROBLEM: My backups were failing with a Protection status of “Replica is inconsistent”. On the monitoring tab I was getting Error ID: 3180 DPM could not run the backup/recovery job on PRIMARYDPMSERVERNAME because it is managed … Read more