Start of change

DFHREGxx EJBROLE generator utility messages

The RACF EJBROLE generator utility (DFHREG) is a Java application program that extracts security role information from deployment descriptors, and generates a REXX program which can be used to define security roles to RACF. The utilty may produce the following messages:

DFHREG01 E
Invalid option: argument
Explanation:

One or more invalid options were specified for the RACF EJBROLE generator utility.

System action:

The utility terminates and does not generate an output file.

User response:

Use the correct options. Valid options are -secprfx, -out, -f, -force, -v, -verbose, -? and -help.

DFHREG02 E
Unable to open file fname
Explanation:

The input file does not exist.

System action:

The utility terminates and does not generate an output file.

User response:

Check that you have entered the file name correctly.

DFHREG03 E
Deployment descriptor in file fname is missing or invalid
Explanation:

The deployment descriptor in the input file is either missing, or is invalid.

System action:

The utility terminates and does not generate an output file.

User response:

Check that the application assembler has provided a correctly constructed deployment descriptor in the input file.

DFHREG04 E
An unexpected error occured while processing file fname
Explanation:

A class used by the RACF EJBROLE generator has thrown an unexpected Java exception.

System action:

The utility terminates and produces a stack trace. It does not generate an output file.

User response:

Use the stack trace to determine possible causes of the problem.

DFHREG05 E
EJBROLE prefix exceeds 16 characters
Explanation:

The prefix specified in the -secprfx option is longer than 16 characters.

System action:

The utility terminates and does not generate an output file.

User response:

Check that you have specified the correct EJBROLE prefix. The prefix must not exceed 16 characters in length, and must match the EJBROLEPRFX system initialization parameter for your CICS system.

DFHREG06 E
Output file fname already exists
Explanation:

You have specified an output file that already exists.

System action:

The utility terminates and does not generate an output file.

User response:

If you wish to overwrite an existing file, use the -force option. If not, specify a different name for the output file.

DFHREG07 E
Unable to write to file fname
Explanation:

A class used by the RACF EJBROLE generator has thrown a Java exception when attempting to write to its output file

System action:

The utility terminates and produces a stack trace. It does not generate an output file.

User response:

Use the stack trace to determine possible causes of the problem.

End of change [[ Contents Previous Page | Next Page Index ]]