SmarterTools Portal Language
 
HomeKnowledge BaseSmarterTrackHow To - Revert a licensed version of SmarterTrack to the free edition
Information
Article ID301
Created On10/7/2008
Modified10/7/2008
Share With Others
How To - Revert a licensed version of SmarterTrack to the free edition

Applies to: SmarterTrack 3.x and later

In order to revert a SmarterTrack license back to the free edition, run the following SQL queries:

delete from st_GlobalSettings where SettingName = 'LicenseKey';
delete from st_GlobalSettings where SettingName = 'LastActivationResult';
delete from st_GlobalSettings where SettingName = 'ActivationKey';

IMPORTANT NOTE: The st_ is the table prefix change accordingly to your database configuration.