versaSRS Knowledge Base

 

 

License Key Expiry Date

Article ID: Q731491

Category: FAQ - Product Info

The information in this article applies to:

  • versaSRS
  • Licence Expiration

Q: Could you please let me know when I will be informed about our license key expiring? Where can I view the status of our license key?

A: You will begin to receive a notification within versaSRS when your license key gets within 30 days of expiry. When the licence has expired, the system will populate a notification window where an Administrator will able to enter the license key provided to them upon commencing/renewing their contract.

License Notification window Licence expired

Alternatively, Users can view the expiry date anytime by selecting the System Info option from the Settings menu.

System Info Settings Menu option

NOTE: Please renew the license key prior to expiration to avoid down time of your versaSRS system. This can be achieved via the Activate versaSRS option in the Settings menu.

Activate versaSRS Menu Option

The license key and activation key can be manually entered into the database through the tbl_SystemSettings table.

BEGIN TRAN 
UPDATE tbl_SystemSettings 
SET LicenseKey = [LicenseKey] -- Your License Key
WHERE RecNum = 1 
GO 
UPDATE tbl_SystemSettings 
SET LicenseKey = [ActivationKey]  -- Your Activation Key
WHERE RecNum = 2 
GO 
END TRAN

We recommend all customers update to the latest version of versaSRS at no cost to ensure full functionality of your versaSRS.

383 versaSRS License Key Activation

400 Temporary/Short Term License Key

Did the information in this article help answer your question?

Yes
No
Did not apply

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

Provided by
VersaDev Support Services