Unauthorized user error message when logging into the Presentation Server
When an admin user attempts to log into the TrueSight Presentation Server, an error message "You are not authorized to use this system" is displayed. The TrueSight.log file under the \BMC Software\TrueSightPServer\truesightpserver\log\ folder path contains an exception that indicates the authorization profile is missing for the user. This problem could occur when an admin, LDAP user, or custom authorization profile is either missing or deleted from the database.
Perform the following procedure to add the missing authorization profile of an admin user to the user group:
- From the \\BMC Software\TrueSightPServer\truesightpserver\modules\pgsql\bin folder path, run the pgAdmin3.exe utility.
- Click Add a connection to the database.
- Specify the Name, Host, and Maintenance DB details.
- Navigate to Database > truesight > Schemas >Tables, and select usergroups.
- From the right-click menu, select Scripts >SELECT script.
The SQL Editor opens with a default SELECT script. - Delete the SELECT script, replace and run the following statement from the SQL Editor
Update usergroup set authProfile_id='f1411589-954c-4b90-9b59-cf2c2421b4e9' where id = '70a778fe-4b16-4ac7-a9c5-6100d3f03d8f'; for 'Administrators' group
The admin authorization profile is updated. - Restart the TrueSight Presentation Server.
Related topics
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*