Dropping individual regions from a connection configuration

To delete a connection configuration for a particular LU pair from a connection configuration:

exec sgw_dropcon con_name, region

Provide a value for the con_name parameter and the region (optional) parameter to drop a specific connection.

WARNING! Providing only the con_name parameter value deletes all connection configurations for that con_name.

Example

This isql example deletes both sets of connection configurations added in the example:

exec sgw_dropcon SYBLU01
go

This example deletes only the eight connections defined to “PRODEMO”:

exec sgw_dropcon SYBLU01, PRODEMO
go