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