SMS Site Component Manager failed to install this component on this site system.

Hi,

I'm setting up the SCCM in native mode. All components are in a OK state but the component SMS_MP_CONTROL_MANAGER is in critical. When I look at the alerts there is the following description:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
SMS Site Component Manager faild to install component SMS_MP_CONTROL_MANAGER on server SCCMTEST.

The WebDAV server extension is either not installed or not configured properly.
Solution: Make sure WebDAV is installed and enabled. Make sure there is an authoring rule that allow "All users" read access to "All content". Make sure the WebDAV settings "Allow anonymous property queries" and "Allow property queries with infinite depth" are set to "true" and "Allow Custom Properties" is set to false.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

All requirements are setup according to the links http://technet.microsoft.com/en-us/library/cc872789.aspxandhttp://technet.microsoft.com/en-us/library/cc431377.aspx. The WebDAV is enabled, the settings "Allow anonymous property queries" and "Allow property queries with infinite depth" are set to "true" and "Allow Custom Properties" is set to false. I got some messages from the MPSetup.log:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<03-24-2009 16:14:41> [Allow property queries with infinite depth] should be true (false)
<03-24-2009 16:14:41> [Allow Custom Properties] should be false (true)
<03-24-2009 16:14:41> [Allow anonymous property queries] should be true (false)
<03-24-2009 16:14:41> Allow [All users read access to All content] authoring rule should exist (exist)
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

What should I do? Is there any specific setting in the IIS to be setup? Which log file contain more detailed information?

Thanks in Advance,
Giancarlo

March 24th, 2009 9:46am

MPmsi.log should contain a more detailed error description.
Free Windows Admin Tool Kit Click here and download it now
March 24th, 2009 10:46am

Hi Torsten,

I couldn't find this log file. I searched in all drives but was not found.
March 25th, 2009 2:00am

Did you also include hidden files and system folders?
The logfile should be in <dir_where_you_installed_ConfigMgr>\Logs. Is there a mpsetup.log?
Free Windows Admin Tool Kit Click here and download it now
March 25th, 2009 10:45pm

Hi Torsten,

I fixed the problem. The settings were setup OK but for some reason they were not been recognized by the WebDAV component. What I did was open and edit theC:\Windows\System32\inetsrv\config\schema\WEBDAV_schema.xml file.The following parameters were changed:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<element name="properties">
<attribute name="allowAnonymousPropfind" type="bool" defaultValue="true" />
<attribute name="allowInfinitePropfindDepth" type="bool" defaultValue="true" />
<attribute name="allowCustomProperties" type="bool" defaultValue="false" />
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

After that, I restarted the service SMS_SITE_COMPONENT_MANAGERandthe log shows: "SMS Site Component Manager successfully installed this component on this site system.".I will wait to see if all components change to OK status.
March 25th, 2009 11:34pm

Hi Torsten,

I fixed the problem. The settings were setup OK but for some reason they were not been recognized by the WebDAV component. What I did was open and edit theC:\Windows\System32\inetsrv\config\schema\WEBDAV_schema.xml file.The following parameters were changed:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<element name="properties">
<attribute name="allowAnonymousPropfind" type="bool" defaultValue="true" />
<attribute name="allowInfinitePropfindDepth" type="bool" defaultValue="true" />
<attribute name="allowCustomProperties" type="bool" defaultValue="false" />
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

After that, I restarted the service SMS_SITE_COMPONENT_MANAGERandthe log shows: "SMS Site Component Manager successfully installed this component on this site system.".I will wait to see if all components change to OK status.
Free Windows Admin Tool Kit Click here and download it now
March 25th, 2009 11:34pm

Hi Torsten,

Yes I did. Below the entries found in mpsetup.log:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<03-26-2009 09:09:26> ====================================================================
<03-26-2009 09:09:26> SMSMP Setup Started....
<03-26-2009 09:09:26> Parameters: E:\PROGRA~1\MICROS~1\bin\i386\ROLESE~1.EXE /install /siteserver:SCCMTEST SMSMP
<03-26-2009 09:09:26> Installing Pre Reqs for SMSMP
<03-26-2009 09:09:26> ======== Installing Pre Reqs for Role SMSMP ========
<03-26-2009 09:09:26> Found 1 Pre Reqs for Role SMSMP
<03-26-2009 09:09:26> Pre Req MSXML60 found.
<03-26-2009 09:09:26> No versions of MSXML60 are installed. Would install new MSXML60.
<03-26-2009 09:09:26> Enabling MSI logging. msxml6.msi will log to E:\Program Files\Microsoft Configuration Manager\logs\msxml6MSI.log
<03-26-2009 09:09:26> Installing E:\Program Files\Microsoft Configuration Manager\bin\i386\00000409\msxml6.msi
<03-26-2009 09:09:27> msxml6.msi exited with return code: 0
<03-26-2009 09:09:27> msxml6.msi Installation was successful.
<03-26-2009 09:09:27> ======== Completed Installion of Pre Reqs for Role SMSMP ========
<03-26-2009 09:09:27> Installing the SMSMP
<03-26-2009 09:09:27> Passed OS version check.
<03-26-2009 09:09:27> IIS Service is installed.
<03-26-2009 09:09:27> checking WebDAV configuraitons
<03-26-2009 09:09:28> WebDAV settings is not setup appropriately
<03-26-2009 09:09:28> [Allow property queries with infinite depth] should be true (false)
<03-26-2009 09:09:28> [Allow Custom Properties] should be false (true)
<03-26-2009 09:09:28> [Allow anonymous property queries] should be true (false)
<03-26-2009 09:09:28> Allow [All users read access to All content] authoring rule should exist (exist)
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
March 26th, 2009 2:07am

