Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Incremental Update Script [Store]

Hi All,

While building an incremental qvd I am facing a problem near last step which is at Store table step :

STORE Salesorder INTO ;

I am sure that it is at that step because when I change the Qvd file name it works. Is my QVD locked or something?

Please help me out of this problem.

Thanks,

MC

1 Solution

Accepted Solutions
Not applicable
Author

Thank you all..Fixed the issue finally

changed the store script line

to STORE Salesorder INTO 'C:\Data\Qvd\SalesOrderAll.qvd'(qvd);

Cheers,

MC

View solution in original post

6 Replies
Not applicable
Author

Hi,

Do you get any errors when writing to a qvd? What does the error say?

Is there a qvd that already exist with the same name. In that case if any other file is writing to it then you might get an error.

Thanks

AJ

Not applicable
Author

Thanks for your reply AJ..

unfortunately I didn't get any error while building the qvd. I even checked the log file and found this line after store command:

21/02/2014 8:54:28 AM: 0346  STORE Salesorder INTO

21/02/2014 8:54:34 AM:       General Script Error

21/02/2014 8:54:34 AM:       Execution Failed

21/02/2014 8:54:34 AM:      Execution finished.

Yes there is a qvd that exists and I am updating the qvd using this incremental script.

Thanks,

mc

Anonymous
Not applicable
Author

MC-

Take a look at this discussion:

General Script Error - qvd store

Hope this helps.

Sean

Not applicable
Author

How to delete my qvd using the script automatically as I do not want to delete the qvd manually everyday for the incremental update.

I would like to know how this is working for people using incremental script.

Can someone please post your script.

Thanks,

MC

Not applicable
Author

If you can post your script it will be helpful for debugging the code.

Not applicable
Author

Thank you all..Fixed the issue finally

changed the store script line

to STORE Salesorder INTO 'C:\Data\Qvd\SalesOrderAll.qvd'(qvd);

Cheers,

MC