Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am getting this error during reload. Does anybody know what might be going wrong here.
This happens both when I reload the app or run it in debug mode.
Qvx file read error on line 1, too many columns: "Name of Table"....
I think i found the root cause, It has more to do with the Database server being unable to process the request due to high utilization. Qliksense just relay's the error it receives from the DB end.
check with log file.
Vikas
The error I have posted is from the logfile. I suspect it has to do with the DB
2016-07-11 04:22:18 Error: QVX_UNEXPECTED_END_OF_DATA: ERROR [HYT00] [Qlik][ODBC SQL Server Wire Protocol driver]Timeout expired.
2016-07-11 04:22:18 Execution Failed
2016-07-11 04:22:18 Execution finished.
Hi,
which DB do you connect?
I think i found the root cause, It has more to do with the Database server being unable to process the request due to high utilization. Qliksense just relay's the error it receives from the DB end.
Ok.
In same cases, you can increase the timeout ou increase the cache of your DB to avoid this issue
Hi, just in case anyone else is running into this issue and finding this thread, I ran into it when the DB query returned no results. I don't know if that's relevant, but, hey ho.
@rnorris thank you! I was indeed wondering what's causing this issue. And I realized my query didn't fetch any data and your comment helped me solve this puzzle!
I found that clearing my cache fixed this error.
How do you clear your cache? Browser cache? Clearing browser cache didnt have any effect for me