Problem 1
You activated a 30-day trial license in NiceLabel Desktop Designer and/or Automation and you want to use your production license before the 30 days expire. You can't deactivate your trial license.
Problem 2
You activated a 30-day trial license in Control Center and you want to use your production license before the 30 days expire. You can't deactivate your trial license.
Solution 1
You can remove your trial license from your system:
-
Close NiceLabel applications.
-
Open Services console. (Press the <Windows> key and type "Services".)
-
Navigate to NiceLabel Proxy Service 10 , or NiceLabel Proxy Service 2019 , or NiceLabel Proxy Service 2017 and stop the service.
-
Open your file explorer and navigate to the folder:
-
%programdata%\NiceLabel\NiceLabel 10
if you use NiceLabel 10 -
%programdata%\NiceLabel\NiceLabel 2019
if you use NiceLabel 2019 -
%programdata%\NiceLabel\NiceLabel 2017
if you use NiceLabel 2017
-
-
Rename the files
-
"product.config"
-
"license.db"
-
-
Start NiceLabel Proxy Service 10 , or NiceLabel Proxy Service 2019 , or NiceLabel Proxy Service 2017.
Your trial license is now removed. You can restart NiceLabel and activate your production license.
Solution 2
You can remove your trial license from the server where Control Center is installed:
-
Open Internet Information Services (IIS) Manager.
-
Stop the IIS. In the Actions pane > Manage Server section, click Stop.
-
Open the Services console and navigate to NiceLabel Control Center Proxy Service and stop the service.
-
Open Microsoft SQL Server Management Studio and connect to the database server where your Control Center (NiceAN) database is located.
-
Delete the licensing data from the table nan.License:
DELETE FROM nan.License;
-
Delete the licensing data from the table nan.Setting:
DELETE FROM nan.Setting WHERE Setting = 'V3RegistrationNumber';
DELETE FROM nan.Setting WHERE Setting = 'LicenseKey';
-
In your file explorer navigate to the folder
%programdata%\NiceLabel\NiceLabel Control Center\system.net
(usuallyc:\ProgramData\NiceLabel\NiceLabel Control Center\system.net\
). -
Delete the file
License.db
. -
In the same folder open the file
product.config
with text editor and delete the license tag. -
Save
product.config
file. -
Start Internet Information Services (IIS).
-
Start NiceLabel Control Center Proxy Service.
Your trial license is now removed from Control Center.