Inventory Profiles list ballooning corrupting JSS record...

GabeShack
Valued Contributor III

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.
5aa2b3668e094b17b5cc5b17de5344fe
7f476643a816407c94a9bba8c457a3a5
Gabe Shackney
Princeton Public Schools

Gabe Shackney
Princeton Public Schools
3 REPLIES 3

GabeShack
Valued Contributor III

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

Gabe Shackney
Princeton Public Schools

jguz
New Contributor III

@gshackney Having the same issue but with certificates, Gabe did you ever find a solution other than deleting records and re-enrolling?

GabeShack
Valued Contributor III

Nope
Gabe Shackney
Princeton Public Schools

Gabe Shackney
Princeton Public Schools