-1

When installing the Invantive Query Tool I need to configure a license. The version in use is stable-20161021-658. When I choose 'Use free license' I receive the following error:

itgenlic178: There are no license servers available.

How can I configure the license validation such that the license server URL is accepted?

Goombah
  • 99
  • 2

1 Answers1

0

The proxy credentials used in Internet Explorer seem not to be used using System.Net.HttpWebRequest method in Microsoft.NET.

The possibilities are:

  • Change the proxy such that the User-Agent 'Invantive' has access to all sites.
  • Or whitelist specifically the following:
    • customerservice.invantive.com
    • licenseservice1.invantive.com
    • licenseservice2.invantive.com
    • licenseservice3.invantive.com
    • licenseservice4.invantive.com
Goombah
  • 99
  • 2