Express (Distributed operating systems), v8.0 > Reference > Messages
ADMF
ADMF0001W: Command {0} targetObjectType is not set in the admin-command-def.xml file.
Explanation When the targetObject tag is allowed, the targetObjectType tag needs to be set in the CommandMetadata class. If the targetObject tag is not allowed, then command provider needs to set the targetObjectAllowed flag to false in the admin-command-def.xml file. Action Set the targetObjectType tag in the CommandMetadata class within the admin-command-def.xml file.
ADMF0002E: Required parameter {0} is not found for command {1}.
Explanation One or more required parameters for the command is missing. Action Set all of the required parameters.
ADMF0003E: Invalid parameter value {0} for parameter {1} for command {2}.
Explanation The parameter value is not valid. Action A valid value is needed for the parameter.
ADMF0004E: Invalid parameter name {0} for command {1}.
Explanation The specified parameter name is not valid. Action See the information center to determine the correct parameter name.
ADMF0005E: Command or command group {0} is not found.
Explanation The specified command or command group name is not valid. Action Verify that the specified command or command group name is correct.
ADMF0006E: Step {1} of command {0} is not found.
Explanation The step name is not valid for the specified command. Action Verify that the specified step, command or command group name is correct.
ADMF0007E: target object is required.
Explanation This command requires a target object. Action Specify the target object for the command.
ADMF0008E: Command Framework failed to initialize or cannot create CommandMgr in {0} mode. Root cause is {1}.
Explanation Command Framework failed to initialize itself or cannot create CommandMgr in client, server or local mode. Action Check the call stack for root cause.
ADMF0009E: Invalid parameter value {0} for parameter {1} for command {2}. Additional information: {3}
Explanation The parameter value is not valid. Action A valid value is needed for the parameter.
ADMF0010E: Access denied for command {0}
Explanation User does not have the correct authority to run the command. Action Make sure user has correct authority or security role to perform the command.