Numerous Error 5447 in SMS_MP_CONTROL_MANGER
Good Afternoon Everyone - When issues starting arising in some of my SCCM functions, I went to check the site and component status. I had issues with a few different services, but was able to research and resolve most. One that I cannot get resolved yet, though, is Error ID 5447. This error message repeats about 3 time a minute, has seemingly sdifferent GUIDs listed in each, and is below: MP has rejected a policy request from GUID:63FD531B-C629-4979-9513-62AC2A574321 because it was not approved. The operating system reported error 2147942405: Access is denied. To try to fix this, I've done the following: - Ensured that my primary SCCM server (and secondary sites) hostnames and SCCM Service account have full control (plus child objects) over System OU.- - Used extadsch.exe on DC to extend schema again. Logs showed that the items already existed, though. Screenshot Any suggestions would be greatly appreciated - Thanks!Ben K.
April 24th, 2011 1:34pm

It's basically what it says ... one or more clients are not approved and therefore rejected by the MP. Just find them (on the site where they are assigned) and approve them.Torsten Meringer | http://www.mssccmfaq.de
Free Windows Admin Tool Kit Click here and download it now
April 24th, 2011 2:22pm

Use this query to create a collection to figure out the unappoved machines Select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_CM_RES_COLL_SMS00001 ON SMS_CM_RES_COLL_SMS00001.ResourceId = SMS_R_System.ResourceId WHERE SMS_CM_RES_COLL_SMS00001.IsApproved<> '1' AND SMS_R_System.SMSAssignedSites = 'SITECODE!!!!' AND SMS_R_System.Client = 1 Also check the properties of your site, in site mode see what approval setting is using... RegardsGaston Gardonio - http://blogs.technet.com/plataformas/archive/tags/System+Center/default.aspx
April 25th, 2011 5:01am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics