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

Execution of Script Failed with no reason

Hi guys,

I am adding another script tab in to my existing application to bring a new qvd in together with some new definition of a few fields and some conditions. After I hit "reload", it fetched everything and it looks good until it finished reloading and gave me an ambiguous error message saying:" Execution of script failed. Reload old data?"

I tested the new added script in a new application without the old script and it works fine. I tested the old scripts in the old application and they are good also...

Would you masters be able to find any possible reasons?

Thanks a lot,

Lynn

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I'd think it's a logical loop in the data model, but "qualify *" rules it out...

Can you create new qvw, copy the whole script, and try to reload?

View solution in original post

23 Replies
julian_rodriguez
Partner - Specialist
Partner - Specialist

Hello Lynn,

Are you storing a QVD file on the line before the error?...

Did you activated the execution log file to see on wich line the error is?

Could you share this log with us to check it out?

Regards,

Not applicable
Author

Just taking a shot in the dark.

Can you close the entire application and then again try to open and reload everything?

Thanks

AJ

Anonymous
Not applicable
Author

Hi guys,

There is no error shown in the log file...and I closed it out and reopen it. Still the same problem...Really wish I could share the log so you guys can take a look for me but I am afraid the company policy won't allow me to do that..

Thanks,

Lynn

Not applicable
Author

Are you storing a QVD file on the line before the error? Delete the stored qvd-file and run the script again.

Not applicable
Author

  • Can you put Trace commands in your script to see if there are any sudden increases in the record count in any of the tables due to joins any where.
  • Try doing a limited load with 100 lines and see if it reloads successfully.
  • Can you try running it on your Dev sever and check out the Task Log file if it fails. Task log will give you the reason for failure
  • Also it might fail without error if you try to write to a qvd while its being read or read from a qvd while its being written
Anonymous
Not applicable
Author

Thanks for the tips, Ajay. How can I put Trace commands..? I searched it in the Qlikview help but didn't get anything...

What is Dev server? Does IT needs to be involved...?

Sorry I must sound like a dummy...:(

Anonymous
Not applicable
Author

I didn't store a QVD in this script. I created QVDs and loaded them into this application.

Bill_Britt
Former Employee
Former Employee

Hi Lynn,

Go into Debug and do a step through of the script and see what happens.

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

It doesn't show any error....:(