ThingworxStorage the logger user different than Resources CurrentSessionInfo GetCurrentUser
In ThingworxStorage logs the logger user is different than the user returne by Resources["CurrentSessionInfo"].GetCurrentUser();
The service I have try to set a property to the user:
logger.debug(l"Input->PlantUPL-> " + PlantUPL);
var user = (UserName!=null) ? UserName : Resources["CurrentSessionInfo"].GetCurrentUser();
logger.debug(l "User-> " + user);
Users[UserName].LastPlantUPL = PlantUPL;
The Script Log shows this error:
Somehow user U529679 is in the logs but u106949 is the current user in the Resource.

