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

Error when extracting the data base

Hi!

I'm encountering the following error when extracting the data base of ERP for QVD generation, has anyone encountered this error?

Error: QVX_UNEXPECTED_END_OF_DATA: SQL # # f - SqlState:

S1000, ErrorCode: 4294757284, ErrorMsg: [DataDirect] [ODBC

Progress OpenEdge Wire Protocol driver] [OpenEdge] Column

cod-depos-in table PUB.movto INVENTORIES Exceeding its value has

max length or precision.

thank you,

Hugo Cabral

6 Replies
rustyfishbones
Master II
Master II

Hi Hugo,

Yes I have encountered this problem.

The max length of database field needs to be increased, you must have a string in INVENTORIES that's greater than what it's set to

Regards

Alan

rustyfishbones
Master II
Master II

BTW

I assumed it could be changed in the Data Dictionary, but that could mess with progress

Here we ran a script to change the Max Length, it runs every hour to pick up any changes in lengths

Regards

Alan

Not applicable
Author

Exactly, as I could not change the data dictionary and not needed in this field, just removed it.

dmxmikey
Creator
Creator

how does your script look like ? as I have the same problem

Thanks

rustyfishbones
Master II
Master II

Hi Mike,

Unfortunately I don't have a copy of the Script.

My advice is to get some downtime where the Database is not being used and manually update the SQL Widths of your problem field(s)

Regards

Alan

dmxmikey
Creator
Creator

the problem I have is I don't know how to shange the width of the field