You can list data interface pairs for clients from the command line on the CommServe computer.
Procedures
Listing Data Interface Pairs for All Clients
-
Navigate to the software_installation_path/Base directory.
-
Run the following command:
qoperation execscript -sn $[DataInterfacePairConfig.sql] -si $[listAll]
Listing Data Interface Pairs for a Single Client
-
Navigate to the software_installation_path/Base directory.
-
Run the following command:
qoperation execscript -sn $[DataInterfacePairConfig.sql] -si $[listByClient] -si $[client_name]
Where client_name is the name of the client.