Qlik does not call the analytics connection - AnalyticsGate/AGR-OnPrem-Setups GitHub Wiki

For some customers, the Qlik Sense analytical connection may not be able to connect to AG Reporting. There are often several reasons for this.

  1. IPv6 and IPv4 are only partially configured. From Windows 10 and Windows Server 2016 or higher, IPv6 is preferred by the operating system instead of IPv4. Unless something else has been explicitly configured here.

  2. The DNS server does not return the correct answer or no answer. Use the following commands to check whether everything is set correctly.

Check whether AG Reporting is listening to Qlik.

netstat -ano | findstr "40263"

correct result: TCP 127.0.0.1:40263 0.0.0.0:0 ABHÖREN 18736 TCP 127.0.0.1:40263 127.0.0.1:55912 HERGESTELLT 18736 TCP 127.0.0.1:55912 127.0.0.1:40263 HERGESTELLT 18736 TCP [::1]:40263 [::]:0 ABHÖREN 18736

Check whether "localhost" is resolved correctly.

nslookup localhost

correct result: Name: localhost Addresses: ::1 127.0.0.1

If nothing helps, enter 127.0.0.1 directly under Hosts.