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: 
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.

1 Reply
Claudiu_Anghelescu
Specialist
Specialist

Publish the entire error message.

To help community find solutions, please don't forget to mark as correct.