Jump to content


Sam_Brown

Established Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Sam_Brown

  1. Microsoft provided me with two SQL queries to run against the database.

     

    This one will check for bad policies in the database. if no results are returned from this query then you don't have the same issue.

     

    SELECT * FROM ResPolicyMap WHERE machineid = 0 and PADBID IN (SELECT PADBID FROM PolicyAssignment WHERE BodyHash IS NULL)

     

     

    This one will remove any bad policies if there are any.

     

    Delete FROM ResPolicyMap WHERE machineid = 0 and PADBID IN (SELECT PADBID FROM PolicyAssignment WHERE BodyHash IS NULL)

     

     

    After that restart the management point and everything should be working normally.

     

     

     

    I thought I'd register and post a thank you for this post because it managed to fix an issue I'd been having for a few days. Also for anyone else that cares this also fixed a few issues we had with deploying clients and the clients not communicating with the SCCM Server and installing SCEP.

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