Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
rittermd
Master
Master

Where is QVD located?

In my script I have the following line:

STORE UserAuthorization INTO [lib://QVDFolder/USERAUTHORIZATION.QVD] (qvd);

Where is QlikSense actually putting this file on the server?  I can't find it.

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Find out what the path of the QVDFolder folder connection is in the QMC: Editing data connections ‒ Qlik Sense


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar

Find out what the path of the QVDFolder folder connection is in the QMC: Editing data connections ‒ Qlik Sense


talk is cheap, supply exceeds demand
rittermd
Master
Master
Author

In QlikView all we had to do was create the folder on the server and then have the Load statement point to it.

Obviously Qlik Sense is different.

So do I need to create a data connection pointing to this QVDFolder first and then add that to my app to load the QVD?

rittermd
Master
Master
Author

One more thing.  I put the QVDFolder in the Sense folder under ProgramData on the server.  When I try to create a folder connection the ProgramData folder is not visible. 

Is that the way it is supposed to be or am I doing something wrong.

rittermd
Master
Master
Author

Figured it out.  I needed to create a Data Connection to a folder location and then run my extract app to store the QVD there.  Then I could load it from another app using that Data Connection.

Thank you for pointing me in the right direction.