utledirm (Command to delete management information)
This command deletes registered management information.
Grade |
User type for DataMagic |
Executability |
---|---|---|
DataMagic Server |
Superuser |
Executable |
General user |
Not executable |
|
DataMagic Desktop |
- |
Executable |
Commands
- For the DataMagic Server grade
-
utledirm {[-i {ed|csv|fmt|mfmt|hfmt|xml|excel|db|dbc|pon|user|group} -d id]|-a}
- For the DataMagic Desktop grade
-
utledirm {[-i {ed|csv|fmt|mfmt|hfmt|xml|excel|db|dbc|pon|group} -d id]|-a}
Parameters
-i {ed|csv|fmt|mfmt|hfmt|xml|excel|db|dbc|pon|user|group}
Management information to be deleted (This parameter can be omitted.)
If you omit this parameter, all management information is deleted.
- ed
-
: Data processing information
- csv
-
: CSV information
- fmt
-
: Format information
- mfmt
-
: Multi format information
- hfmt
-
: Hierarchy format information
- xml
-
: XML information
- excel
-
: Excel information
- db
-
: Database table information
- dbc
-
: Database connection information
- pon
-
: Common components information
- user
-
: User information
- group
-
: Business group information
-
For the DataMagic Desktop grade, "user" cannot be specified.
-
If "group" is specified, the business group where management information belongs cannot be deleted.
-d id
The management information ID to be deleted. (This parameter can be omitted.)
Specify the ID with an alphanumeric value of up to 50 bytes. You cannot omit the ID if you specify "-i". You can use an asterisk (*) to specify an ID that begins with, ends with, or contains a specified character string.
If this parameter is omitted, all of the IDs are assumed.
Enclose the id with double quotation marks (") if you want to use an asterisk (*).
Example: -d "ab*"
-a
This parameter deletes all management information. (This parameter can be omitted.)
If -a is specified, the command results in an error if other parameters are specified.