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

Error: QVX_UNEXPECTED_END_OF_DATA:

Hello again,

Having upgraded from QlikView v11 SR4 to QlikView v12.1 SR6 dashboard jobs are failing to be loaded. The following error is given:

 

Error: QVX_UNEXPECTED_END_OF_DATA:

 

in the dashboard.qvw log.

This seems to be caused by some special characters in the Oracle DB however this works on the old platform so what is new in v12 to make it fail there?

Is there some settings that need to be set somewhere to cater for this?

Thanks for any help that can be offered.

Catherine

4 Replies
jonas_rezende
Specialist
Specialist

Hi, Catherine Brown.

This happens when you lose a network during a connection to the database.

Try disconnecting the wifi or pulling the network cable while connecting with database. The log will register the same error.


Hope this helps!

Not applicable
Author

Thanks for your response Jonas but this is not the issue, we have referred it to Qlik to investigate.

AbhiUKVM
Contributor III
Contributor III

kindly let us know what was the reply from Qlikk Tech ?

Magness_434
Contributor
Contributor

What datatype is ACTUAL_DATE? Most query tools just show date portion of an Oracle timestamp (DATE datatype). If datatype of ACTUAL_DATE is DATE you will need no cast. If it's VARCHAR2 (or similar) you would need to cast TO_CHAR( .. )