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


Chapter 2 Operating Service Gateway for IDMS/DB : Connecting the Gateway to a Windows or Solaris Data Object Broker

Connecting the Gateway to a Windows or Solaris Data Object Broker
You can configure the Data Object Broker and the Gateway to reside on different domains and operating systems (z/OS, Windows, or Solaris). The Gateway must be in the same domain as the CA‑IDMS database system.
The following configuration steps are required to access a Data Object Broker from a different operating environment than your TIBCO Service Gateway for IDMS/DB:
Configure the TCP/IP connection on the z/OS system where your TIBCO Service Gateway for IDMS/DB and CA‑IDMS database reside.
Sample Configuration
The following diagram shows a sample configuration:
Configure 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.
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 used in the relay file and how to specify them.
Configure 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.
Specify the Number of Instances of TIBCO Service Gateway for IDMS/DB Connecting to the Data Object Broker
Specify the following value for the MAXDBMS parameter in the crparm file for your Data Object Broker.
 
Used during problem analysis to determine which portion of the Gateway code is in error. Valid values are listed below. The default is 0.
This must be equal to or greater than the value specified in the SERVERS= parameter IDMSSRV0 statement in the startup JCL or IDMSSRV0 SYSIN file.
Specify the Gateway Parameter
Specify the following value for the TDS parameter in the IDMSSRV0 statement in the startup JCL or IDMSSRV0 SYSIN file. Refer to Supplying Service Gateway for IDMS/DB Startup Parameters for more details about specifying the gateway parameters.
 
See Also
TIBCO Object Service Broker for z/OS Installing and Operating for detailed information about preparing the relay file.
TIBCO Object Service Broker Parameters for details about the parameters used in the relay file and how to specify them.

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