
Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Troubleshooting Qlik GeoAnalytics Installation with Qlik Sense
Last Update:
Dec 21, 2020 7:39:18 AM
Updated By:
Created date:
Sep 15, 2017 12:18:28 AM
If the installation of Qlik GeoAnalytics is not successful, you may experience errors such as "Invalid License" or "Invalid Visualisation" displayed instead of a map.
These issues are mainly related to the installation path of the extensions or wrong/blank license number reference in the extension client-side code js files.
- Check if the extensions and the path to the extensions during setup are correct.
- Make sure to choose "Custom Installation" ( if shared persistence ) and point the path to the shared folder \staticcontent\extensions
(Run Setup - Make sure that "Custom Installation" is selected and enter the custom path)
Standard path: C:\ProgramData\Qlik\Sense\Repository\Extensions - Open the application in the Hub and
- Press F12 to load developer tools (if using Google Chrome)
- In the Network tab, trace the HTTP calls when the map loads and see if the license key is referenced in the HTTP calls trace
- If the license key is not visible, go to the extension folder of the map and open the file "License.js"
( C:\ProgramData\Qlik\Sense\Repository\Extensions\IdevioMap ) - Insert the license number where the line of code says xxxxxxxx :
define([], function () {return 'xxxxxxx:1503547110528';}); - Save the file then do the same for all extensions
- Run Setup - Make sure that Custom Installation is selected and put the custom path
- Restart the Qlik Sense Engine Service to detect new connectors
1,564 Views