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


Appendix A Command Reference : -assignService

-assignService
Synopsis
bcappmanage -assignService
Description
This command is used to delete the predefined service or to assign a service to a Gateway Instance. 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 must 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>; for example, file://c:/temp/config.properties.
The default value is 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.
{ -transport <gateway server transport> }
Optional BC Gateway Server transport name. If you want to assign a service to a Gateway Server Instance, you have to set the service transport name option.
{ -service <gateway server service> }
Optional BC Gateway Server service name. If you want to assign a service to a Gateway Server Instance, you have to set this option.
Example:
The following examples are listed when using the default settings.
bcappmanage -assignService -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 -assignService -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