Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reload Execution Failed???

Hi

Every once in a while I face strange problems when refressing QVD's from SAP.

I have script that has been working well and without any changes in script it doesn't work anymore. Execution just fails and QlikView doesn't tell me why. Would someone know what might be the problem? I have attached few rows from the generated log file in where you can see the error.

Many thanks already in advance!

Regards

Janne

1 Solution

Accepted Solutions
swuehl
MVP
MVP

You can run into troubles if the qvd you are trying to write is being accessed by another process at the same time (i.e. locked). Could this be the case?

View solution in original post

3 Replies
swuehl
MVP
MVP

You can run into troubles if the qvd you are trying to write is being accessed by another process at the same time (i.e. locked). Could this be the case?

Not applicable
Author

Thanks! that was the case; reload is succesful if I stored the qvd into another folder. How can that be? It shouldn't be in any other process at the moment? I can see from the management concole that there is now processes running. How can I find the process that is causing this problem?

Many thanks!

Janne

swuehl
MVP
MVP

There are several Windows tools to track which process is locking a file.

Just did a quick search:

http://superuser.com/questions/117902/easy-way-to-find-out-which-process-is-locking-a-file-or-folder...

Sysinternals would have been my first guess, too.