Products | Versions |
---|---|
TIBCO BusinessConnect | - |
Not Applicable | - |
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://<remote repo instance name>:subject=com.tibco.repo.instance_discovery.request.<repo server installation name>:discoveryTime=60:timeout=60
Config.Repo.Subject=tibcr://<remote repo instance name>:subject=com.tibco.repo.instance_discovery.request.<repo server installation name>:discoveryTime=60:timeout=60
2. Edit runENV.bat and change the following
BC_REPO_URL=tibcr://<remote repo instance name>:subject=com.tibco.repo.instance_discovery.request.<repo 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.<repo server installation name>
4. run buildBC.bat file
You should restart all BC processes after making the above changes in properties.