Previous Topic: CreateSoftwareJobContainerProperties3Next Topic: CreateSoftwareJobOrderPolicyProperties3


CreateSoftwareJobOrderPolicyProperties

This sequence of elements specifies which properties are required when creating a job order for a software job within a software policy.

xsd:long timeoutHours

The time in hours after which time, if the job has been unable to complete, the job will cease attempts to complete. If not supplied, the default value is 48.

xsd:boolean timeoutHoursSupplied

SoftwareJobStartupTime startWhen

Properties that indicate when the software job should be started. If not supplied, the default value is EXACT_LOCAL_TIME.

xsd:boolean startWhenSupplied
xsd:string jobName

The name of the software job with which this order is associated. If no name is specified, Software Delivery creates a default name.

xsd:boolean jobNameSupplied

SoftwareJobBootMask bootBeforeMask

Indicates the reboot options requested for the software job before the job is executed. If not supplied, the default value is noReboot.

xsd:boolean bootBeforeMaskSupplied

SoftwareJobBootMask bootAfterMask

This element indicates the reboot options requested for the software job after the job is executed. If not supplied, the default value is noReboot.

xsd:boolean bootAfterMaskSupplied

SoftwareJobOperationMask operationMask

Properties for the operation of the software job. If not supplied, the default value is calendarControl.

xsd:boolean operationMaskSupplied
xsd:string userParameters

Contains user-defined parameters.

xsd:boolean userParametersSupplied
xsd:long promptTimeoutHours

This indicates the number of hours for which a user prompt should be displayed before forced execution of the job. The default value is 1 day. This parameter should be set to a value that does not exceed the timeout value for the job.

If not supplied, the default value is 48 hours.

xsd:boolean promptTimeoutHoursSupplied
xsd:string deliveryCalendar

The name of a Unicenter delivery calendar to be used for scheduling the job. The calendar controls the days, dates, and times when delivery is permitted. The time cells not set in the Unicenter Calendar define the exclusion intervals.

If the name of the calendar is unknown to Unicenter, the job is not created.

xsd:boolean deliveryCalendarSupplied

Remarks

None