Posted on 05-21-2015 12:25 PM
So we just started noticing an issue with User Level Profiles showing up in our inventory records on the JSS in huge amounts which is actually corrupting the record. So far the only way I've found to fix this is to delete the record and re enroll the machine. Wondering if anyone has seen this and or found a fix/workaround?
I also need to find a way to find the machines that are having this issue.
Gabe Shackney
Princeton Public Schools
Posted on 05-22-2015 10:59 AM
Support helped as always, found a solution to at least find all the records with large amounts of Profiles being reported:
/usr/local/mysql/bin/mysql -u root -p
use jamfsoftware;
select computer_id, count(*) from os_x_installed_configuration_profiles group by computer_id order by count(*);
Now we just need to find a way to correct the records without deleting them.
Gabe Shackney
Princeton Public Schools
Posted on 12-09-2015 06:38 AM
@gshackney Having the same issue but with certificates, Gabe did you ever find a solution other than deleting records and re-enrolling?
Posted on 12-10-2015 06:18 AM
Nope
Gabe Shackney
Princeton Public Schools