Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
david_ze
Partner - Contributor III
Partner - Contributor III

Execution of script failed. Reload old data? can't solve this...

Hi all, I'm reloading my script data and at the end it shows the error "Execution of script failed. Reload old data?"
I've incresed the virtual memory, restarted the computer and even commented all the script lines but
it still shows the same error...

I've looked on old posts on the same error but they didn't helped me.
I will appreciate you advice on how to solve this.

regards
David

1 Solution

Accepted Solutions
danielrozental
Master II
Master II

If you can open the QVW file you can try exporting the layout and then importing it into a new document.

If you can't open de file you should try opening it without any data, go to the start page, recently open documents, right click and select option "open without data".

View solution in original post

12 Replies
eliran
Creator III
Creator III

Hi David,

Do you keep a log file?

If you don't spot an error at the log file and not issuing any memory problems..

My guess is a syntax error in the script.

It has happend to me few times.. do a quick check in the script editor.

Good luck.

david_ze
Partner - Contributor III
Partner - Contributor III
Author

Hi Eliran,

I keep a logfile and it shown no error. I've commented all the scrip lines in order to fined the problem and still it shows the same messege. The script is very minimal and  there is no syntax error in it.

David

danielrozental
Master II
Master II

What's the last step before you get the error?

david_ze
Partner - Contributor III
Partner - Contributor III
Author

load * from CUSTOMERS (qvd);

danielrozental
Master II
Master II

You're missing the file extension.

It should probably look like this

load * from CUSTOMERS.qvd (qvd);

david_ze
Partner - Contributor III
Partner - Contributor III
Author

still the same error.
The strange thing is that the same scrip already worked properly and suddenly it started to show this error.

danielrozental
Master II
Master II

QVD file has probably gone bad, you should check it.

Another possibility is that the file is locked, you can try restarting the server.

david_ze
Partner - Contributor III
Partner - Contributor III
Author

If i'm opening new QV document and loading the data in it, the system is not showing the error...
so I belive it's not server or file issue.
I think this is related to the QV document, is there any way to recover it?

danielrozental
Master II
Master II

If you can open the QVW file you can try exporting the layout and then importing it into a new document.

If you can't open de file you should try opening it without any data, go to the start page, recently open documents, right click and select option "open without data".