Problem:

User is unable to login after setting default operator panel and then logging out to activate it. 

This occurs when a user attempts to set an operator panel without first setting a default site.




Resolution:  

Use XA or SQL set a default site for the user.







Example SQL script to update the Employee table and set the Default Site for an Employee: 

*replace the highlighted components with the correct info for the appropriate MES URL name, Employee name, and Default Site ID. 


USE Environment Name    UPDATE Employee    SET DefaultSiteId = Site ID Number    WHERE Username = 'Username'

USE PaperLess5412    UPDATE Employee    SET DefaultSiteId = 1    WHERE Username = 'PPL1'




Note: View the ID Number for all available sites use the following SQL Query:


SELECT Id, Name, Description FROM Site