Anbei eine Tabelle mit den Registry Einträgen wie DPM sich bei fehlgeschlagenen Jobs verhält. Hier können jeweils die Werte angepasst werden um z.B. einen Fehlgeschlagenen Job automatisch nach x Minuten erneut zu versuchen und selbstverständlich die Anzahl nach wie vielen Versuchen der Job komplett fehlschlägt.
Alle Keys unter sind hier zu finden:
HKLM\Software\Microsoft\Microsoft Data Protection Manager\Configuration
| Key | Type | Setting the key controls | Implications |
| DisableAutoHeal | DWORD | Auto-rerun only | If set to a non zero value, DPM will not automatically rerun jobs.If missing or set to zero, DPM will automatically rerun jobs.If auto-heal is disabled, other keys for auto-rerun do not apply. |
| AutoRerunDelay | DWORD | The delay in time before which DPM will attempt to automatically rerun failed jobs | This should be changed if you have typical production server down time/network down time in excess of the default value of 60 mins.If multiple reruns are configured, this is the gap between the reruns as well. |
| AutoRerunNumberOfAttempts | DWORD | The no. of times a failed job will be retried before giving up if it consistently fails. | Default is one. Increasing this value may increase the load on your system.The reruns are done at the gap of AutoRerunDelay. |