Jump to content


RPC

SCCM 2007 R2 on Windows Server 2008 R2

Recommended Posts

I thought I should share my experience with WebDav.

Just recently installed Server 2008 R2.. I couldnt make SCCM work well with webdav. Also discovered that WebDav_schema.xml is not updating even though you have changed it in MMC IIS console.

 

To fix this..

navigate to %windir%\System32\inetsrv\config\schema

take ownership of webdav_schema.xml

remove the readonly attributes

edit them to these:

<attribute name="allowAnonymousPropfind" type="bool" defaultValue="true" />

<attribute name="allowInfinitePropfindDepth" type="bool" defaultValue="true" />

<attribute name="allowCustomProperties" type="bool" defaultValue="false" />

 

save it and continue with sccm.

 

it worked for me.

Share this post


Link to post
Share on other sites

I thought I should share my experience with WebDav.

Just recently installed Server 2008 R2.. I couldnt make SCCM work well with webdav. Also discovered that WebDav_schema.xml is not updating even though you have changed it in MMC IIS console.

 

To fix this..

navigate to %windir%\System32\inetsrv\config\schema

take ownership of webdav_schema.xml

remove the readonly attributes

edit them to these:

<attribute name="allowAnonymousPropfind" type="bool" defaultValue="true" />

<attribute name="allowInfinitePropfindDepth" type="bool" defaultValue="true" />

<attribute name="allowCustomProperties" type="bool" defaultValue="false" />

 

save it and continue with sccm.

 

it worked for me.

 

Thanks,

 

This solved my problem in my testenvironment.

Share this post


Link to post
Share on other sites

  1. Start IIS Manager.
  2. Select the server and select Stop from the actions.
  3. Start Explorer and navigate to C:\Windows\System32\inetsrv\config\schema.
  4. Right-click WebDAV_schema.xml and select Properties.
  5. Select the Security tab and click the Advanced button.
  6. Select the Owner tab and click Edit. Change the owner to administrators so the permissions can be changed.
  7. Select the Permissions tab and grant your user or administrators Full Control via the Change Permissions button. Click OK.
  8. Open the WebDAV_schema.xml file in Notepad.
  9. Find the area below and make sure the values are set as shown:
    <attribute name="allowAnonymousPropfind" type="bool" defaultValue="true" />
    <attribute name="allowInfinitePropfindDepth" type="bool" defaultValue="true" />
    <attribute name="allowCustomProperties" type="bool" defaultValue="false" />
  10. Click Save.
  11. Start the IIS service in IIS Manager.

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.