Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Execution of script failed, when saving QVD

Hi everybody, i have this problem. I load the script, everything is ok, i save some QVDS but when i try to save one in particulary (always the sameone) it fails. If i dont save the QVD but LOAD the tables, everything is correct. So i have that issue, i can't save one specific QVD.. i need help please!

I also put the logfile but no errors.. At the end it says

28/06/2013 11:39:03 AM: 0034  STORE * FROM Stock into into D:\Program Files\QlikView\Stock.qvd

28/06/2013 11:39:03 AM:       General Script Error

28/06/2013 11:39:03 AM:       Falló la Ejecución

28/06/2013 11:39:03 AM:      Ejecución finalizada.

Thanks!

3 Replies
swuehl
MVP
MVP

Do you have write-access permission to the Program Files folder (I would assume, no)?

shree909
Partner - Specialist II
Partner - Specialist II

Hi,

Usually  u get the error when storing as a qvd

1)if the filepath location of qvd is incorrect  ... in this case it loads all the files into qv but fails as storing them as a qvd.

Try replacing the * with tablename

store tablename into filepath...

msteedle
Luminary Alumni
Luminary Alumni

You wrote "into" twice.

STORE * FROM Stock into into D:\Program Files\QlikView\Stock.qvd

Assuming the file is not locked, the location exists, and the account running the reload has permission to write to that folder, this should be the syntax:

STORE Stock INTO D:\Program Files\QlikView\Stock.qvd (qvd);