Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Majority of collection is "Waiting for Content"

  • Thread starter Thread starter jbruning
  • Start date Start date
  • Replies Replies 4
  • Views Views 8K

jbruning

New Member
Messages
2
Reaction score
0
Points
1
I have a collection of about 350 machines. I deployed a program to uninstall Symantec encryption from them. About 200 of those machines are stuck at "Waiting for Content." when I checked the Execmgr.log I found an error "GetSWDistPolicy - Could not find the policy in WMI for advertisement NBP22FC9 package NBP003A0 program uninstall."

Any help in this would be much appreciated. If it helps other software has no problem going to these machines. its just this package.
 

Attachments

How do you deploy the package? Available or required ?. I guess it is deployed as required.

Ensure "Additional software manages the deployment of applications and software updates" in the Computer Agent of the client policy is set to NO.


Code:
GetSWDistPolicy - Could not find the policy in WMI for advertisement NBP22FC9 package NBP003A0 program Uninstall
Policy was deleted or expired for program Uninstall. Remove the execution request.
CServiceWindowEventHandler::Execute - Received SERVICEWINDOWEVENT : END Event
CServiceWindowEventHandler::Execute - Received SERVICEWINDOWEVENT : START Event
CExecutionRequestManager::OnServiceWindowEvent for START
Auto Install is set to false. Do Nothing.
 
How do you deploy the package? Available or required ?. I guess it is deployed as required.

Ensure "Additional software manages the deployment of applications and software updates" in the Computer Agent of the client policy is set to NO.


Code:
GetSWDistPolicy - Could not find the policy in WMI for advertisement NBP22FC9 package NBP003A0 program Uninstall
Policy was deleted or expired for program Uninstall. Remove the execution request.
CServiceWindowEventHandler::Execute - Received SERVICEWINDOWEVENT : END Event
CServiceWindowEventHandler::Execute - Received SERVICEWINDOWEVENT : START Event
CExecutionRequestManager::OnServiceWindowEvent for START
Auto Install is set to false. Do Nothing.


It is set to no by default and the package is deployed as required.
 
I See the issues with 3 deployments which is recently deployed after configuring Cloud management Gateway. Not sure if the about issues "Auto Install is set to false. Do Nothing" related to this issues. Any fix for this issues ?
 

Attachments

  • Waiting content.jpg
    Waiting content.jpg
    10.5 KB · Views: 2
Back
Top