Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix A Command Reference : -stopTransports

-stopTransports
Synopsis
bcappmanage -stopTransports
Description
This command is used to stop all available transports for a Gateway Server. This task is equivalent to perform under BusinessConnect > Gateway > Gateway Instances in TIBCO Administrator.
Options
-domain <domain name> [-user <domain user> -pw <domain password> | -cred <domain cred_file>]
administration domain name and credentials. Either user/password or credential file location should be specified.
{ -configRepoURL [<props_file_url> | <jdbc_url>] }
Optional URL to property file specifying configuration repository connection parameters or a standard JDBC URL.
If specifying a property file URL, the syntax is file://<file location>, ex file://c:/temp/config.properties.
(default = file://./commonConfig.properties)
{ -configRepoUser <user> -configRepoPw <password> }
Optional configuration repository user and password. It must be specified if the configRepoURL parameter is a JDBC URL, or if they are not specified in the connection properties file.
{ -prefix <installation prefix> }
TIBCO BusinessConnect installation prefix. The default value is AX.BC.
{ -instance <gateway server instance> }
Optional BC Gateway Server Instance name.
Example:
bcappmanage -stopTransports -domain default-lt -cred c:/temp/cred.properties -configRepoURL file://c:/temp/config.properties
Specify user ID/password for administrative domain authorization, and a JDBC URL and userid/password for the configuration repository connection properties.
bcappmanage -stopTransports -domain default-lt -user joe -pw changeme
-configRepoURL jdbc:oracle:thin://host:1521;SID=bcdb -configRepoUser joe -configRepoPw changeme

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved