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

  1. Stop the NiceLabel Proxy Service 10.

  2. Delete the NiceLabel NiceLabel 10 license file. Go to %PROGRAMDATA%\NiceLabel\NiceLabel 10 and delete License.db.

  3. Modify the product configuration file. Go to %PROGRAMDATA%\NiceLabel\NiceLabel 10 and open product.config in any text editor.

  4. Delete the following XML nodes including their content:

    <Activation>...</Activation>
    <LmsCloud>... </LmsCloud>
    <ControlCenter>... </ControlCenter>
  5. 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.

  1. Close your NiceLabel applications.

  2. Open Services on your computer and stop:

    • NiceLabel Proxy Service 10

    • NiceLabel Automation Service NiceLabel 10 (if you are using Automation)

  3. Navigate to the System folder:%PROGRAMDATA%\NiceLabel\NiceLabel 10

  4. Make a backup copy of your product.config file.

  5. Open the product.config file in a text editor. The file has an XML structure.

  6. 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>

  7. Start the NiceLabel Proxy Service 10.

  8. 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>