Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
I checked the permissions to the folder and i have all the permissions for it
Thanks
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
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?
I will try doing that and let you know.
Thanks
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
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