rmapp - Remove applications

Purpose

Remove APPLICATION objects from the TSLM database. In case there are existing references to an object TSLM prevents its deletion in order to maintain a consistent database. The remove operation is transactional which means that either all specified APPLICATION objects are removed or no objects if the removal encounters an error.

Syntax

rmapp [application_name [...] | -regex match | -v | -help | -?  ]

Parameters

application_name [...]
Specifies the application to be removed. Multiple application names must be separated with a blank character between each name
-regex match
Specifies a regular expression that describes the application name that should be deleted
-v
Verbose mode
-help | -?
Display help

Results

Beyond the general error code, the following command-specific error codes are returned:

  • EMM1610E – if an application could not be deleted because of existing references to this application.
  • EMM1604E – in case the application(s) specified by name or match option could not be found.

Examples

rmapp TSM

Related commands