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

Connectors not responding

Hi,

I have just upgraded to Qlik sense v 3.2.2. When opening the data load editor for an app, the data connection on the right are taking longer to populate the connections. Also, produce error like "connector is not responding, contact your sys admin".

Please suggest on this. this is single node setup.

3 Replies
Not applicable

Hi, if you try deleting that failing connection and regenerating it?

db_qliksense
Creator
Creator
Author

Thanks for reply...

Din't try this.

But, got this working by editing the config files (.exe.config) for the data connectors in folder

"C:\Program Files\Common Files\Qlik\Custom Data". 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>

rzenere_avvale
Partner - Specialist II
Partner - Specialist II

Many thanks,

this solved my issue!