qops-reload

Performs reload of the Qlik Applications specified. The reloading process for the multiple applications will be processed in a step-by-step order. For the QlikView mode the Qlik Management Console installation is required.

Syntax

qops-reload -Filter [-Profile] [-Attached] [-Detached]

qops-reload -Filter -ServiceURL [-Profile]

Parameters meaning:

-Filter defines parameters for selecting applications to process with QOps, allows filtering by following:

  • Application Name
  • Application Id
  • Application Owner
  • Application Stream

  • Application Name

The multiple masks are supported in a way of repeating the field identifier with a semicolon separator, ex.: -Filter “Name=*ibcs*;Name=*api*,Id=*,Owner=*,Stream=*”-Filter “Name=*ibcs*;Name=*api*”

The Semicolon defines result joining with OR logic, the Comma defines results joining with AND logic. When the field name is omitted all possible values for this field will be applied.

-ServiceURL defines an URL for the Qlik Management Console connection.

-Profile overrides default User Profile with the specified one

New in version 1.9

-Attached means that application(s) will be reloaded synchronously and further command input will be available once reloading has been completed, set by default

New in version 1.10

-Detached means that application(s) will be reloaded asynchronously and further command input will be available immediately

New in version 1.10

Examples

qops-reload -Filter “Name=*project1*;Name=*project2*,Owner = username1”

qops-reload -Filter “Name=*application*” -ServiceURL “http://localhost:4799”