PROPRIETARY
Assumption: You are the IT System Administrator with permissions and access to the database and application server. You have received a new license key from the vendor (MathCraft Security Technologies, Inc.)
- Launch services.msc on the app server.
- Stop ViSiCommander service.
- Navigate to ViSiCmdrTC\visicmdr\logs directory and delete all the log files there.
- Launch SQL Management Studio (remotely or on the database server).
- Copy the SQL statement below and replace the text MyLicenseKey with the license key provided to you and replace the text MyCompanyName with the company name provided to you.
Note: If the company name doesn't match our licensing manager, the license key will not work.USE VISICMDR GO UPDATE DB.LICENSE SET CMPNY_NME = 'MyCompanyName', LICENSE_KEY = CONVERT(VARBINARY(256), 'MyLicenseKey') GO
- Launch services.msc on the app server.
- Start ViSiCommander service.