Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
sumitk
Partner - Contributor III
Partner - Contributor III

ODBC connector packages are not visible in Data connection option without internet

Hi All,

On my current implementation I am facing an issue, there is no internet connectivity on my server that's why any ODBC connector packages (SQL/Oracle/Postgre) are not visible in Data connection option.

image001.png

When we connect the internet then all packages are visible but if we remove the internet connection then no packages are visible.

So we found the solution after R&D -

Go to "C:\Program Files\Common Files\Qlik\Custom Data".

You will see folders like QvDataMarketConnector, QvOdbcConnectorPackage, QvRestConnector and QvSalesforceConnector.

Inside each folder there would be a config file.

Ex: C:\Program Files\Common Files\Qlik\Custom Data\QvRestConnector\QvRestConnector.exe.config.

Edit config file and add below code just before closing </configuration> tag.

<runtime>

    <generatePublisherEvidence enabled="false"/>

</runtime>

Save file and do the same on Central and all RIM nodes. Make sure to stop services before making any changes.

When we restart the services then every connector is visible 

Labels (3)
1 Reply
TcnCunha_M
Creator II
Creator II

Hi ODBC normally is more related to your server itself than the Qlik

It might be something with your server not allowing you to show this, but it is good you found a solution

maybe related to this?
https://community.qlik.com/t5/Official-Support-Articles/App-Reload-Fail-With-quot-Error-QlikView-Con...

As you think, so shall you become.