Topic
When users enter their credentials on the Nintex Robot Login screen, the application gets stuck or hangs when loading.
Instructions
The reason could be related to the permissions or privileges to the account the user used to log in. This could be checked by the following :
- Open the Admin tool.
- Find the account used for the Robot application.
- Check the permissions granted.
- Verify the same in the Aerobase/Keycloak > Users > Find the user.
- Click on Edit > Role Mapping.
- From Aerobase, unassign and assign the Unattended role again.
- Save the changes.
- Restart the Robot application.
If the previous steps do not solve the issue:
- Open and edit the appSettings.conf file.
Default location:C:\Program FIles\Nintex Robot\config - At the bottom of the appSetings.conf file, add the following value:
<add key="MinimizeSplashScreenOnLoggingIn" value="true"/> - Save the file.
- Restart the robot application.
Additional Information
Before executing the steps, please verify that the Attended Robot is working properly and as expected by the following:
- Change the Robotic mode from the appSettings.conf file located under the robot folder.
Default location:C:\Program FIles\Nintex Robot\config - At the bottom of the file, you should see
<!-- Enable/Disable Robotic mode --> - Change both RunAutomationEnabled and EnableLogonExpert to False.
- Save the appSettings.conf file.
- Restart the Robot application.
Now, the Nintex Robot runs as Attended Automation. If the Attended Robot works as expected, please refer to the above information and verify the user Permissions.
