versaSRS Knowledge Base

 

 

versaSRS License Key Activation

Article ID: Q731383

Category: FAQ - How To

The information in this article applies to:

  • versaSRS v7
  • Licence Activation
  1. Click the versaSRS Spinner Icon and under the Administrators tab select Activate Product, or click the Settings Cog and select Activate versaSRS.

  2. Enter both the License Key and Activation Key into the respective boxes.

Alternate Method: If you are unable to apply the license key through the application interface then it can be applied manually to the database.

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. Open SQL Management Studio and run the following query against the versaSRS database, ensure you replace the License Key and Activation Key sections with the keys provided to you.
BEGIN TRAN
UPDATE tbl_SystemSettings
SET LicenseKey = License Key
WHERE RecNum = 1
GO
UPDATE tbl_SystemSettings
SET LicenseKey = Activation Key
WHERE RecNum = 2
GO
END TRAN

400 Temporary/Short Term License Key

413 Exceeded the Maximum Allowed Users on the License Key

491 License Key Expiry Date

Did the information in this article help answer your question?

Yes
No
Did not apply

Last Reviewed: 27/06/2022
Powered By VersaDev Pty Ltd Copyright 2022
Last Reviewed:
27/06/2022

Provided by
VersaDev Support Services