K

Monday, July 31st, 2023 9:05 AM

Qlik Sense to Collibra Integration

hi @spring-team.collibra.com

We have been trying to run the Springboot application
( Qlik Sense to Collibra Integration - Collibra Marketplace)
provided in the marketplace. Can someone guide us on few queries by us?

  1. We need to connect to the Qlik Sense Enterprise via the certificates.As per in the application.properties we have ssl properties which needs to be configured there… Is it all ? or the qlik.url and qlik.password properties values also is required?

  2. Out of the box question.( Can we somehow check the connection to the qlik with the certificate details only via any API?)

2 years ago

Hi @khusbu.kumari.inter.ikea.com ,

  1. Yes, qlik.api.url and qlik.api.token will be required to connect to Qlik Sense API.
  2. You can try to test the connection to Qlik’s REST APIs through tools like POSTMAN to ensure it works.

Regards,
Satish

27 Messages

2 years ago

Thanks Satish for the reply.

Hence, in the application properties by only providing the ssl attribute details the application will not work as expected right?

we anyway need to provide the url and token.?

2 years ago

Hi @khusbu.kumari.inter.ikea.com,

Yes, URL and token are necessary.

Regards,
Satish

27 Messages

2 years ago

Thanks again Satish for the Reply.

One doubt - In the spring boot application how the data is fetched from Qlik Platform? is it via API’s or the qliksense_to_collibra_integration_library_2.0.1 contains all the methods required?

2 years ago

Hi Khusbu,

The spring boot application fetches data using the QlikSense REST APIs and the collibra integration library enables the spring boot application to create assets in Collibra.

These integrations are unrelated to the edge server. You have the option to execute them on a separate server/docker container or on your local machine for testing purposes.

Regards,
Satish

Loading...