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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

QVX_UNEXPECTED_END_OF_DATA

Hi everyone,

I am getting error QVX_UNEXPECTED_END_OF_DATA  while running a reload task in QMC. Data source is SAP .Any help is highly appreciated.



Regards

Adarsh

Labels (1)
2 Replies
vishsaggi
Champion III
Champion III

One of the reasons could be using same field names in the load script? Can you check that? For example

LOAD Field1, Field2, Field3, Field1 ....

FROM ...;

its_anandrjs
Champion III
Champion III

Its seems Memory issue if having this problem perform the RAM testing on server or may be Processor also. In your SAP connection script you can increase the Fetch time will correct this problem but increase your load time that too be check from your end.