Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
Happened to me as well i think, able to get rid of it by recreating new app.
Are you doing a reload in QlikView Desktop or a reload on QlikView Server or QlikView Publisher?
Or any combination of these?
Hello,
I do a reload in QlikView Desktop.
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?
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.
Here?
Sorry, my bad - that was the cursor position when I took the screenshot
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...
Happened to me as well i think, able to get rid of it by recreating new app.
I will try that...