Skip to main content Skip to complementary content

ImportApp method

Overview

Imports an app to the Qlik Sense repository.

Information noteThis method applies only if running in server mode.
Warning noteIt is not recommended to use this method to import an app. Use the Qlik Sense Repository Service API instead. In addition to importing the app, the Qlik Sense Repository Service API migrates the app if needed.

Parameters

Name Description Type
qAppId

Identifier (GUID) of the app entity in the Qlik Sense repository.

The app entity must have been previously created by the repository (via the REST API).

This parameter is mandatory.

String
qSrcPath

Path and name of the source app.

This parameter is mandatory.

String
qIds

Array of identifiers.

The list of all the objects in the app to be imported must be given. This list must contain the names of all these objects.

Array of string

Outputs

The following is returned in the output:

"result": { "qSuccess": true }
Information noteThe operation is successful if qSuccess is set to true.

Logs

When this method is called, audit activity logs are produced to track the user activity.

In the case of errors, both audit activity logs and system services logs are produced.

The log files are named as follows:

Audit activity log System service log

<MachineName>_AuditActivity_Engine.txt

<MachineName>_Service_Engine.txt

The log files are located in:

%ProgramData%/Qlik/Sense/Log/Engine

Information noteFor more information, see Qlik Sense troubleshooting guide.

Learn more

 

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!