Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
After upgrading to Qlik Sense version June 2018, the number of lines fetched by apps decreased compare to what we expect or fro some retrieved rows we have empty value for non-numeric value.
Case 1
select * from RTC_IMA.RTC_OLV_QS_OS_DVT where "Product Name" not in ('Credit Line');
Lines fetched: 45.240 --> KO we should get 401785
Case2
select * from RTC_IMA.RTC_OLV_QS_OS_DVT where "Product Name" in ('Credit Line');
Lines fetched: 3.712 --> OK with the number of rows in the source
Case 3
select * from RTC_IMA.RTC_OLV_QS_OS_DVT;
Lines fetched: 44.922 --> KO we should get 405497
In the past, we already configured Advanced properties for this ODBC connection :
EncryptionLevel = 1
DataIntegrityLevel =1
QueryTimeout = -1
Does anyone have trouble with the ODBC connector for Oracle ?
Do I have to setup another Advanced properties ?
I just found myself in the same issue. By adding the LIB command before each query seems to solve the problem for now. But then I found values are missing from some fields, still debugging on that. Hopefully this info can help.
I confirm that adding the LIB command before each quey solve the problem with number of lines fetched. But as you said I still get missing values for some fields
I followed Qlik support instructions : as my orginal connection used th built in Oracel ODBC I have switched to the official Oracle driver. For now, the issues are fixed
for me is not working this workaround I still have much less row even adding lib before each SQL.
Enrico
I just switched to the OLE DB Provider yesterday as well. Still running data validations but everything looks OK so far.
Someone has tried to set in Advanced section
MEMLIM to 2000000
Hello,
from tips:
https://help.qlik.com/en-US/connectors/Content/Connectors_Home/Troubleshooting.htm
it seems to be MEMLIN the parameter to use.
Try it anyway with both but it does not work.