ruleengine.log continually showing server trying to update package that doesnt exist

Cody Halvorson 1 Reputation point
2020-11-01T21:03:51.857+00:00

Message from SMS_RULE_ENGINE component status:

Content download failed.
Message: Failed to download one or more content files.
Source: SMS Rule Engine.

Messages from ruleengine.log:
Failed to get the software updates package with ID "TF100044" -----This package does not exist in my environment???
Failed to run the DownloadAction for the AutoDeployment.
Initialization failed for CADRuleDownloadAction() object, Error = 0x80004005
Failed to run the DownloadAction for the AutoDeployment.
STATMSG: ID=8706 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_RULE_ENGINE" SYS=XXXX SITE=XXX PID=3996 TID=10808 GMTDATE=Sun Nov 01 20:22:08.031 2020 ISTR0="SMS Rule Engine" ISTR1="Failed to download one or more content files" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
Rule XML is: <AutoDeploymentRule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><DeploymentId/><DeploymentName>1909 Update</DeploymentName><UpdateGroupId>ScopeId_0C0B8DBD-8D2C-4AA8-B0B4-3721EBD7E9DA/AuthList_f0b4d14a-e01f-4899-ad85-bf76d59cd203</UpdateGroupId><UpdateGroupName/><LocaleId>1033</LocaleId><UseSameDeployment>false</UseSameDeployment><AlignWithSyncSchedule>false</AlignWithSyncSchedule><NoEULAUpdates>false</NoEULAUpdates><EnableAfterCreate>true</EnableAfterCreate><ScopeIDs><ScopeID>SMS00UNA</ScopeID></ScopeIDs><EnableFailureAlert>true</EnableFailureAlert><IsServicingPlan>true</IsServicingPlan></AutoDeploymentRule>
Criteria Filter Result XML is: <AutoDeploymentRule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><DeploymentId/><DeploymentName>1909 Update</DeploymentName><UpdateGroupId>ScopeId_0C0B8DBD-8D2C-4AA8-B0B4-3721EBD7E9DA/AuthList_f0b4d14a-e01f-4899-ad85-bf76d59cd203</UpdateGroupId><UpdateGroupName/><LocaleId>1033</LocaleId><UseSameDeployment>false</UseSameDeployment><AlignWithSyncSchedule>false</AlignWithSyncSchedule><NoEULAUpdates>false</NoEULAUpdates><EnableAfterCreate>true</EnableAfterCreate><ScopeIDs><ScopeID>SMS00UNA</ScopeID></ScopeIDs><EnableFailureAlert>true</EnableFailureAlert><IsServicingPlan>true</IsServicingPlan></AutoDeploymentRule>
CRuleHandler: Enforcing Actions for Rule 12 failed!

Microsoft Configuration Manager Application
Microsoft Configuration Manager Application
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Application: A computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end users.
460 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Jason Sandys 31,171 Reputation points Microsoft Employee
    2020-11-02T01:33:07.343+00:00

    ruleenginge.log shows activity from your ADRs so have you checked your ADRs to validate that they all reference valid update packages instead of the update package that no longer exists?


  2. Jason Sandys 31,171 Reputation points Microsoft Employee
    2020-11-02T14:07:50.487+00:00

    Have you checked your servicing plans?

    Final verification and then it's time to open a support case, if you run the following in PowerShell when connected to the site, do you get any results:

    Get-CMSoftwareUpdateAutoDeploymentRule | Where-Object {$_.AutoDeploymentID -eq '12' } | Select-Object -Property Name, AutoDeploymentID