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

Reloading simply stopped to work

Hi all,

I'm out of my mind. The script that has been working for several weeks all of a sudden statred to generate errors. I've only added several new fields.

How is this possible?

Why I'm getting this error? "OLEDB read failed select * from SQLTableB"

for I = 1 to 3

     XY:

     load ID, Desc1, Desc2, BlaBla from select * from SQLTableA;

     left join load ID, Amount1, Amount2, BlaBlaBla select * from SQLTableB;

     Fact:

     load *, $(I) as CompanyID resident XY;

     drop table XY;

next

All ideas are welcome

1 Solution

Accepted Solutions
SunilChauhan
Champion II
Champion II

check you connection string  or write again your connection string

Sunil Chauhan

View solution in original post

2 Replies
SunilChauhan
Champion II
Champion II

check you connection string  or write again your connection string

Sunil Chauhan
Not applicable
Author

Thank you Sunil.

Best regards,

Nenad