Products | Versions |
---|---|
TIBCO BusinessConnect | - |
Not Applicable | - |
Resolution:
For HTTP and HTTPS transports, you have to configure the following properties in BCMiscProperties.cfg:
bc.http.serverHost
bc.https.serverHost
For the TIBRV transport, you will have to configure two sets of properties:
1. Admin GUI -> Server Settings -> Private Communications -> Service, Network, Daemon Host, Daemon Port
2. For IntegrationManager to initialize correctly on startup, set the following in the file <BC>\im\bin\Properties.cfg with the correct values used in step (1):
Bus.Default.Host:
Bus.Default.Service:
Bus.Default.Network:
Bus.Default.Daemon:
Bus.User.Host:
Bus.User.Service:
Bus.User.Network:
Bus.User.Daemon:
E.g.
Admin GUI:
Service 1234
Network: 10.0.0.1
Daemon Host: 10.1.1.1
Daemon Port: 4321
Properties.cfg:
Bus.Default.Host: 10.1.1.1
Bus.Default.Service: 1234
Bus.Default.Network: 10.0.0.0
Bus.Default.Daemon: 4321
Bus.User.Host: 10.1.1.1
Bus.User.Service: 1234
Bus.User.Network: 10.0.0.0
Bus.User.Daemon: 4321