Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get all records in straight table without missing?


Hi,

I have a straight table with data. The columns are

Name, DateEntered, DaysinQueue.

All the records are updating from access database. But there ate two records in access database with DateEntered as 28/04/2014 12:16:36 and another record with DateEntered as 28/04/2014 13:43:18. Only these two records are not updating in the file.

Could anyone suggest me how to get this records?

Thanks.

33 Replies
Not applicable
Author

I checked the database all the records are fine. Moreover I can able to see some records after 3016 records. Only some are missing.

its_anandrjs
Champion III
Champion III

In your QVW application below the SET modifiers add below like for error exception handling and try to reload the hole application like

Set ErrorMode=0;

sudeepkm
Specialist III
Specialist III

from Microsoft : Please make sure you do not have issues in your database.

Decimal:-

1611

Hex: 0xFFFFF9B5

Error Message: JET_errDataHasChanged

Description: /* Data has changed, operation aborted */

Decimal from Hex: 4294965685



Not applicable
Author

Thanks. This time there is no ODBC read failed message  but it is loading 4082 records instead of 4463. Is there any way to get all the records?

Not applicable
Author

How can I know this?

Greg_Hood
Employee
Employee

If you are loading using ODBC, then try doing the same data extract and loading it in Excel and see if all records are loaded.

Not applicable
Author

Thanks. I tried it. The data is loading all records from excel. Only the problem is when I loaded from access database. so, in this case how can I set this? Please help

Greg_Hood
Employee
Employee

It sounds very odd, there is a way to enable script logging for the QV Connect which is used when using ODBC and that may show why the load is not working correctly.   It is fairly complicated to enable, if you have a QV license, I suggest you contact support@qlik.com and create a case.

Not applicable
Author

Is it not possible to enable the script without contacting support?

its_anandrjs
Champion III
Champion III

Try to debug your load script by limit rows loading and see where in which line you get the error will help you for debugging the problem.