Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I got a demo from Qlik. I created an app on QlikCloud and connected it to my Mysql database. Then I loaded my databese on data manager but when I try to import my tables into app, I recieve an error like “failed to read data at {0:5}” It only happens on some tables (especially sales and customers) other tables are being imported without a problem. Thanks in advance.
Hi @rhodamineb1
here is an article that could be helpful around size limit in Qlik Sense Enterprise SaaS:
Thanks,
Padma Priya
Hi @rhodamineb1
here is an article that could be helpful around size limit in Qlik Sense Enterprise SaaS:
Thanks,
Padma Priya
I am pretty sure this is not a size limit related issue.
I am seeing this same error in QDT. for some data sources but not all.
i see it for some tables in a postgresql db and not for others.
did you ever get this resolved?
I saw an error about column data type is not supported earlier,
unable to show the preview column. User does not have permission to access data, or column data type is not supported
and then when permission issue was fixed in the DB, then the “failed to read data at {0:5}” error happened.
For those who encounter this problem, one solution is to convert data on SQL side
I had the same problem on several field but it worked when I excluded these fields or limited the amount of row loaded
I manage to load the full dataset using CONVERT(<my_field>,CHAR) as <my_field> during the SELECT on each field that had an error
Regards