Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
marco_puccetti
Partner - Creator
Partner - Creator

QlikSense Mashup Hub

Hello, i have installed the qliksense hub but i've noticed that using this url: https://localhost/hub/

i get this error

Immagine4.png

although the license has been installed (https://localhost/qmc/sitelicense)

Anybody knows how to solve this?

Thanks

Marco

1 Solution

Accepted Solutions
4 Replies
Not applicable

Hi Marco,

In the Hub, have you allocated a token to your user?

If so, try de-allocating, deleting and re-creating the user, allocate again and access.

Best regards,

José

marco_puccetti
Partner - Creator
Partner - Creator
Author

I have no token allocated, there is only the site license.

What can i do?

Thanks

Marco

Not applicable

marco_puccetti
Partner - Creator
Partner - Creator
Author

Allocating the token to an account now the hub works, but i need to know what have i to set in this section of the js file to let the qvf to be loaded  without starting the qliksense server on 4848 port?

This is the section:

var prefix = "???";

var config = {

  host: window.location.hostname,

  prefix: prefix,

  port: "???",

  isSecure: window.location.protocol == "https:"

};

//to avoid errors in workbench: you can remove this when you have added an app

var app;

In the html header, i have this statements (in which i point to the 4848 qliksense server):

<link rel="stylesheet" href="http://localhost:4848/resources/autogenerated/qlikui.css">

<link rel="stylesheet" href="http://localhost:4848/resources/assets/client/client.css" media="all">

<script src="http://localhost:4848/resources/assets/external/requirejs/require.js"></script>

<!-- Bootstrap core CSS -->

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">

Thanks

Marco