Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now

Error "General Script Error in statement handling" when reloading Qlik Sense app

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Sonja_Bauernfeind
Digital Support
Digital Support

Error "General Script Error in statement handling" when reloading Qlik Sense app

Last Update:

Jul 21, 2021 3:57:58 AM

Updated By:

Sonja_Bauernfeind

Created date:

Apr 15, 2019 6:34:14 AM

Storing a table containing NULL value to a txt or qvd file fails with error General Script Error in statement handling

For example, the following piece of the script fails with the above error when executed:

 

DataTable: 
LOAD * INLINE [ 
NP 
1 
]; 

LEFT JOIN
LOAD  * INLINE [ 
NP, AD 
2, test 
]; 

STORE AD FROM DataTable INTO [lib://Temp/test.csv] (txt); 

 

 

 

Environment:

 

Resolution:

  • Verify if there are extra and unintended characters in any of the column names (blank spaces, extra letters). Remove them and run the script again. In addition, see IsNull - script and chart function which may help with troubleshooting.
  • Verify that sufficient disk space is available. 
  • This issue was reproduced in lab only in the November 2018 releases and not on newer builds. There was no fix officially produced for the problem found on November 2018. Note that November 2018 is no longer a supported version, so upgrading to a newer release to check if issue is resolved would be required. See Qlik Sense, QlikView, NPrinting, Qlik Insight Bot End of Support Date 

 

If you experience the issue in an up to date Sense environment, connect with our active Qlik Community for creative application development assistance and ideas.

Labels (1)
Comments
Visual_Intelligence_Support
Partner - Contributor
Partner - Contributor

Saw the error in QlikView 12.80 today:

 

20250402T201038.149+1300 General Script Error in statement handling
20250402T201038.151+1300 Execution Failed
20250402T201038.154+1300 Execution finished.

 

It was loading data through API. Error was not happened in the same place every time. For example it occurred when loading table A this time, but when I re-reloaded it without making any changes, it occurred in table B next time!

Version history
Last update:
‎2021-07-21 03:57 AM
Updated by: