Pending Hosts/Macs click here - still showing
-
currently on FOG version: 7911
I deployed the client to a few machines, they registered themselves and I then approved them.
However the banner at the top of the home page remains asking me to ‘click here to review’ which takes me to a page displaying ‘No results found’
-
in the DB, the pending field is sometimes set to one of three values (can’t remember if it’s 0 and 1 or y and n) and is sometimes blank.
an SQL Select statement looking for an exact field would miss the other two.
-
There was an issue for a commit or two that would add a blank pending Mac for no reason. The fix for now is to just delete the pending entries manually.
delete from hostMAC where hmPending=1;
-
I feel I should add that I have since fixed this issue.