Having an issue were the JSS is constantly trying to remove a profile that doesn't exist and was removed from those machines. The error that shows up in the management section of the computers is:
Cannot remove profile '95E63FA1-CD4C-4AF5-AD36-BEE633C611A8' because it was not installed by the MDM server <MDMClientError:96>
I have tracked down the table in mySQL that is sending this command as : "mobile_device_management_commands".
My question is will this loop continue and try to remove this profile, which from logs is constant every day or so on hundreds of machines. Could I just make a backup of the database and remove the entries from that table that are trying to remove that profile to clear the errors?