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

OLEDB read failed


Hi Everyone

I am getting "OLEDB read failed" error when trying to reload my models. I have confirmed that the datawarehouse is online and I have access to it. What else may be the cause of the error?

1 Solution

Accepted Solutions
Not applicable
Author

Hi

I actually managed to resolve the issue. I had CrossTable() statement (which I forgot to remove) below the Load which was the cause of the issue. As soon as I commented it out, the load ran susccessfully.

View solution in original post

4 Replies
fkeuroglian
Partner - Master
Partner - Master

Hi, could you post an image or put the error , try to put more details to be easy help you

Fernando

ashfaq_haseeb
Champion III
Champion III

Hi,

This clearly say you cannot establish connection to DB.

Make sure you have proper connection string.

Regards

ASHFAQ

Not applicable
Author

Hi

I actually managed to resolve the issue. I had CrossTable() statement (which I forgot to remove) below the Load which was the cause of the issue. As soon as I commented it out, the load ran susccessfully.

maksim_senin
Partner - Creator III
Partner - Creator III

Hi All,

Also you can get the "OLEDB read dailed" in the following cases:

1. when two or more columns have the same name

2. where a column has no name assigned in case it conains a calculation, i.e. you should use an alias (just add "as MyFieldName" to each calculated fields)

Best regards,

Maxim