Posted on 10-18-2016 11:37 AM
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?
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.
Posted on 01-13-2017 07:04 AM
Hi, I have the same problem in 9.96..
Posted on 01-19-2017 01:54 PM
+1 here
Posted on 01-20-2017 10:29 AM
+1 JSS 9.97.1482356336
Posted on 01-20-2017 10:42 AM
We're on 9.96 hotfix and seeing this as well. Anyone have a PI?
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!
Posted on 01-24-2017 04:23 AM
Also having the same issue
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.
Posted on 02-02-2017 01:10 PM
Same issue here on 9.97.1482356336...
Posted on 02-14-2017 07:48 AM
Same here on 9.96.
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.
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';
Posted on 02-17-2017 08:11 AM
Notice any adverse side effects?
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??