我使用SMS 2003 + SQL2005进行部署的时候会出现很多的问题,可能大都是由于
权限的原因,以下是其中的一个错误,希望高手能够指点。或者给我一些有关SMS 与SQL分开来时候因该注意的
权限的材料。谢谢拉!
2个错误信息:
1.MS 站点组件
管理器无法安装此组件,因为此组件的 Microsoft 安装器
文件(MP.MSI) 无法安装。
有关进一步信息,请参阅 MPSetup.log、MPMSI.log、SMS 文档以及 Microsoft 知识库。
2.SMS 站点组件管理器无法在该站点
系统上安装此组件。
解决
方案: 查看以前的状态消息以确定失败的确切原因。SMS 站点组件管理器将在 60 分钟内
自动重试安装。要强制 SMS 站点组件管理器立即重试安装,可使用 SMS
服务管理器停止并重新启动 SMS 站点组件管理器。
MPSetup.log的日志信息:
<10-24-2006 13:05:42> MP Setup Started....
<10-24-2006 13:05:42> Parameters: C:\SMS\bin\i386\MPsetup.exe /install /siteserver:FTMSSMSS01
<10-24-2006 13:05:42> Installing the MP
<10-24-2006 13:05:42> Passed OS version check.
<10-24-2006 13:05:42> IIS Service is installed.
<10-24-2006 13:05:42> No versions of MP are installed. Installing new MP.
<10-24-2006 13:05:42> Enabling MSI logging. MP.MSI will log to C:\SMS\logs\MPMSI.log
<10-24-2006 13:05:42> Installing C:\SMS\bin\i386\mp.msi CCMINSTALLDIR="C:\SMS_CCM" CCMSERVERDATAROOT="C:\SMS" USESMSPORTS=TRUE SMSPORTS=80 CCMENABLELOGGING=TRUE CCMLOGLEVEL=1 CCMLOGMAXSIZE=1000000 CCMLOGMAXHISTORY=1
<10-24-2006 13:05:45> MP.MSI exited with return code: 1618
<10-24-2006 13:05:45> Backing up MPMSI.log to C:\SMS\logs\MPMSI.log.LastError
<10-24-2006 13:05:45> MP.MSI could not be installed. The return code was 1618
MPMSI.log的日志信息:
=== Verbose logging started: 2006-10-24 13:05:42 Build type: SHIP UNICODE 3.01.4000.1830 Calling process: C:\SMS\bin\i386\MPsetup.exe ===
MSI (c) (E44) [13:05:42:178]: Resetting cached policy values

MSI (c) (E44) [13:05:42:178]: Machine policy value 'Debug' is 0

MSI (c) (E44) [13:05:42:178]: ******* RunEngine:

******* Product: C:\SMS\bin\i386\mp.msi
******* Action:
******* CommandLine: **********
MSI (c) (E4:D4) [13:05:42:188]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (E4:D4) [13:05:45:198]: Failed to grab execution mutex. System error 258.
MSI (c) (E4:D4) [13:05:45:228]: Cloaking enabled.
MSI (c) (E4:D4) [13:05:45:228]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (E4:D4) [13:05:45:258]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (c) (E4:D4) [13:05:45:258]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (E4:D4) [13:05:45:258]: MainEngineThread is returning 1618
=== Verbose logging stopped: 2006-10-24 13:05:45 ===