I chose an Internal (local) repository server while installing BC. How do I configure BC to communicate with a remote repository server, without reinstalling the product?

I chose an Internal (local) repository server while installing BC. How do I configure BC to communicate with a remote repository server, without reinstalling the product?

book

Article ID: KB0091676

calendar_today

Updated On:

Products Versions
TIBCO BusinessConnect -
Not Applicable -

Description

Resolution:
Shown below are the procedures for changing from internal repository to external repository for both "file" based external repository and "database" based repository:

File based external repository:

-Edit BCMiscProperties.cfg

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

-Edit runENV.bat

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

-Edit repoServer.ini

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

-run buildBC.bat file


Database based external repository:

-Edit BCMiscProperties.cfg

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

-Edit runENV.bat

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

-Edit repoServer.ini

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

-run buildBC.bat file

Environment

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

Issue/Introduction

I chose an Internal (local) repository server while installing BC. How do I configure BC to communicate with a remote repository server, without reinstalling the product?