![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The command -exportConfigRepo is used for exporting CSX component files from the TIBCO BusinessConnect configuration store. It supports four main categories: participants, operations, certificates, and entire installation. It typically exports all operations or participants, but it can be used also to export only selected ones. For example, if you have to export a participant Company2 into production environment, this command coupled with -importConfigRepo will allow you to add the participant without making any changes to the GUI.
• For certificate export: each exported certificate is written out as a file <cert-alias>.cert in the folder specified by the -p7b argument.
• The default export directory is the p7b_certs folder in the current working directory.Export category type (default = installation)Protocol standard for operation export applicable to category = operations onlyThe operation sub-branch to be exported for category = operation, if not specified the entire operation tree is exported; for example, -op /00401 for protocol = X12A comma separated list of participants for category = participants or aliases for category = certificates, if not specified the entire set of participants or certificates is exportedThe trading partner name for category = certificatesThe export directory for category = certificatesOptional 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)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.
• Exporting certificate with alias cert1 for partner tantony-dt into folder c:/temp (as file cert1.cert)
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |