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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

OLE DB Read Failed ???

Hi All,

do you have any idea about that ???

i used "Oracle Provider for OLE DB" , knowing that im on QV 10.

when i use the same file in SERVER QV11, it' works !!!

thanks.

4 Replies
Anonymous
Not applicable
Author

Capture.PNG

hopes i'll help you

Anonymous
Not applicable
Author

i noticed also :

Capture.PNG

Not applicable
Author

I got this error recently - turned out I had the same column selected more than once in one part of my SQL which the database is fine with but QV was not. I removed the double occurance and error went away.

e.g. the following code sample would cause this error

CUSTOMER:

SQL

SELECT

     NAME

     ,CITY

     ,ZIP_CODE

     ,NAME

FROM

     CUST;

Not applicable
Author

Thanks so much for this.   Fixed the problem that had baffled me.