Products | Versions |
---|---|
TIBCO BusinessConnect | - |
Not Applicable | - |
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.<install_name>:discoveryTime=60:timeout=60:service=yyyy:daemon=tcp
:xxxx
Config.Repo.Subject=tibcr://BusinessConnect:subject=com.tibco.repo.instance_
discovery.request.<install_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.<install_name>:discoveryTime=60:timeout=60:service=yyyy:daemon=tcp
:xxxx
Restart repo server and BC engine after making the above changes.