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


Appendix A Command Reference : -exportDeployConfig

-exportDeployConfig
Synopsis
bcappmanage -exportDeployConfig
Description
Exports the deployment configuration into an XML file for future scripting deployment. Any future import of this configuration will contain all public and private process communication parameters specific to TIBCO BusinessConnect application. By default, the output deployment configuration XML file is set as BC-<domain>-deploy-config.xml and resides in the directory BC_HOME/tools/bcappmanage/domain/<domain>, if not specified otherwise.
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.
{-out <deploy_config_xml> }
File path to export the TIBCO BusinessConnect application configuration into (default = BC-<domain>-deploy-config.xml)
{-overwrite}
Overwrites existing deployment configuration XML file if specified
In addition to an user ID and password, TIBCO BusinessConnect also supports the TIBCO Runtime Agent credentials file, which can hold an obfuscated (encrypted) password created by the obfuscate utility. If you do not want to use the credentials file to store login and password, you can supply them directly on the command line.
To read more about the credentials file, see TIBCO Runtime Agent Scripting Deployment User’s Guide, section Working with Passwords.
Example
Exports the deployment configuration for the administration domain default-dt and the credential file located in C:\temp\cred.properties, and saves it to the file C:\temp\config.xml.
bcappmanage -exportDeployConfig -domain default-lt -cred c:/temp/cred.properties -out c:/temp/config.xml

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