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