WebSphere Management CommandFramework messages |
ADMF0001W: Command {0} targetObjectType is not set in the admin-command-def.xml.
Explanation:
When the targetObject is allowed, targetObjectType needs to be set in the CommandMetadata. If the targetObject is not allowed, then command provider needs to set the flag targetObjectAllowed to be false in admin-command-def.xml.
User Response:
Set the targetObjectType in the CommandMetadata in the admin-command-def.xml
ADMF0002E: Required parameter {0} is not found for command {1}.
Explanation:
One or more required parameter on the command is missing.
User Response:
Set all the required parameters.
ADMF0003E: Invalid parameter value {0} for parameter {1} for command {2}.
Explanation:
Parameter value is not valid.
User Response:
Correct the parameter value.
ADMF0004E: Invalid parameter name {0} for command {1}.
Explanation:
Specified parameter name is invalid.
User Response:
Use the help information to find out correct parameter name.
ADMF0005E: Command or command group {0} is not found.
Explanation:
Sepcified name is not a valid command or command group name.
User Response:
Check if the specified command or command group is correct.
ADMF0006E: Step {1} of command {0} is not found.
Explanation:
This is not a valid step name for the specified command.
User Response:
Check if the specified command name and step name is correct.
ADMF0007E: target object is required.
Explanation:
This command requires a target object.
User Response:
Specify target object for the command.