Start of change

DSNT037I   program-name action WLM SERVICE DEFINITION REQUEST FAILED, MACRO = macro-name, RETURN CODE = return-code, REASON CODE = reason-code

Explanation

An error was encountered during execution of a WLM macro.

program-name
The name of the program.
action and macro-name
The action that was attempted and the WLM macro that was used:
action macro-name
ACTIVATE IWMPACT
EXTRACT IWMDEXTR
INSTALL IWMDINST
QUERY IWMPQRY
return-code
The severity or type of failure.
reason-code
The DB2® reason code value that indicates the reason for the failure. For explanations of reason codes, see DB2 reason codes.
Multiple forms: This message has two forms. The short form is shown above. The long form is:

program-name action WLM SERVICE DEFINITION REQUEST FAILED, MACRO = macro-name, RETURN CODE = return-code, REASON CODE = reason-code, VALIDATE RSN = validate-reason, VALIDATE OFFSET = validate-offset

The long form of the message is issued when action is INSTALL.

validate-reason
A hexadecimal reason code that identifies the specific error in the input service definition found during validity checking.
validate-offset
Location in the service definition file where the validation error occurred. This value is the offset from the beginning of the service definition (IWMSERVD) to the section of the input service definition where validity check processing found an error described by the reason code returned in validate-reason.

System action

The program terminates.

User response

Use the information provided for the macro identified by macro-name to resolve the problem.

Severity

12 (severe error)

End of change