Jump to content


brianleejackson

Established Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by brianleejackson

  1. I was having errors on the SMS_MP_CONTROL_MANAGER. I had to actually go to C:\Windows\System32\inetsrv\config\schema and edit my WebDAV_schema.xml and change to the following:

     

    <element name="fileSystem">

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

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

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

    </element>

     

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

     

    It didn't save it otherwise, doing it through IIS. After doing this I restarted IIS, and after about 5 min my SMS_MP_CONTROL_MANAGER status went green.

  2. I am working with some legacy systems and I need to use the IE9 Compatibility Mode. The problem is whenever I close IE9 it goes back to the default.

    I get to it by hitting F12 which opens up Developer Tools. And you can see in the picture what I am needing it to stay on. It is very annoying with it switching back.

     

    IE9.png

     

    Any ideas??

  3. Maybe because the product is still into "Beta 1", it has issues discovering MS SQL server on a different machine. The MS SQL server, at this time, must be installed locally on the same machine as the MSSCCM v.Next. Also ensure you have the latest versions of the required dependences pre installed on the machine.

    Ivaylo

     

    Thanks for the tip Krumov. I am still testing it so everything is on one machine, so I hadn't run into this issue yet. Good to know.

×
×
  • 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.