Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Configuring the Accesses to Adabas Data : Connection to a Windows or Solaris Data Object Broker

Connection to a Windows or Solaris Data Object Broker
You 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:
The following diagram shows a sample configuration.
Configuring the TCP/IP Connection on z/OS
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.
Following is a sample relay file assigned to DDNAME S6BRELAY:

 
<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>

 
See Also
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.
Configuring the TIBCO Object Service Broker TCP/IP Environment
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.
Specifying the Number of Instances Connecting to the Data Object Broker
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.
Specifying the Server Parameter
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
Copyright © TIBCO Software Inc. All Rights Reserved