The Cancel All Pending Commands button isnt working for Computers

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
10-18-2016
11:37 AM
- last edited on
03-04-2025
08:07 AM
by
kh-richa_mig
The new feature implemented in 9.96 to cancel all pending commands for Computers doesn't seem to work for me. If I click it, the page refreshes but the commands are still there. Same result if I do a mass action delete all pending commands. I get a message that the command completed but it doesn't work. However the old way of clicking cancel on each individual commands still works.
This new feature DOES work for mobile devices, just not Computers. Ive tried different browsers with no success.
Any one have any luck with this feature?
- Labels:
-
Jamf Pro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 10-18-2016 12:10 PM
Nope. Noticed the same thing on my end. Ended up having to go back to the (unsupported and severely frowned upon) SQL commands to get rid of pending and failed commands.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 01-13-2017 07:04 AM
Hi, I have the same problem in 9.96..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 01-19-2017 01:54 PM
+1 here

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 01-20-2017 10:29 AM
+1 JSS 9.97.1482356336
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 01-20-2017 10:42 AM
We're on 9.96 hotfix and seeing this as well. Anyone have a PI?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 01-20-2017 11:12 PM
+1
Having same issue on JSS 9.97.1482356336
We have many pending or failed commands queued up for thousands of macOS clients and would love to clear them!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 01-24-2017 04:23 AM
Also having the same issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 01-24-2017 04:44 AM
my TAM referenced PI-003158 - might want to put tickets in if you haven't already referencing this thread/PI.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-02-2017 01:10 PM
Same issue here on 9.97.1482356336...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-14-2017 07:48 AM
Same here on 9.96.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-16-2017 08:51 AM
Hey @georgecm12, what command did you use in SQL to clear them? I'd like to see it in action on our DEV.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-17-2017 07:25 AM
I use these commands, clears all pending for computers and mobile devices...
select count(*) from mobile_device_management_commands where apns_result_status != 'Pending';
delete from mobile_device_management_commands where apns_result_status != 'Pending';

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-17-2017 08:11 AM
Notice any adverse side effects?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-27-2017 01:47 AM
Getting the same on JSS 9.97.1482356336 - how many people having problems does it usually take for JAMF Staff to notice the problem??
