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


Appendix A Command Reference : -createInstallation

-createInstallation
Synopsis
bcappmanage -createInstallation
Description
The command -createInstallation creates a new TIBCO BusinessConnect installation with option to disallow overwriting. This step initializes the TIBCO BusinessConnect configuration store and is the functional equivalent of the step Initialize Database performed by TIBCO Administrator GUI.
It creates the TIBCO BusinessConnect configuration schema in the database account specified by the argument -configRepoURL, where the configuration related tables are initialized with bootstrap data. This task also creates the audit, runtime and non-repudiation schemas in the same database account, and initializes the configuration store JDBC parameters used by TIBCO Administrator in the BusinessConnect > Manage.
Only the TIBCO Administrator Super User and TIBCO BusinessConnect Super User can perform the task -createInstallation.
It is required that TIBCO Administrator application is running while performing this task.
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. See Credentials File.
{ -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. (default=file://./commonConfig.properties)
{ -configRepoUser <user> -configRepoPw <password> }
Optional configuration repository user and password. 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> }
The TIBCO BusinessConnect installation prefix (default=AX.BC)
{ -overwrite }
Optional flag to enable overwriting if the database account has an existing TIBCO BusinessConnect installation. By default existing TIBCO BusinessConnect installation is not overwritten.
Examples
bcappmanage -createInstallation -domain default-lt -cred c:/temp/cred.properties -configRepoURL file://c:/temp/config.properties
Specifying user ID/password for administrative domain authorization and a JDBC URL and userid/password for the configuration repository connection properties.
bcappmanage -createInstallation -domain default-lt -user joe -pw changeme -configRepoURL jdbc:oracle:thin:@10.100.100.10:1521:orcl -configRepoUser joe -configRepoPw changeme

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