If your license activation issue persists even after you complete these described solutions, please follow the suggestions below.
Clear license information from your computer and retry
-
Stop the NiceLabel Proxy Service 10.
-
Delete the NiceLabel NiceLabel 10 license file. Go to
%PROGRAMDATA%\NiceLabel\NiceLabel 10
and deleteLicense.db
. -
Modify the product configuration file. Go to
%PROGRAMDATA%\NiceLabel\NiceLabel 10
and openproduct.config
in any text editor. -
Delete the following XML nodes including their content:
<Activation>...</Activation>
<LmsCloud>... </LmsCloud>
<ControlCenter>... </ControlCenter>
-
Start the NiceLabel Proxy Service 10.
Your license information is removed. Retry activating your license.
Send trace log files to NiceLabel support team
If your troubleshooting is unsuccessful, send your NiceLabel NiceLabel 10 trace log files to NiceLabel support. Your trace log files include essential details that help us find solutions to your problems.
To collect your trace log files, run NiceLabel NiceLabel 10 in tracing mode:
Tip
Disable tracing mode after you resolve the issue. Tracing mode slows down processing on your computer. Enable this mode only when NiceLabel technical support is working with you on troubleshooting.
-
Close your NiceLabel applications.
-
Open Services on your computer and stop:
-
NiceLabel Proxy Service 10
-
NiceLabel Automation Service NiceLabel 10 (if you are using Automation)
-
-
Navigate to the System folder:
%PROGRAMDATA%\NiceLabel\NiceLabel 10
-
Make a backup copy of your
product.config
file. -
Open the
product.config
file in a text editor. The file has an XML structure. -
Add the element
Common/Diagnostics/Tracing/Enabled
and assign value True.Example 2. Example
<?xml version="1.0" encoding="utf-8"?> <configuration> <Common> <Diagnostics> <Tracing> <Enabled>True</Enabled> </Tracing> </Diagnostics> </Common> ... </configuration>
-
Start the NiceLabel Proxy Service 10.
-
Start your NiceLabel application.
Note
After you save the product.config
file, NiceLabel NiceLabel 10 automatically applies the setting.
Your tracing files (*.LOG extension) appear in the %PROGRAMDATA%\NiceLabel\NiceLabel 10
System folder.
After you reproduce the issue with enabled tracing, disable tracing in product.config
file or restore your original product.config
file.
<Tracing> <Enabled>False</Enabled>