versaSRS Knowledge Base

 

 

Exceeded the Maximum Allowed Users on the License Key

Article ID: Q731413

Category: FAQ - Knowledge Base

The information in this article applies to:

  • versaSRS
  • Database
  • Licence

Users are not able to logon to the application and an error message stating that the maximum number of Users has been exceeded is presented.

This is caused by adding more Users to the application than are allowed by the license. This could have occurred when an archived User was un-archived or someone failed to heed the system warning that adding a new User would exceed the license.

There are two resolutions for the situation:

1. Increase the licensed allowable User limit
If more Users are required VersaDev's Sales Team can be contacted to arrange for an updated license key to accommodate the extra Users.

2. Archive exisitng active Users that no longer need access
To solve this without adding a new license key the surplus User account(s) will have to be archived in the database. Please note that this procedure needs to be performed by a Database Administrator (DBA) as the User(s) will need to be archived directly in the database by changing their archived status. The DBA will have to replace the *UserID* value below with the actual ID of the User(s) to be archived.
NOTE: VersaDev takes no responsibility for any data corruption or loss incurred, be sure to take extra care not to remove or change any data by mistake when running queries directly on the database, we recommend performing a backup and implementing on a test environment before performing on production.

1. Find the UserID of all active Users:

SELECT UserID, Firstname + ' ' + Lastname AS [Name], Email
FROM tbl_Users
WHERE Archived = 0

2. Update the archived status:

UPDATE tbl_Users
SET Archived = 1
WHERE UserID = *UserID*

136 Archiving versaSRS Users - Affect on Cases

383 versaSRS License Key Activation

407 New User Can Not Login

Did the information in this article help answer your question?

Yes
No
Did not apply

Last Reviewed: 11/10/2024
Powered By VersaDev Pty Ltd Copyright 2022
Last Reviewed:
11/10/2024

Provided by
VersaDev Support Services