Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Problem with script execution

Hi all

It takes 10minutes to execute my script initially which is correct ,but  execution is halted (Time is not running ) and skipping script which has to be executed and at end it is displaying message script execution failed and asking for reload old data

please give me some ideas on this to overcome this .

Thanks

4 Replies
datanibbler
Champion
Champion

Hi,

So does your script_execution start at all or does it just stall and then you get that message? Does it access a database? I have had the issue that with our database, accessing certain very big tables always made the script_execution halt for a while, but then it continued - but it might be in that case that the connection is broken.

Bill_Britt
Former Employee
Former Employee

Hi,

Run your script in Debug and see where it is hanging.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Anonymous
Not applicable
Author

Hi ,

Thanks for reply !!!Yes it access a database .It halted for a while (15mins) and started execution.Connection is good.

maxgro
MVP
MVP

maybe

- enable logfile (document properties -> general)

- Flush script log after each write (user preferences --> general)

- reload