Cool, thank you so much. I love everything about FOG and how it handles, however I can’t stand the white background, so I changed that to black, and now I’m wanting to change the font color to something a little easier on the eyes. Thanks again!
Inside the FOG DB, there are two multicast association tables. Can you delete all the rows in those tables, re-install FOG, and try again and see what happens?
TRUNCATE TABLE multicastSessions;
TRUNCATE TABLE multicastSessionsAssoc;
DELETE FROM tasks WHERE taskTypeId=8;