Questions tagged [dpm]

Data Protection Manager is a product from the Microsoft System Center suite that provides data protection and recovery for Microsoft products, by leveraging the capabilites of the VSS layer.

24 questions
4
votes
4 answers

Error: Unknown admin: ComponentInfo

The manifest file can be found here. DeviceAdminReceiver class can be found here agent_device_xml is as defined below:
user8000126
3
votes
1 answer

Why is there a Parameter missing from "New-DPMRecoveryPoint" cmdlet in Powershell? (DPM Module)

Using: import-module DataProtectionManager import-module DPMExtendedCmdlets I have access to the cmdlet New-DPMRecoveryPoint In the Microsoft Documentation it says there is a parameter called…
Harvey
  • 1,320
  • 3
  • 13
  • 33
3
votes
1 answer

DPM Commands in Powershell Version 2

I am running a PowerShell script which requires connection to a DPM Server. When I run run the Connect-DPMServer cmdlet from the DPM Manangement Shell, the command succeeds and I am able to connect to the server. However, when I…
M_coder
  • 121
  • 3
  • 17
2
votes
2 answers

How to temporarily disable a DPM 2012 scheduled backup?

I need to temporarily disable some scheduled backups of Hyper-V server images. The only option I see is "Stop protection of member" which seems to delete the backup job. How do you disable a backup job without deleting it? Running System Center 2012…
user577651
  • 93
  • 1
  • 2
  • 8
2
votes
1 answer

Authorize.net DPM -- perform server side processing in servlet rather than jsp

I'm currently working with a test account on Authorize.net and am utilizing their Direct Post Method form to submit transactions directly to their gateway without additional server-side processing on my end. My application is a basic jsp webapp…
Bob .
  • 521
  • 9
  • 18
2
votes
1 answer

DPM - Powershell Script to get list of files available for backup

I am working on a DPM powershell script to get the list of files/folders available for backup in a particular directory. More precisely, i need to get the list of folders under the directory D:\inetpub\vhosts\ (i.e all vhosts). I have been trying to…
sriniprash
  • 121
  • 1
  • 7
1
vote
0 answers

Android device-owner Error: Unknown admin: ComponentInfo

When I run adb shell dpm-set-device-owner com.example.park_app/com.example.park_app.MyAdmin, it returns Error: Unknown admin: ComponentInfo{com.example.park_app/com.example.park_app.MyAdmin.java} D:\workspace\Taichung Park\Park_App>adb shell dpm…
YouXiang
  • 57
  • 4
1
vote
1 answer

Error: Unknown admin: ComponentInfo{com.demoapp.amm/DeviceAdminSample}

I am trying this command from adb shell dpm set-device-owner com.demoapp.amm/DeviceAdminSample and i am getting this response. Unknown admin: ComponentInfo{com.demoapp.amm/DeviceAdminSample} com.demoapp.amm is my package name in Manifest…
1
vote
2 answers

Azure backup configuration - Change from Geo to Local (greyed out)

I'm using DPM to azure online backup and I want to change the redundancy from Geo to Local, but it's greyed out. Is there a way to change it? I don't want to create a new fault just for that, then I have to re-upload everything from DPM to azure…
1
vote
0 answers

Tying up the callback ("Gateway Response") data to a transaction

I am setting up an Authorize.Net DPM (Direct Post Method) payment gateway for a site. There is something I am fundamentally not understanding, and can't tie up the pieces. The basic operation of DPM is that the merchant site - my site - provides a…
Jason
  • 4,411
  • 7
  • 40
  • 53
1
vote
1 answer

Azure Recovery Services, how to view protected items associated with DPM

Is it possible to view list of protected items (hyper-v machines and sql db basically) associated with Data Protection Manager 2012 R2? Using Service Protection dashboard im able to see overall usage, but the list is not specified. also would be…
1
vote
0 answers

I want to backup certain folders using DPM to Azure, is there any way to do that?

We are using DPM(Data Protection Manager) and I want to upload backup folders to azure, How can I do that?
Ricky Patel
  • 329
  • 3
  • 13
0
votes
1 answer

variable is filled, but still next command says it is empty

Code $PGroup = Invoke-Command -ComputerName "xx.example.net" -ScriptBlock {Get-DPMProtectionGroup -DPMServerName "xx.example.net" | ft name -HideTableHeaders} Invoke-Command -ComputerName "xx.example.net" -ScriptBlock {Get-DPMJob…
0
votes
1 answer

CI: Authorize.net (or other?)

I'm looking for some guidance from those that may have integrated Authorize.net into a CI application (or any PHP MVC for that matter), and/or if there are other payment processing offerings you would suggest. In particular, does anyone have…
user464180
  • 1,349
  • 2
  • 23
  • 46
0
votes
0 answers

While registering DPM getting TCP error code 10061: No connection could be made because the target machine actively refused it 127.0.0.1:6049

When I register the DPM getting error " The activation did not complete successfully" When I saw the AutoUpadte Error code it was getting:- TCP error code 10061: No connection could be made because the target machine actively refused it…
1
2