Previous Topic: VOX6127Next Topic: VOX6129


VOX6128

This message generates any of the following:

Program-name instance-number item-number EXEC RETURNED RC= rc Error= error-text

Reason:

Program-name returned rc and error-text. The return code can be Notification Manager-specific (see the header of the NMFIND command for a list of the possible Notification Manager return codes), or it can be from any CA Automation Point or DOS command that Notification Manager issues.

Action:

Examine the specified error text to determine the problem.

Program-name instance-number item-number EXEC RETURNED RC= rc

Reason:

Program-name returned rc but no error-text. The most common causes for no error text are RC=0 or the program issued a command that failed and did not return any error text. The return code can be Notification Manager-specific (see the header of the NMFIND command for a list of the possible Notification Manager return codes), or it can be from any CA Automation Point or DOS command that Notification Manager issues.

Action:

Handle each return code appropriately for the command that issued it.

Program-name instance-number Got item number nnnn

Reason:

Instance number instance-number of program Program-name was assigned item number nnnn.

Action:

None.

Program-name instance-number item-number Index iiii RC= rc ERROR= error-text

Reason:

The action at index iiii of the call tree for item number item-number when run by instance number instance-number of program Program-name got a return code of rc whose explanatory text is error-text.

Action:

None.