![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Connection to a Windows or Solaris Data Object BrokerYou can configure the Data Object Broker and the server to reside on different domains and operating systems (z/OS, Windows, or Solaris). The server must be in the same domain as the Adabas database system.The following configuration steps are required to access a Data Object Broker from a different operating environment than your server:
• Configure the TCP/IP connection on the z/OS system where your server and Adabas database reside.
• Configure the TCP/IP connection on the machine where your TIBCO Object Service Broker resides.Prepare the TIBCO Object Service Broker relay file – RELAYCFG member in the CNTL data set. This file associates the TIBCO Object Service Broker communications identifier with the TCP/IP application addressing information.
<relay xmlns="http://www.tibco.com/OSB/relayparms.xsd">
<tcpipparms tcbnum="3" maxtcbsockets="50" />
<directory>
<node name="OST01">
<tcpip host="123.23.123.9" port="12000" />
</node>
</directory>
</relay>
TIBCO Object Service Broker for z/OS Installing and Operating for detailed information about preparing the TIBCO Object Service Broker relay file.TIBCO Object Service Broker Parameters for details about the parameters and how to specify them.Add the following parameters for the TCP/IP connection to the Data Object Broker directory file, huron.dir:
The name of the host machine where the TIBCO Object Service Broker monitor process listens for connections. Specify the following value for the MAXDBMS parameter in the crparm file for your Data Object Broker.
This must be equal to or greater than the value specified in the SERVERS=parameter HRNIN DD statement for startup.Specify the following value for the TDS=parameter HRNIN DD statement for startup. Refer to Startup Parameters for more details
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |