Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm having timeout errors when my PostgreSQL queries take more than 30 seconds to return.
We are using the QvOdbcConnectorPackage to connect to the database, the connection string is this:
CUSTOM CONNECT TO "Provider=QvOdbcConnectorPackage.exe;driver=postgres;host=hostname;port=5433;db=dcapp;FetchTSWTZasTimestamp=1;MaxVarcharSize=262144;XUserId=HashedUserName;XPassword=HashedPassword;"
I tried adding the parameters QT, LT and LBT to the connection string following advice given in the article 16440 of the knowledge base. https://support.qlik.com/articles/000016440
CUSTOM CONNECT TO "Provider=QvOdbcConnectorPackage.exe;driver=postgres;host=hostname;port=5433;db=dcapp;FetchTSWTZasTimestamp=1;MaxVarcharSize=262144;XUserId=HashedUserName;XPassword=HashedPassword;QT=-1;LT=-1;LBT=0";
Tried using Timeout as a parameter, but it didn't work too.
The error message is:
QVX_UNEXPECTED_END_OF_DATA: ERROR [HYT00] [Qlik][ODBC PostgreSQL Wire Protocol driver]Timeout expired.
My QlikView version number is 12.20.20400.0 and the Qlik ODBC Connector Package is 1.0 Build Revision 432
Any help would be welcome.
Replying my own question, since somebody else can have the same problem than I had.
Upgrading the Qlik ODBC Connector Package to the last version, 6.16.1 fixed the timeout issue.
Even without the extra parameters QT, LT and LBT in the connection string.
Replying my own question, since somebody else can have the same problem than I had.
Upgrading the Qlik ODBC Connector Package to the last version, 6.16.1 fixed the timeout issue.
Even without the extra parameters QT, LT and LBT in the connection string.
hi Friend!
I have the same problem, but I can not find the version of the connector, could you share me the download address?
Sure!
Go to https://us-b.demo.qlik.com/download/
Under Download Site there is a Qlik Connectors Tab
Filter by Product: Qlik ODBC Connector
Hi,
not with POSTGRE but I've the same problem with MySQL:after the migration to June release with the latest version of connector (6.16.1) I've this error (that I haven't before):
ERROR [HY000] [Qlik][MySQL] Query execution was interrupted, maximum statement execution time exceeded
Any suggestion ???