CRM虚拟机启动时报错

1893阅读 0评论2012-01-05 jiarui1230
分类:WINDOWS

   今天启动CRM虚拟机时报错如下:
   At least one service or driver failed during system
startup. Use Event Viewer to examine the event log for details.
   根据网上提示:Y
ou can use Event Viewer to locate the error message. You can run Event Viewer from Control Panel -> Administrative Tools -> Event Viewer. 在此处看到如下错误提示:
    DCOM got error "The image file 216 is valid, but is for a machine type other than the current machine. " attempting to start the service SAPJCR_00 with arguments "-Service" in order to run the server:{EFC29CC0-A03C-11D0-A1F2-0000F62893CC}。
问题所在:CRM系统安装文件sapstartsrv.exe(位于\usr\sap\JCR\SYS\exe\uc\NTAMD64下)已损坏;
解决办法:在该文件所在目录下有另一个文件sapstartsrv.exe.new,将已损坏的文件删除,然后copy .new文件并将new后缀去掉,手工启动该文件。一切OK.具体启动参数填写请参考以下博文: 。

使用sapstartsrv.exe 重新注册服务。



运 行sapstartsrv.exe,选第一选项“Install Services + Register COM Interface profile + Start Services", 参数里使用usr\sap\\SYS\下面的profile文件(如d:\usr\sap\ITI\SYS \START_DVEBMGS01_exxept00),user参数使用<计算机名>\SAPService(如 shsap\SAPServiceDev)。


上一篇:CRM虚拟机启动时报错
下一篇:MySQL数据库远程访问权限的设置