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
Page 1 / 1
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
@gshackney Having the same issue but with certificates, Gabe did you ever find a solution other than deleting records and re-enrolling?
Nope
Gabe Shackney
Princeton Public Schools
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.