Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hi, if you try deleting that failing connection and regenerating it?
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>
Many thanks,
this solved my issue!