Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

load data failed after reloading without error

Hi,

     I encounter a problem: After reloading my qv file, a window show up and say "load data failed, reload the old data?". What may cause this? Thanks in advance.

zhou

9 Replies
sujeetsingh
Master III
Master III

May be some error in  script.

Check it by debugging .

jagan
Luminary Alumni
Luminary Alumni


HI,

Can you attach the script what you are using, there may be some issue in you script.

Regards.

Jagan.

Not applicable
Author

Did you not get any more error? A good advice would be to active the script log that will help when you troubleshoot a document error.

It can be found at settings > document properties > general > Generate logfile.

Not applicable
Author

I opened the logfile, but there is no error found. The script is 'Execution finished'. What's the problem or is the way i check the logfile uncorrectly?

senpradip007
Specialist III
Specialist III

Hi.

Can you attach the script? Do you load the data from XML file?

Regards.

P

prasad_dumbre
Partner - Creator
Partner - Creator

Hi,

Can you check, whether error variables have been used in script or not ?

Means check for statement like
SET ErrorMode=0;

Regards,

Prasad D. Dumbre

Not applicable
Author

It's useful, 'Reload failed..' windows didn't show up. You solved my problem.

But i don't know where is the problem yet. Thanks anyway. You've helped me a lot.

Anonymous
Not applicable
Author

This error message you will also get if you are, in your script, refuring to a file or a location that not not excists (or no rights) So make sure you check your scripts that all the LOAD and STORE locations are correct.

mkelemen
Creator III
Creator III

Hi, this happens to me usually when the script is trying to store data into a qvd file which is locked (usually when another script is loading the file). Check if you are storing the data into qvd in your script and if so check where else is the qvd used.

  Matus