Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
vireshkolagimat
Creator III
Creator III

Error: SQL##f - SqlState: 00000, ErrorCode: 0, ErrorMsg:

Dear All,

I'm trying load data from oracle database and below is the script used to extract data.

set _qvd_path = '..\Data\Qvds\Raw_Qvds\';
set _qvd_name = 'Location';

$(_qvd_name):
SQL select * from hr_locations_all;

store $(_qvd_name) into $(_qvd_path)$(_qvd_name).qvd(qvd);

I am getting error message as Error: SQL##f - SqlState: 00000, ErrorCode: 0, ErrorMsg:

Document log says General script error.

 

If i execute the same query for different table, it just works fine.

Any idea what is wrong in the above script.

Thank you.

Labels (1)
0 Replies