To update your QuikData license key, you must have direct access to the DRControl SQL database. This change updates a site-level setting and requires a cache refresh in the web application to take effect.
Prerequisites
SQL Server Management Studio (SSMS)
Access to the
DRControldatabaseA valid, updated license key provided by QuikData
Step-by-Step Instructions
1. Update the License Key in SQL
Open SQL Server Management Studio and connect to the server hosting the
DRControldatabase.Expand the database and navigate to the table:
DRControl.dbo.SiteSettingsRight-click the table and select Edit Top 200 Rows.
Locate the row where:
SiteSettingKeyEnumValue = 47
(This value corresponds to the QuikData license key.)Replace the existing value with the new license key provided by QuikData.
Click into another row or cell to ensure the change is committed.
2. Refresh the Application Cache
Open the QuikData web application.
Navigate to:
Site Admin → Site SettingsClick Refresh Cache.
⚠️ No confirmation or alert will be displayed — this is expected behavior.
3. Verify the Update
Navigate to My Rooms.
Confirm that the license expiration warning is no longer displayed.
Notes & Tips
The license change will not take effect until the cache is refreshed.
If the alert persists, confirm:
The correct row (
SiteSettingKeyEnumValue = 47) was updatedThe cache refresh was performed
The license key was pasted without extra spaces or line breaks
Comments
0 comments
Article is closed for comments.