Jump to content


slice16

Management Point Installation

Recommended Posts

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

Share this post


Link to post
Share on other sites

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 :)

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.