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: 
Not applicable

How can I see what is causing a unhandled exception in qlikview? are there any logs stored anywhere for that document?

How can I see what is causing a unhandled exception in qlikview?  are there any logs stored anywhere for that document?

10 Replies
rustyfishbones
Master II
Master II

You need to click the Generate log file tick box in Document Properties

2013-11-13_2001.png

MayilVahanan

HI

You can generate log by using "Generate LogFile" in Document Properties <- General.
or

use trace when you debug the script.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

where r the logfiles written too?

rustyfishbones
Master II
Master II

They will be written to the same folder the qvw is saved to

Not applicable
Author

The script is fine, when we open up the file and start clicking around on the document we have a unhandled exception

rustyfishbones
Master II
Master II

So did you get the logfile?

Not applicable
Author

yea but its not happening during script load

rustyfishbones
Master II
Master II

maybe add EXIT SCRIPT; in parts of the Script Editor and try narrow down where the issue is occurring

Not applicable
Author

Issue is only occuring in the webview when after you click on 5 objects or some other random things.. its not in the script.  the script runs successfully.. It also runs fine in desktop mode