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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

General Script Error?

Hello,

I have encountered an - at least to me - rather strange problem with the app I am currently developing.

When I execute the whole script, everything works fine.

But when I reload only a part of it - even just a few lines of code created with the "inline" command, I receive the

"Execution failed" error. Loading the whole script still works afterwards.

Yet, according to the log file, everything is ok and there is no error reported (see  *_InlineCommand).

According to my research, it could be a General Script Error. I tried to follow some suggestions from the forum, like disabling log files (because they may be locked) and ensuring that I had only one QV process running in the Task Manager, but to no avail. So I suspect that there may be something, likely very simple, that I am missing. Possibly a memory issue ?

Any suggestion would be highly appreciated!

1 Solution

Accepted Solutions
prabhu0505
Specialist
Specialist

Happened to me as well i think, able to get rid of it by recreating new app.

View solution in original post

10 Replies
petter
Partner - Champion III
Partner - Champion III

Are you doing a reload in QlikView Desktop or a reload on QlikView Server or QlikView Publisher?

Or any combination of these?

Not applicable
Author

Hello,

I do a reload in QlikView Desktop.

petter
Partner - Champion III
Partner - Champion III

Do you have a load script to share? How do you execute only a part of the load script? Using an Exit Script statement or using the debugger?

Not applicable
Author

Hello,

I use the Exit Script statement. Here is a part of the script. The whole thing is much, much longer, however this is pretty much the only part of the code i recently changed.

Capture.PNG

daniel_kusiak
Creator II
Creator II

Here?odp.png

Not applicable
Author

Sorry, my bad - that was the cursor position when I took the screenshot

petter
Partner - Champion III
Partner - Champion III

I don't know if it is the issue ... but when I use national characters I always bracket the field and table names with square brackets:

[Bestände_byLager]:

and so forth ... but using accents shouldn't be the issue here I guess...

prabhu0505
Specialist
Specialist

Happened to me as well i think, able to get rid of it by recreating new app.

Not applicable
Author

I will try that...