Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikviewwizard
Master II
Master II

SQL##f - SqlState: S0002, ErrorCode: 4294967092

Hi All,

I am getting the below message when I run the script. I am using for loop in the script.

SQL##f - SqlState: S0002, ErrorCode: 4294967092, ErrorMsg: [IBM][iSeries Access ODBC Driver][DB2 UDB]SQL0204 - SAL in EMP type *FILE not found.

SQL SELECT *

FROM EMP.SAL

Capture.JPG

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi,

What is the source of the data?  Is it database / Excel file or Access database?  I think the error is because there is no file in the given path.

Regards,

Jagan.

View solution in original post

7 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

What is the source of the data?  Is it database / Excel file or Access database?  I think the error is because there is no file in the given path.

Regards,

Jagan.

qlikviewwizard
Master II
Master II
Author

Hi All, Thanks for your input.

The reason for the error is because there is no file in the given path.


jagan

qlikviewwizard
Master II
Master II
Author

Yes It is useful. Thank You Sunny.

sunny_talwar

I posted it earlier, but it went into moderation because of external link.

I am glad you found it useful

Best,

Sunny

jagan
Luminary Alumni
Luminary Alumni

Hi,

Check this for loops sample

Load all Excel files and all sheets in a folder

Load Multiple excel sheets using For loop

Hope this also helps you.

Regards,

Jagan.