DMT - Group ID doesn't Exist

I used my DMT to add a few accounts. I have 3 accounts that don’t have security groups and one that does. I am getting 3 errors (ones with no group) that the “GroupID doesn’t exist.”. I don’t have a group why am I getting the error…

Since you’re including GroupList in your columns, it may be assuming there should be something. (I know its not required… but it may be trying to pass an empty value, which isn’t accepted).

I would just take the generated error csv… delete the GroupList column and re-run the failed imports.

2 Likes

thank you that worked. I need to remove the column of those with not security groups. Thanks Kim