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

Error: QVD Reload

Dear Experts

I created  qvd files and I copied the path of the files from the explorer. I double checked to make sure that the path is correct.  However, when I run the data model to load the data from qvds, it gives me an error saying the file cannot be read and the file cannot be found.   What could be the possible reason ? 

Pease advise.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Mahlatse

In the script editor click the Table Files button, then you can navigate to and select your required qvd & complete the rest of the wizard.

Then compare the generated script to what you had done manually, spot the difference and then you will know where you had gone adrift.

Best Regards,     Bill

View solution in original post

6 Replies
Clever_Anjos
Employee
Employee

Please check if you´re using (qvd) at the end of command.

LOAD

     A,

    B

FROM $(PATH)\yourqvd.qvd(qvd);

nilesh_gangurde
Partner - Specialist
Partner - Specialist

hi,

you can check the Qvd file name.

and the syntax to load qvds are as follows:

load *

From [PATH]/[QVD NAME].qvd(qvd);

Please check above two conditions.

-NIlesh

Anonymous
Not applicable
Author

Mahlatse

In the script editor click the Table Files button, then you can navigate to and select your required qvd & complete the rest of the wizard.

Then compare the generated script to what you had done manually, spot the difference and then you will know where you had gone adrift.

Best Regards,     Bill

Not applicable
Author

yes, I am using (qvd) at the end of command, Here the error message:

Cannot open file 'C:\Qlikview\Hardcat\QVD\hc_outlinetree.qvd' The system cannot find the file specified.

"OutlineTree":

LOAD

X,

Y,

Z

FROM (qvd);

Not applicable
Author

Thank you! My problem is resolved

Anonymous
Not applicable
Author

Mahlatse

Good to hear you are back on the road.

Best Regards,     Bill