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


Appendix A Command Reference : -activateProtocol

-activateProtocol
Synopsis
bcappmanage -activateProtocol
Description
This command activates the specified TIBCO BusinessConnect protocol, which involves the creation of database tables and other protocol specific initialization steps. If ALL is specified, all installed protocols will be activated. In case of the base EDI protocol, it checks whether it is enabled before the HIPAA protocol can be activated. This task is equivalent to the activate protocol task under BusinessConnect > Manage Installation in the TIBCO BusinessConnect GUI.
Options
-protocol [ tibEDI | tibHIPAA | B2BPlugin | RosettaNet | SOAP | ebXML | cXML | TCM | CMI | EZComm | FTPS | SFTP | PX | XCFI | ALL ]
Protocol plugin to activate
{ -tmpdir <temp directory> }
Temporary directory used to un-war the protocol plugin.
(default= Java system property - java.io.tmpdir)
{ -configRepoURL [<props_file_url> | <jdbc_url>] }
Optional URL to property file specifying the 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.
Example:
bcappmanage -activateProtocol -protocol ALL -configRepoURL file://c:/temp/config.properties
bcappmanage -activateProtocol -protocol tibEDI -configRepoURL file://c:/temp/config.properties
Dependencies
-createInstallation

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