Distribute Datasources

Ever came in the situation of a fast growing environment and your backup disks are getting fuller and fuller, till the point you need to move datasources to a new added disk? Well, I got sick and tired of moving datasources manually using MigrateDatasourceDataFromDPM.ps1, so I wrote a powershell script. You only need to edit […]

Read More

SetDpmServer failed with errorcode =0x80004005, error says: Unspecified error

SetDpmServer failed with errorcode =0x80004005, error says: Unspecified error This is caused because you don’t have all the default rules in advanced firewall. When you stop the firewall service (MpsSvc) , and then execute the setdpmserver command, it works. Please be aware that stopping the firewall service could prevent your connection with the server. I […]

Read More