今天启动CRM虚拟机时报错如下: At least one service or driver failed during system startup. Use Event Viewer to examine the event log for details. 根据网上提示:You 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.具体启动参数填写请参考以下博文: 。