Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
mananmehta900
Contributor III
Contributor III

Cannot connect to Server while implementing Sense Search Component

Hello All,

I am trying to implement Sense Search Component using Qliksense 3.2 on the server. I have been using the following Github

GitHub - websy85/sense-search-components‌ (including all references to avoid copyright issues) for implementation. However, I am facing the connection error (PFA). I have verified all the listeners are up on the server. Moreover, I have tried all the port numbers for the config variable. I am unable to proceed and need help on this.

Following are the config values:

var config = {

        host: "xxx",               //server host name

          port: "4239",               //tried 4244, 4248, 80, 443, 4247, 4239

        prefix: "/",

        isSecure: true,

        app: "xxx"                         //app name

      };

Any help is greatly appreciated.

TIA

17 Replies
mananmehta900
Contributor III
Contributor III
Author

Hi Steve/Rob,

I apologize for the misunderstanding above, but I am using Qlik Business and not Qlik Cloud. Will there be any change in your responses above?

Please let me know

TIA

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

By Qlik Business do you mean Qlik Sense Cloud for Business?  This is the subscription service hosted by Qlik.

If so, my comments all still stand.

If you have Qlik Sense Enterprise, which is where you have your own server on premise or in the cloud, then the answer is different.

mananmehta900
Contributor III
Contributor III
Author

Yes Steve, We have the latter - Qlik Sense Enterprise

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

In that case, you should be able to update it.

Looking at the repository though it would appear that this is not an extension, rather a set of code you can use in a mashup.  I would have though you will need to create a new mashup through the Dev Hub and then manually copy in the code.

It's not code that I have used though, websy1985‌ would be the best person to help out here.

mananmehta900
Contributor III
Contributor III
Author

Thank you very much, Rob and Steve, for your time and your help. Much appreciated.  I will update here if I am able to progress.

Thanks.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

This makes more sense as I didn't think Cloud had a QMC interface for uploading extensions.

What files are included in your zip file. My guess is you are missing a .qext file.

Attached is a sample mashup that uses SenseSearch.  You can upload to your server.  It does load the sense search components from github so may not work on your server as-is if the server can't get to github,

-Rob

http://masterssummit.com

http://qlikviewcookbook.com

edit: The attachment I uploaded earlier had a syntax error.  Corrected version attached.

websy1985
Luminary Alumni
Luminary Alumni

Are you still trying to get this up and running? If so, can you provide a bit more info around your setup? The port will most likely be 80 or 443 depending on whether or not your connection is http or https respectively. You're best bet is to start with one of Rob's examples. They're configured to be pretty much plug and play.

What sort of errors are you seeing?

Thanks

Nick

mananmehta900
Contributor III
Contributor III
Author

Hi Nick,

Thanks for the reply. Yes, I am still trying to implement it.

I see the search box. But, I am not able to enter any information. It seems to be a connection issue.

Thanks.