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.

Syntax

QOps-Reload -Filter [-Profile] [-Attached] [-Detached] [-Status] [-Wait] [-ShowLogs <n>]

Parameters meaning:

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

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

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=*"

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.

-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

-Status shows application(s) reloading status according to the -Filter applied

New in version 1.13

-Wait keeps reloading status table opened until all reloading has been completed

New in version 1.13

-ShowLogs <n> outputs the last n lines of application reloading logs when it is failing, works with -Detached/-Status and -Wait keys only. When n is set to -1, outputs all rows from reloading log file.

New in version 1.14

Examples

QOps-Reload -Filter "Name=*project1*;Name=*project2*,Owner = username1"

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 -ServiceURL [-Profile]

Parameters meaning:

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

  • 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*"

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

-Status shows application(s) reloading status according to the -Filter applied

New in version 1.13

-Wait keeps reloading status table opened until all reloading has been completed

New in version 1.13

-ShowLogs <n> outputs the last n lines of application reloading logs when it is failing, works with -Detached/-Status and -Wait keys only. When n is set to -1, outputs all rows from reloading log file.

New in version 1.14

Examples

QOps-Reload -Filter "Name=*application*" -ServiceURL "http://localhost:4799"

Performs reload of the Qlik Applications specified. The reloading process for the multiple applications will be processed in a step-by-step order.

Since version 1.15

Syntax

QOps-Reload -Filter [-Profile] [-Attached] [-Status] [-Wait] [-ShowLogs <n>]

Parameters meaning:

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

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

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=*"

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.

-Profile overrides default User Profile with the specified one

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

-Status shows application(s) reloading status according to the -Filter applied

-Wait keeps reloading status table opened until all reloading has been completed

-ShowLogs <n> outputs the last n lines of application reloading logs when it is failing, works with -Wait key only. When n is set to -1, outputs all rows from reloading log file.

Examples

QOps-Reload -Filter "Name=*project1*;Name=*project2*,Owner = username1"