We use Windows Authentication on our server.
I have a few users who left the company then came back and were given back their original user names.
When they access our company gallery they can't authenticate. When I look at the user in the admin utility I get the following error:
Unknown error. IdentityNotMappedException RequestID: ********************
It seems their SID is not being translated back to an NT user. I am wondering if this is due to some caching inside of the Mongo database.
I was hoping to delete the user and have them go to the gallery like it was their first time. This way it would clear out any issues in the Mongo. Unfortunately that doesn't seem to be an option in the Alteryx Server Admin utility.
If I were to query the users collection, remove the record for the affected user and overwrite the collection would this solve effectively delete the user?
Anyone else experienced this error and know how to get access for users in this scenario?