How do I configure BC to communicate with repository on non-default( other than 7500) ports?

How do I configure BC to communicate with repository on non-default( other than 7500) ports?

book

Article ID: KB0092222

calendar_today

Updated On:

Products Versions
TIBCO BusinessConnect -
Not Applicable -

Description

Resolution:
The numbers xxxx and yyyy define the preferred ports for the daemon and
the RV service respectively:

- Add the following lines to bc/resource/repoServer.ini (internal BC)

repo.rvDaemon = tcp:xxxx
repo.rvNetwork =
repo.rvService = yyyy

- Start the RepoServer (internal BC)

- Edit the following properties in bc/im/bin/Properties.cfg: (internal BC)

Config.Repo.RV.Host:
Config.Repo.RV.Port:
Config.Repo.RV.Daemon: tcp:xxxx
Config.Repo.RV.Service: yyyy
Config.Repo.RV.Network:

- Edit the following properties in BCMiscProperties.cfg to specify the RV
settings for repository discovery: (internal BC)

bc.repo.url=tibcr://BusinessConnect:subject=com.tibco.repo.instance_discover
y.request.&ltinstall_name>:discoveryTime=60:timeout=60:service=yyyy:daemon=tcp
:xxxx
Config.Repo.Subject=tibcr://BusinessConnect:subject=com.tibco.repo.instance_
discovery.request.&ltinstall_name>:discoveryTime=60:timeout=60:service=yyyy:da
emon=tcp:xxxx

- Edit the following line in bc/bin/runENV.bat (internal BC)
SET
BC_REPO_URL=tibcr://BusinessConnect:subject=com.tibco.repo.instance_discover
y.request.&ltinstall_name>:discoveryTime=60:timeout=60:service=yyyy:daemon=tcp
:xxxx

Restart repo server and BC engine after making the above changes.

Issue/Introduction

How do I configure BC to communicate with repository on non-default( other than 7500) ports?

Environment

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