slice16 Posted April 6, 2010 Report post Posted April 6, 2010 Hi Guys, I have been following the guide http://www.windows-noob.com/forums/index.php?/topic/490-how-can-i-configure-sccm-2007-sp1-in-windows-server-2008/ for setting up WebDav to allow the Management Point client to be installed. My setup is exactly the same as above, and I am getting a warning when trying to install the client. when I look at MPSetup.log I see the following: <04-06-2010 14:17:47> checking WebDAV configuraitons <04-06-2010 14:17:48> WebDAV settings is not setup appropriately <04-06-2010 14:17:48> [Allow property queries with infinite depth] should be true (true) <04-06-2010 14:17:48> [Allow Custom Properties] should be false (true) <04-06-2010 14:17:48> [Allow anonymous property queries] should be true (true) <04-06-2010 14:17:48> Allow [All users read access to All content] authoring rule should exist (exist) When I check the Webdav settings on Default Website and IIS, they are set as True, False, True. Any ideas? Thanks in advance, Paul Quote Share this post Link to post Share on other sites More sharing options...
slice16 Posted April 6, 2010 Report post Posted April 6, 2010 I am also able to connect by running net use * http://localhost Thanks Quote Share this post Link to post Share on other sites More sharing options...
slice16 Posted April 9, 2010 Report post Posted April 9, 2010 Hi All, I have managed to fix this by manually enabling the settings within the C:\Windows\System32\inetsrv\config\Scheme\webdav file. Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted April 9, 2010 Report post Posted April 9, 2010 cool, can you confirm what you changed in that file (paste it here please) Quote Share this post Link to post Share on other sites More sharing options...
slice16 Posted May 25, 2010 Report post Posted May 25, 2010 Sorry for the late reponse. The file location is at C:\Windows\System32\inetsrv\config\schema The file should look like: <element name="properties"> <attribute name="allowAnonymousPropfind" type="bool" defaultValue="true" /> <attribute name="allowInfinitePropfindDepth" type="bool" defaultValue="true" /> <attribute name="allowCustomProperties" type="bool" defaultValue="false" /> <collection addElement="add" removeElement="remove" clearElement="clear" allowUnrecognizedAttributes="true"> <attribute name="xmlNamespace" type="string" isUniqueKey="true" required="true" validationType="nonEmptyString" /> <attribute name="propertyStore" type="string" required="true" validationType="nonEmptyString" /> </collection> </element> Once done, a restart of IIS should resolve the MP issues Quote Share this post Link to post Share on other sites More sharing options...