[This KA was unapproved and obsolete when migrated.] In BusinessConnect, how can I switch from using the local reposerver to an external (remote) repository server without re-installing the product?

[This KA was unapproved and obsolete when migrated.] In BusinessConnect, how can I switch from using the local reposerver to an external (remote) repository server without re-installing the product?

book

Article ID: KB0092193

calendar_today

Updated On:

Products Versions
TIBCO BusinessConnect -
Not Applicable -

Description

Resolution:
To switch to an external, file based repository instance, these are the manual steps:

1. Edit BCMiscProperties.cfg and set the following properties

bc.repo.url=tibcr://&ltremote repo instance name>:subject=com.tibco.repo.instance_discovery.request.&ltrepo server installation name>:discoveryTime=60:timeout=60
Config.Repo.Subject=tibcr://&ltremote repo instance name>:subject=com.tibco.repo.instance_discovery.request.&ltrepo server installation name>:discoveryTime=60:timeout=60

2. Edit runENV.bat and change the following

BC_REPO_URL=tibcr://&ltremote repo instance name>:subject=com.tibco.repo.instance_discovery.request.&ltrepo server installation name>:discoveryTime=60:timeout=60
IS_REPO_LOCAL=false

3. Edit repoServer.ini and set

repo.instanceDiscoverySubject=com.tibco.repo.instance_discovery.request.&ltrepo server installation name>

4. run buildBC.bat file

You should restart all BC processes after making the above changes in properties.

Environment

Product: TIBCO BusinessConnect Version: 3.0.1 OS: All --------------------

Issue/Introduction

[This KA was unapproved and obsolete when migrated.] In BusinessConnect, how can I switch from using the local reposerver to an external (remote) repository server without re-installing the product?