Hello -
I'm hoping someone could help me with this problem. I've searched so many websites trying to resolve this issue and it seems no matter what I try I keep getting the same error message.
I've followed the steps in setting up SCCM 07 from this web site which was very nicely done! I've also followed the directions on Microsofts Tech Net website on how to configure WebDav and IIS settings.
I'm working on a Virtual Windows Server 2008 32-bit OS, SP2, SCCM 07 SP2, IIS7
Here is the message I get in the log files:
----------------------------------------------------------------------------------------------------------------------------
Message ID: 4963
Process ID: 4364
Thread ID: 7996
Componet: SMS_MP_CONTROL_MANAGER
MP Control Manager detected MPsetup has failed to create the CCM_Incoming Virtual Directory.
Possible cause: The IIS IWAM account has expired, been disabled, or has invalid or too restrictive logon hours. You may verify this information by running the net user command line for the IWAM account. (i.e.: "net user IWAMMachineName)
Solution: Use the output to verify that the account is enabled, and logon is possible during the time of installation. Note: You can use "net user" to modify the account properties.
Possible cause: The IIS IUSR account has expired, been disabled, or has invalid or too restrictive logon hours. You may verify this information by running the net user command line for the IUSR account. (i.e.: "net user IWAMMachineName)
Solution: Use the output to verify that the account is enabled, and logon is possible during the time of installation. Note: You can use "net user" to modify the account properties.
Possible cause: The designated Web Site is disabled in IIS.
Solution: Verify that the designated Web Site is enabled, and functioning properly.
-------------------------------------------------------------------------------------------------------------------------------
I could be completely wrong but I read somewhere that with the latest version of IIS doesn't install these user accounts. I checked to see if those accounts existed and they didn't.
I've tried what this one website mentioned:
http://myitforum.com...-directory.aspx- Remove the MP role from the Site Server. Watch the MPSetup.log to ensure that the removal is complete.
- Uninstall the IIS component from the OS of the Site Server.
- Reboot the Site Server.
- Run ccmdelcert.exe from the SMS Toolkit.
- Reinstall the IIS component (with BITS) on the OS of the Site Server.
- Go into the IIS manager and allow WebDav.
- Add the MP role to the Site Server. Watch the MPSetup.log to ensure that the installation completes correctly.
These steps didn't seem to work, probably because it was for SMS 2003.
Here is the MPmsi log file:
<11-24-2009 17:39:28> SMSMP Setup Started....
<11-24-2009 17:39:28> Parameters: C:\PROGRA~1\MICROS~3\bin\i386\ROLESE~1.EXE /install /siteserver:DELGADO SMSMP
<11-24-2009 17:39:28> Installing Pre Reqs for SMSMP
<11-24-2009 17:39:28> ======== Installing Pre Reqs for Role SMSMP ========
<11-24-2009 17:39:28> Found 1 Pre Reqs for Role SMSMP
<11-24-2009 17:39:28> Pre Req MSXML60 found.
<11-24-2009 17:39:28> No versions of MSXML60 are installed. Would install new MSXML60.
<11-24-2009 17:39:28> Enabling MSI logging. msxml6.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\msxml6MSI.log
<11-24-2009 17:39:28> Installing C:\Program Files\Microsoft Configuration Manager\bin\i386\00000409\msxml6.msi
<11-24-2009 17:39:30> msxml6.msi exited with return code: 0
<11-24-2009 17:39:30> msxml6.msi Installation was successful.
<11-24-2009 17:39:30> ======== Completed Installion of Pre Reqs for Role SMSMP ========
<11-24-2009 17:39:30> Installing the SMSMP
<11-24-2009 17:39:30> Passed OS version check.
<11-24-2009 17:39:30> IIS Service is installed.
<11-24-2009 17:39:30> checking WebDAV configuraitons
<11-24-2009 17:39:30> WebDAV is configured
<11-24-2009 17:39:30> No versions of SMSMP are installed. Installing new SMSMP.
<11-24-2009 17:39:30> Enabling MSI logging. mp.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log
<11-24-2009 17:39:30> Installing C:\Program Files\Microsoft Configuration Manager\bin\i386\mp.msi CCMINSTALLDIR="C:\Program Files\SMS_CCM" CCMSERVERDATAROOT="C:\Program Files\Microsoft Configuration Manager" USESMSPORTS=TRUE SMSPORTS=80 USESMSSSLPORTS=TRUE SMSSSLPORTS=443 USESMSSSL=TRUE SMSSSLSTATE=0 CCMENABLELOGGING=TRUE CCMLOGLEVEL=1 CCMLOGMAXSIZE=1000000 CCMLOGMAXHISTORY=1
<11-24-2009 17:40:24> mp.msi exited with return code: 1603
<11-24-2009 17:40:24> Backing up C:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log to C:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log.LastError
<11-24-2009 17:40:24> Fatal MSI Error - mp.msi could not be installed.
Component Services (DCOMCNFG) is running properly, no error messages when I was browsing around. Any advice would be greatly appricated!
Thanks!