Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

After load data in a table I got : error QVX_UNEXPECTED_END_OF_DATA

After load data in a table I got : error QVX_UNEXPECTED_END_OF_DATA.

What can I do ?

The script is :


Cobranca:

SQL Select * from xxpos_ar_cobranca_v;
STORE Cobranca into $(RDP)
Cobranca_Oracle.qvd;

5 Replies
gainkarthi
Partner - Specialist
Partner - Specialist

It may be because of the driver. Can you user driver alternates  (32/64 Bit drivers) to see the result.

gainkarthi
Partner - Specialist
Partner - Specialist

Can you attach log file, so that we can understand better.

rbecher
MVP
MVP

Which database you're connecting and what is the technology, ODBC or OLE DB?

Astrato.io Head of R&D
Not applicable
Author

Ralf,

I'm using OLE DB to connect to Oracle databse.

It was working, but since last week it stoped to work, always in the same position (60113 records ).

Thank you.

rbecher
MVP
MVP

Hi Andre,

have you tried to load with ODBC? Maybe it's something in the data of this record?

- Ralf

Astrato.io Head of R&D