Oracle® Business Intelligence Scheduler Guide > Using Oracle BI Scheduler Job Scripts > Oracle BI Scheduler Script-Defined Constants >

Severity Constants


This topic is part of Oracle BI Scheduler Script-Defined Constants.

Severity constants are used in the severity property of a Message (error message) returned by a script to determine the status of a job instance. Table 19 describes Severity values.

Table 19. Severity Constant Values
Value
Description

nqSeverityInformation

Set the Severity property to Information if the Message contains only information for the job instance; that is, no error condition is reflected. The status of the instance will be set to Completed. This is the default if Severity is not set.

nqSeverityWarning

Set the Severity property to Warning if the Message contains text that describes a non-critical failure. The instance status will be set to Warning.

nqSeverityError

Set the Severity property to Error if the Message contains text that indicates a critical failure. The instance status will be set to Failed.

Oracle® Business Intelligence Scheduler Guide Copyright © 2007, Oracle. All rights reserved.