Hi Torsten,

I fixed the problem. The settings were setup OK but for some reason they were not been recognized by the WebDAV component. What I did was open and edit theC:\Windows\System32\inetsrv\config\schema\WEBDAV_schema.xml file.The following parameters were changed:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<element name="properties">
<attribute name="allowAnonymousPropfind" type="bool" defaultValue="true" />
<attribute name="allowInfinitePropfindDepth" type="bool" defaultValue="true" />
<attribute name="allowCustomProperties" type="bool" defaultValue="false" />
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

After that, I restarted the service SMS_SITE_COMPONENT_MANAGERandthe log shows: "SMS Site Component Manager successfully installed this component on this site system.".I will wait to see if all components change to OK status.
Free Windows Admin Tool Kit Click here and download it now
March 26th, 2009 2:34am

Hi Torsten or anyone,

I'm having same issue with SMS_MP_CONTROL_MANAGER (Component not installed by site component manager), all IIS extension are all ok including WebDav, I have checked all lod file and this is what i got so far
**************************************
From MPMSI.Log
13:10:39] SSL is not required. Skipping prerequisite checks for SSL.
[13:10:39] Successfully verified WEBDAV Web Service Extension installed and enabled on IIS
********************************************
MPSetup.Log, no reference to WebDav
**************************************
compmon.log
Waiting until the next polling cycle in 5 seconds from now.~ $$<SMS_COMPONENT_MONITOR><Thu Apr 30 13:21:29.875 2009 GMT Daylight Time><thread=488 (0x1E8)>
Checking components ...~ $$<SMS_COMPONENT_MONITOR><Thu Apr 30 13:21:34.889 2009 GMT Daylight Time><thread=488 (0x1E8)>
Updated Operations Management registry key values for component SMS_MP_CONTROL_MANAGER; Execution State = 3 and Availability State = 1.~ $$<SMS_COMPONENT_MONITOR><Thu Apr 30 13:21:35.077 2009 GMT Daylight Time><thread=488 (0x1E8)>
***********************************************
Is there anything else i could have checked, I have restarted all the services and all running fine, this only started today

Please help!

Olu

April 30th, 2009 4:31pm

Hello All,

Ithink I may havejust found a possible cause of the error. The AD has not been extended and it's trying to create a container with site name in AD. I have asked those guys managing the AD to run the AD Shema extension command and will wait till tomorrow to confirm

Cheers

Olu
Free Windows Admin Tool Kit Click here and download it now
April 30th, 2009 6:23pm

Hi Torsten,

I fixed the problem. The settings were setup OK but for some reason they were not been recognized by the WebDAV component. What I did was open and edit theC:\Windows\System32\inetsrv\config\schema\WEBDAV_schema.xml file.The following parameters were changed:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<element name="properties">
<attribute name="allowAnonymousPropfind" type="bool" defaultValue="true" />
<attribute name="allowInfinitePropfindDepth" type="bool" defaultValue="true" />
<attribute name="allowCustomProperties" type="bool" defaultValue="false" />
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

After that, I restarted the service SMS_SITE_COMPONENT_MANAGERandthe log shows: "SMS Site Component Manager successfully installed this component on this site system.".I will wait to see if all components change to OK status.

Thanks for posting this Giancarlo.. You have saved me from going insane.. No matter how many times I changed the config settings to the correct values I couldnt get my MP to install. Editing the schema worked though. Cheers
May 6th, 2009 8:24am

This same fix just worked for me on a fresh SCCM 2007 R2 SP2 RC installation running on Windows Server 2008 32 Bit. This should be stickied in the Technet Guides somewhere.
Free Windows Admin Tool Kit Click here and download it now
September 23rd, 2009 6:43am

