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: 
ilanbaruch
Specialist
Specialist

partial load in comand prompt


hi all,

I'm using a batch file to reload daily qvd/qvw.

(qv.exe /r /NoSecurity "E:\Dev\Load_QVD\Load QVD2.qvw")

I want to add a batch that will load some models a partial reload,

is someone familiar with this comand??

advanced thanks.

1 Solution

Accepted Solutions
Not applicable

Use rp command to do partial reload.

qv.exe /rp /NoSecurity "E:\Dev\Load_QVD\Load QVD2.qvw"

View solution in original post

4 Replies
swuehl
MVP
MVP

qv.exe /rp /NoSecurity "E:\Dev\Load_QVD\Load QVD2.qvw"


the syntax is documented in chapter 7.1 in ref manual

Not applicable

Use rp command to do partial reload.

qv.exe /rp /NoSecurity "E:\Dev\Load_QVD\Load QVD2.qvw"

ilanbaruch
Specialist
Specialist
Author

thank you!

ilanbaruch
Specialist
Specialist
Author

thank you very much for swift replay