Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
yadav_anil782
Creator II
Creator II

exeqution script failed error, reload old data ?

Hi All,

i connected ODBC CONNECTion but its showing error, plz reply if any one can healp me to understood this error

connection--ODBC CONNECT TO [192.168.100.22;DBQ=TEST ] (UserId is m3mit, Password is m3m12345);

script-

"AP_INVOICES_ALL":

LOAD

VENDOR_ID,

INVOICE_NUM,

INVOICE_CURRENCY_CODE,

INVOICE_AMOUNT,

INVOICE_DATE,

INVOICE_TYPE_LOOKUP_CODE,

DOC_SEQUENCE_VALUE;

SQL SELECT *

FROM AP."AP_INVOICES_ALL";

STORE AP_INVOICES_ALL into ;

drop Table AP_INVOICES_ALL;

error-exeqution script failed error, reload old data ?

1 Solution

Accepted Solutions
yadav_anil782
Creator II
Creator II
Author

thanks for quick revert  ...the same script i tryed in yesterday and scrit was succesfully run .

View solution in original post

2 Replies
danieloberbilli
Specialist II
Specialist II

i am not sure about the connection, but also try out to write (qvd) behind th ...  INVOICES_ALL.qvd] (qvd);

so:

STORE AP_INVOICES_ALL into (qvd);

yadav_anil782
Creator II
Creator II
Author

thanks for quick revert  ...the same script i tryed in yesterday and scrit was succesfully run .