无法打开DPM 2012控制台

我已经在Server 2012上安装了运行在本地安装的SQL Server 2008 R2 10.50.4000.0的DPM 2012 SP1安装。 DPM是DPM 2012 RTM的升级,通过中间升级到DPM 2012 CU3,但升级后无法打开控制台。 我收到以下消息:“无法连接到DPMNAME.domain.tld(ID:948)validationDPM服务正在此计算机上运行”

有一个“更多信息”链接( http://technet.microsoft.com/en-us/library/ee958049.aspx ),它像往常一样去微软的“页面无法find”URL 🙂

我已经研究了这个问题,我已经跟着微软的页面http://technet.microsoft.com/en-us/library/ff934577.aspx ,要求你确保这些服务正在运行:

  • DPM(MSDPM)
  • DPM Access Manager服务(DPMAMService)
  • DPM Writer(DpmWriter)
  • DPMLA(DPM库代理)
  • DPMRA(DPM复制代理)

我不能得到服务DPMRA启动,虽然:

"Error 1053: the service did not respond to the start or control request in a timely fashion"

如果我查看系统事件,则会有7009个事件显示"A timeout was reached (30000 milliseconds) while waiting for the DPMRA service to connect." 但这是不准确的 – 错误发生在30秒后立即发生。

其他事件错误:事件7023:

 “The DPM service terminated with the following error: %%4294967295” 

另外事件10010:

“The server {27F60283-447F-4D5F-AA84-F45D09BD06EF} did not register with DCOM within the required timeout.”

在应用程序中有一个3750事件,但它没有所有的信息

“The description for Event ID 3750 from source MSDPM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.”

它确实有这个文本,表明CU3更新没有正确完成,虽然我不记得在安装后看到任何错误:

 “Version 4.0.1908.0 of the DPM database, and version 4.1.3313.0 of the DPM application are not compatible.” 

任何想法,我应该尝试解决这个问题?

谢谢