DoReloadEx method
Reloads the script that is set in an app and returns the path to the script log file.
A log file is created per reload.
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>AuditActivityEngine.txt in Qlik Sense Enterprise < MachineName>AuditActivityEngine.log in Qlik Sense Desktop |
< MachineName>ServiceEngine.txt in Qlik Sense Enterprise < MachineName>ServiceEngine.log in Qlik Sense Desktop |
Where to find the log files
The location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop.
Qlik Sense Enterprise | Qlik Sense Desktop |
---|---|
%ProgramData%/Qlik/Sense/Log/Engine | %UserProfile%/Documents/Qlik/Sense/Log |
DoReloadExParams
Name | Description | Type |
---|---|---|
qMode | Error handling mode One of:
|
Integer |
qPartial | Set to true for partial reload. The default value is false. |
Boolean |
qDebug | Set to true if debug breakpoints are to be honored. The execution of the script will be in debug mode. The default value is false. |
Boolean |
DoReloadExResult
Name | Description | Type |
---|---|---|
qSuccess | The operation is successful if qSuccess is set to True. | Boolean |
qScriptLogFile | Path to the script log file. | String |
If the data load has successfully finished, no matter how the indexing behaves, true is returned. This happens even if there is a timeout, a memory limit is reached or any other error occurs during the indexing.
Parameters
Name | Description | Type |
---|---|---|
qParams | DoReloadExParams |
Returns
Name | Description | Type |
---|---|---|
qResult | DoReloadExResult |
Access Control
reload
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!