SCCM Policy download error

Islam Selim 31 Reputation points
2021-05-09T03:42:46.257+00:00

After i upgraded SCCM to 2103 i found a lot of errors releated to client policy download and this the error

The client failed to download policy. The data transfer service returned "BITS error: 'HTTP status 404: The requested URL does not exist on the server.
' Context: 'The error occurred while the remote file was being processed.
'" (-2147024894).

94990-image.png

And from client Side

Raising event:
instance of CCM_PolicyAgent_PolicyDownloadFailed
{
ClientID = "GUID:6AE2FB89-0937-4D99-8396-5FCA518A08AB";
DateTime = "20210509032330.731000+000";
DownloadErrorInfo =
instance of CCM_BitsDownloadMethod_ErrorInfo
{
ErrorCode = 2147942402;
ErrorMessage = "BITS error: 'HTTP status 404: The requested URL does not exist on the server.\n' Context: 'The error occurred while the remote file was being processed.\n'";
};
DownloadMethod = "BITS";
DownloadSource = "http://<mp>/SMS_MP/.sms_pol?{A0C4FFB9-5919-4744-A7C8-3233871FCF3F}/22.SHA256:6C1724485FEF5D15A0B88298C9643F962624563ECBFC553A868E5F8730943B05";
PolicyNamespace = "\\.\ROOT\ccm\policy\machine\requestedconfig";
PolicyPath = "CCM_Policy_Policy5.PolicyID=\"{A0C4FFB9-5919-4744-A7C8-3233871FCF3F}/22\",PolicyVersion=\"1.00\",PolicySource=\"SMS:ELA\"";
ProcessID = 47892;
ThreadID = 55176;
};

i trace this policy ID and i found it using policyspy tool

instance of CCM_Policy_Policy5
{
System properties System properties
string __PATH = "\EGC02WLISELIM01\ROOT\ccm\Policy\Machine\RequestedConfig:CCM_Policy_Policy5.PolicyID="{A0C4FFB9-5919-4744-A7C8-3233871FCF3F}/22",PolicySource="SMS:ELA",PolicyVersion="1.00"";
string __NAMESPACE = "ROOT\ccm\Policy\Machine\RequestedConfig";
string __SERVER = "EGC02WLISELIM01";
string __DERIVATION[] = {
"CCM_Policy_Policy4",
"CCM_Policy_Policy3",
"CCM_Policy_Policy",
"CCM_Policy_Config"
};
sint32 __PROPERTY_COUNT = 13;
string __RELPATH = "CCM_Policy_Policy5.PolicyID="{A0C4FFB9-5919-4744-A7C8-3233871FCF3F}/22",PolicySource="SMS:ELA",PolicyVersion="1.00"";
string __DYNASTY = "CCM_Policy_Config";
string __SUPERCLASS = "CCM_Policy_Policy4";
string __CLASS = "CCM_Policy_Policy5";
sint32 __GENUS = 2;

 Inherited properties Inherited properties  
object PolicyRules[] = <NULL>;  
string PolicyXML = <NULL>;  

string DownloadSource = "http://<mp>/SMS_MP/.sms_pol?{A0C4FFB9-5919-4744-A7C8-3233871FCF3F}/22.SHA256:6C1724485FEF5D15A0B88298C9643F962624563ECBFC553A868E5F8730943B05";  
string PolicyCategory = "CloudConfig";  
string PolicyCookie = "2021-02-17 18:31:55.780";  
uint32 PolicyFlags = 80;  
string PolicyHash = "SHA256:6C1724485FEF5D15A0B88298C9643F962624563ECBFC553A868E5F8730943B05";  
string PolicyID = "{A0C4FFB9-5919-4744-A7C8-3233871FCF3F}/22";  
uint32 PolicyPriority = 20;  
string PolicySource = "SMS:ELA";  
string PolicyState = "DownloadStarted";  
string PolicyType = "Machine";  
string PolicyVersion = "1.00";  

}

How can i solve this errors ??

Internet Information Services
Microsoft Configuration Manager
{count} votes

8 answers

Sort by: Most helpful
  1. Christian 6 Reputation points
    2021-06-22T13:40:40.11+00:00

    I have the same issue, applying the 2103 hotfix over the weekend didnt resolve them either.

    1 person found this answer helpful.
    0 comments No comments

  2. Ahmed Essam 201 Reputation points
    2021-08-09T19:29:48.5+00:00

    Same Issue with me, any help plz

    1 person found this answer helpful.
    0 comments No comments

  3. Rahul Jindal [MVP] 9,146 Reputation points MVP
    2021-05-09T21:48:02.36+00:00

    Did the MP upgrade successfully? Is it healthy & operational?


  4. Rahul Jindal [MVP] 9,146 Reputation points MVP
    2021-05-09T22:52:23.897+00:00

    Then looking at the timestamp this maybe a case of a bad policy needing to be cleaned. I’ll suggest to open a case with support as this may require a cleanup in DB.

    0 comments No comments

  5. Rahul Jindal [MVP] 9,146 Reputation points MVP
    2021-08-09T21:47:18.463+00:00

    Are the devices in question running the updated client agent? Ran into a similar issue with CB2010 and a re-install of the client agent fixed things for me.

    0 comments No comments