12.6 ZENworks System Variables

12.6.1 MAX_WAIT_FOR_WIS

During bundle MSI action, if one MSI is already running on the Windows device, the Bundle MSI action fails. To address this issue, a new zone level system variable “MAX_WAIT_FOR_WIS” is introduced. By enabling the system variable, the Bundle MSI action waits for the specified time for other MSI to complete, and then fails the bundle MSI action.

For example: If the value of MAX_WAIT_FOR_WIS variable is set to 5, the Bundle MSI action waits for a maximum of 5 minutes before failing the action. If the MSI installer is available between 0 to 5 minutes, then bundle MSI action will start the installation.

12.6.2 Content_Download_Failure_Log_Level

Using this system variable, on Windows or Linux Satellite Servers, you can either prevent the logging of error messages for content replication on Satellite Servers or you can log them as warnings or error messages. The values for these actions are NoLogging, Error and Warning respectively. If no value is defined for this variable, the error messages are logged as errors.

12.6.3 IGNORE_REQ_FOR_DOWNLOAD_RESUME

When the location or the network environment is changed while downloading an active bundle content, the content download stops. To address this issue, a new location level system variable “IGNORE_REQ_FOR_DOWNLOAD_RESUME” is introduced.

If you set the IGNORE_REQ_FOR_DOWNLOAD_RESUME value to True, the content download will continue in the new location even if the system requirement for the content fails in the new location or network environment.