Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reload fails with General script error

Hi,

We need to know what are the other Situations where we get general script error.

1. when there is missed column and wrong syntax ...

but in the above cases we get the detailed errors.

For us it always just says "General script error". (please refer below screenshot).

Any advice or thoughts.

Thanks in Advance.

[Edited] : We also found that our RAM/memory(8GB)  reached to maximum. Currently we are trying to increase it.

Message was edited by: anjan kumar

11 Replies
Not applicable
Author

Hi All,

We resolved this issue today, we checked that the data was Corrupted. Due to which it was making Cartesian Product and memory was exhausted. We corrected it and it Worked.

Thanks for all the replies.

Mark_Little
Luminary
Luminary

Hi,

Lot of good ideas,

I would normally start by adding Trace commands in the script to find out exactly were it drops out.

i.e.

Trace 'Load table 1':

...

...

Trace 'Load table 2'

Then will see where it drops out and hopefully give you somewhere to troubleshoot further.

Mark