Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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