Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Enable/disable Reload Schedule with command line

In QMC, we can change the reload schedule flag for a document.

Is it possible to do this action with a windows command line ?

We have one document for the control of our call center and this document must be reload continously but only during the open hours.

During the closed hours, the information is always the same and it's not necessary to reload.

So i'm serching to enable and disable the reload by a command line without any manual action in the QMC.

1 Solution

Accepted Solutions
gainkarthi
Partner - Specialist
Partner - Specialist

You can use

The QlikView command line invocation can be described by the following syntax

[ path ]Qv.exe[ { switch } documentfile ]

and also you can write batch script to trigger that on condition.

But if it's always advisable to schedule reload in publisher if not in server.

View solution in original post

2 Replies
Not applicable
Author

you can set a trigger that will have it run on specific days, and only between XX:XX - XX:XX ....


gainkarthi
Partner - Specialist
Partner - Specialist

You can use

The QlikView command line invocation can be described by the following syntax

[ path ]Qv.exe[ { switch } documentfile ]

and also you can write batch script to trigger that on condition.

But if it's always advisable to schedule reload in publisher if not in server.