disable
Purpose
Use this command to disable a message partner, SI endpoint, MQ connection, or SAG user (virtual certificate). After an object is disabled, it cannot be used to conduct SWIFTNet traffic. The specified entity or entities are disabled immediately; the dep (deploy) command does not need to be issued.
Because this command is always executed in synchronous mode, you receive a response only after the SAG attempts to execute the command. The response indicates whether the command was successfully executed.
| Required access rights: | CT: DnfSAGopcfg
CO: <SAG name> attr: disable |
| Predefined roles that provide required access rights: | SagOperator
|
| Issue for OU: | DNFSYSOU |
| Issue to service: | DNFSAGOP |
Format
Parameters
- -sag sag
- Name of the SAG.
- -type
- Specifies the type of the SAG entities to be disabled:
- mp
- Message partner
- ep
- Endpoint
- mqc
- MQ connection
- su
- SAG user
- -n n
- Name of the SAG entity. Specify either one particular SAG entity or the wildcard (%) for all SAG entities that are owned by FTM SWIFT. The wildcard (%) is only valid for the types mp, ep, and mqc.
Examples
The following command disables
the message partner MP1 on SAG1.
INST1.DNFSYSOU.DNFSAGOP>ds -sag SAG1 -type mp -n MP1The
following command disables the message partner MQ connection DnfMqConnection
on SAG1.
INST1.DNFSYSOU.DNFSAGOP>ds -sag SAG1 -type mqc -n DnfMqConnectionThe
following command disables all SI endpoints of SAG1 that are configured
in FTM SWIFT;
other SI endpoints are not affected.
INST1.DNFSYSOU.DNFSAGOP>ds -sag SAG1 -type ep -n %