yep, saved me from a whole lot of pain too. Thanks all.
November 2nd, 2009 7:07pm

Thanks Giancarlo. I am running server 08 R2 x64 with sccm r2 sp1. Have been stuck at this for a week until i found this today. The fix works !
Free Windows Admin Tool Kit Click here and download it now
November 13th, 2009 1:09pm

Excellent work Giancarlo,

I've been on this problem for 2 days! I can also confirm this worked for me running SCCM R2 on 2008 R2 x64

Many thanks !
January 13th, 2010 5:13pm

Nice find Giancarlo,
Cheers

Free Windows Admin Tool Kit Click here and download it now
January 23rd, 2010 2:54am

+1
also helped by the WEBDAV_schema.xml edit.
February 3rd, 2010 9:45pm

I'm using Server 2008 R2 and the WebDAV "settings" page in IIS shows the values I have set, but this WEBDAV_schema.xml file does not.  I am not able to edit the file manually however because it is set to read-only.  to change the read-only attribute I must take ownership from "trusted installer".  is this advisable?
Free Windows Admin Tool Kit Click here and download it now
February 18th, 2010 11:34pm

I am having the same problem on a Windows 08 R2 box as well.  I took ownership of the WEBDAV_Schema.xml and made the suggested changes saved them and restarted the system and SCCM still cannot get past this error:

<03-11-2010 16:36:41> Installing the SMSMP
<03-11-2010 16:36:41> Passed OS version check.
<03-11-2010 16:36:41> IIS Service is installed.
<03-11-2010 16:36:41> checking WebDAV configuraitons
<03-11-2010 16:36:41> Failed to get WebDAV settings on the machine (0x80070003)


Any help would be greatly appreciated...
March 12th, 2010 12:42am

I had the same error.  You have to make sure WebDAV is actually Enabled.  It defaults to Disabled.
Free Windows Admin Tool Kit Click here and download it now
March 26th, 2010 8:14pm

Just wanted to say thanks!  Been racking my brian with this one.  Everything Microsoft pointed me to do didn't work.   Something so simple yet it worked!!!!!!!!!

 

March 28th, 2010 8:13pm

no need to modify manually http://technet.microsoft.com/en-us/library/cc431377.aspx
Free Windows Admin Tool Kit Click here and download it now
April 1st, 2010 12:04am

no need to modify manually http://technet.microsoft.com/en-us/library/cc431377.aspx


It depends ... I never had to edit webdav_schema.xml manually (even on server 2008 R2), but I've seen many users here in the forums where it did not work automatically.

April 1st, 2010 12:16am

Hi all,

same problem - MP is failing to install and values in webdav_schema doesn't change, when i configuring iis. Please advise, should i change manually the value of "allowHiddenFiles" to true, if server will be bits enabled distribution point.

 

Free Windows Admin Tool Kit Click here and download it now
May 4th, 2010 12:10pm

Yes, you can give that a try.
May 4th, 2010 1:17pm

Thanks Giancarlo. You made one more guy happy by providing this information.
Free Windows Admin Tool Kit Click here and download it now
October 28th, 2010 12:46am

This was just posted.. 

http://blogs.technet.com/b/configurationmgr/archive/2010/10/26/error-the-webdav-server-extension-is-either-not-installed-or-not-configured-properly-in-configuration-manager-2007.aspx

October 29th, 2010 4:34am

Hi Giancarlo,

Thanks for your solution. It is working fine for the same issue as you mentioned

I am not sure whether my understatnding is correct or not.

Even if we changing WebDAV settings, that changes are not reflected in schema file is due to file permission issue or not.

Free Windows Admin Tool Kit Click here and download it now
November 23rd, 2010 2:25pm

You are seven different kinds of awesome! Thank you!
November 30th, 2010 1:31pm

I too have been held up by this problem.  Your solution works beautifully.  Thank you for posting this for all to view!
Free Windows Admin Tool Kit Click here and download it now
January 12th, 2011 8:54pm

This was exactly what I was looking for. (Editing the XML file, and the minor permissions issue with editing it on a 2008 R2 server.) Thanks!

January 17th, 2011 11:46pm

Hi Giancarlo,

I'm facing this problem as mentioned below, but I'm cannot follow your steps because I'm using Windows 2003 R2 & SCCM 2007 SP1.  I have SCCM R2 components but I haven't installed them yet.

SMS Site Component Manager failed to install this component on this site system.

Let me know if you need more information.

Free Windows Admin Tool Kit Click here and download it now
February 22nd, 2011 10:12am

Better late than never...here is my 2 cents worth...

I had the same component status error which seems to have been fixed by a suggested solution from a differant error report...unfortunately I cannot remember which seemingly unrelated error report solution I followed but it killed two birds with one stone...

