Administration Commands
delete_tp_load_info
2.93 delete_tp_load_info
The delete_tp_load_info command is used to delete a TP load information entry. Both the tp_name and lualias parameters are mandatory. To delete all the entries for a particular TP, an application must first call the query_tp_load_infocommand for that TP and then delete the entries for the different LU aliases one at a time..
2.93.1 Supplied Parameters
Parameter name | Type | Length | Default |
[delete_tp_load_info] |
|
|
|
tp_name | character | 64 |
|
lualias | character | 8 | (null string) |
Supplied parameters are:
tp_name
The TP name of the TP load info entry to be deleted. This name is a
lualias
The LU alias of the TP load info entry to be deleted. This alias is an
This parameter can be used only if the TP is an APPC application; it must not be specified if the TP is a
2.93.2 Returned Parameters
No parameters are returned by SNAplus2 when this command executes successfully.
2.93.3 Error Return Codes
If the command cannot be executed, SNAplus2 returns a primary return code to indicate the type of error and a secondary return code to provide specific details about the reason for unsuccessful execution.
Parameter Check
If the command does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
PARAMETER_CHECK
secondary_rc
Possible values are:
INVALID_TP_NAME
The name specified for the tp _name parameter did not match the TP name of any defined TP load info entry.
INVALID_LU_ALIAS
The alias specified for the lualias parameter did not match any LU alias defined for a TP load info entry for the specified TP name.
State Check
No specific state errors, other than those listed in Appendix A, Common Return Codes from snapadmin Commands, occur for this command.
286