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. |
Action | Set the targetObjectType in the CommandMetadata in the admin-command-def.xml |
Explanation | One or more required parameter on the command is missing. |
Action | Set all the required parameters. |
Explanation | Parameter value is not valid. |
Action | Correct the parameter value. |
Explanation | Specified parameter name is invalid. |
Action | Use the help information to find out correct parameter name. |
Explanation | Sepcified name is not a valid command or command group name. |
Action | Check if the specified command or command group is correct. |
Explanation | This is not a valid step name for the specified command. |
Action | Check if the specified command name and step name is correct. |
Explanation | This command requires a target object. |
Action | Specify target object for the command. |