Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue with QVD Creation

Hello All,

I am having an issue with the creation of QVDs.

The script runs without a problem and when it comes to storing the data in the QVD the script Breaks.

Any help regarding this issue will be appreciated.

16 Replies
shree909
Partner - Specialist II
Partner - Specialist II

Hi,

If ur script runs  fine and if u have  an error in storing the file.

Then whatever the path u have specified to store into a QVD is not  valid.

This happens wen ur using the relative path ..

Thanks

Not applicable
Author

I checked the permissions to the folder and i have all the permissions for it

Thanks

SunilChauhan
Champion II
Champion II

if you have already created qvd and its not creating for next time

then close all qlikview

and delete qvd

and then again try .it will work. beacuse if qvd get access at same time from different app .then it get locked.

hope this helps

Sunil Chauhan
Luis_Cortizo
Employee
Employee

Usually this has to do with the path specified on the script to store the file.

Can you check storing the QVD on a different path?

Not applicable
Author

I will try doing that and let you know.

Thanks

its_anandrjs
Champion III
Champion III

I think check your folder location and your qvd location and do with this script for qvd

let vPath = 'D:\Users\Desktop\Deploy Folder'


Store tablename into $(vPath)\Filename2.qvd (QVD);


Hope this Helps

arsal_90
Creator III
Creator III

Just simply right that script

ABC:

Store ABC into ABC.qvd(qvd);

Drop Table ABC;

Please  make sure after Store statement you are wirting right table name. and dnt give the path for qvd as qvd is drop where your apps is exist