Open IIS > Web Service Extensions on the site server and set the status of the WebDAV service extension to "Allowed"

Once I did this the MP install kicked off and self installed successfully at the next 60min retry interval...

  • Proposed as answer by Aaron Fenwick Tuesday, February 21, 2012 4:18 PM
  • Unproposed as answer by Aaron Fenwick Tuesday, February 21, 2012 4:18 PM
  • Proposed as answer by Aaron Fenwick Tuesday, February 21, 2012 5:55 PM
May 4th, 2011 6:45pm

Better late than never...here is my 2 cents worth...

I had the same component status error which seems to have been fixed by a suggested solution from a differant error report...unfortunately I cannot remember which seemingly unrelated error report solution I followed but it killed two birds with one stone...

Open IIS > Web Service Extensions on the site server and set the status of the WebDAV service extension to "Allowed"

Once I did this the MP install kicked off and self installed successfully at the next 60min retry interval...

  • Proposed as answer by Aaron Fenwick Tuesday, February 21, 2012 4:18 PM
  • Unproposed as answer by Aaron Fenwick Tuesday, February 21, 2012 4:18 PM
  • Proposed as answer by Aaron Fenwick Tuesday, February 21, 2012 5:55 PM
Free Windows Admin Tool Kit Click here and download it now
May 4th, 2011 6:45pm

Better late than never...here is my 2 cents worth...

I had the same component status error which seems to have been fixed by a suggested solution from a differant error report...unfortunately I cannot remember which seemingly unrelated error report solution I followed but it killed two birds with one stone...

Open IIS > Web Service Extensions on the site server and set the status of the WebDAV service extension to "Allowed"

Once I did this the MP install kicked off and self installed successfully at the next 60min retry interval...

  • Proposed as answer by Aaron Fenwick Tuesday, February 21, 2012 4:18 PM
  • Unproposed as answer by Aaron Fenwick Tuesday, February 21, 2012 4:18 PM
  • Proposed as answer by Aaron Fenwick Tuesday, February 21, 2012 5:55 PM
May 4th, 2011 9:45pm

My solution was to add the sccm servers computer account to the local admins group  and enable WebDAV + reboot.

Then the MP installed fine, then all the clients started installing fine.

The amount of times I keep forgetting to enable webDAV. Rules were setup fine, just forgot to actually

turn it on!

Aaron :-)


Free Windows Admin Tool Kit Click here and download it now
February 21st, 2012 4:19pm

My solution was to add the sccm servers computer account to the local admins group  and enable WebDAV + reboot.

Then the MP installed fine, then all the clients started installing fine.

The amount of times I keep forgetting to enable webDAV. Rules were setup fine, just forgot to actually

turn it on!

Aaron :-)


February 21st, 2012 4:19pm

My solution was to add the sccm servers computer account to the local admins group  and enable WebDAV + reboot.

Then the MP installed fine, then all the clients started installing fine.

The amount of times I keep forgetting to enable webDAV. Rules were setup fine, just forgot to actually

turn it on!

Aaron :-)


Free Windows Admin Tool Kit Click here and download it now
February 21st, 2012 7:19pm

Thank you so much Jay. the technet procedures works fine for me. very much appreciated.
May 3rd, 2012 12:55pm

Hello All,

After performing the above mentioned solution, still not able to fix the issue?

Could any one help me on this issue?

BR

Madhu

Free Windows Admin Tool Kit Click here and download it now
June 22nd, 2012 3:13pm

Issue has been resolved..
July 17th, 2012 9:34am

YES!  Giancarlo's fixed worked great on Server 2012.  I had to finagle the permissions on the file as only TrustedInstaller had full control AND was the owner.  But setting the owner to administrator and temporarily making the permissions changes allowed me to modify the file.  I rebooted and boom, the SMS_SRS_REPORTING_POINT finished installing and now shows up in the "component status" list.

Spent all day looking for a fix for this and only this worked.

Thanks!

Free Windows Admin Tool Kit Click here and download it now
January 9th, 2014 3:25am

can you please tell me how did you have the permission to edit that file  same issue i am facing and i am not able to update the file that is webdav.xml . please tell me how you have the permission for trustedinstaller
May 14th, 2015 8:16am

can you please tell me how did you have the permission to edit that file  same issue i am facing and i am not able to update the file that is webdav.xml . please tell me how you have the permission for trustedinstaller
Free Windows Admin Tool Kit Click here and download it now
May 14th, 2015 12:13pm

can you please tell me how did you have the permission to edit that file  same issue i am facing and i am not able to update the file that is webdav.xml . please tell me how you have the permission for trustedinstaller
May 14th, 2015 12:13pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics