How to connect Aion Business Rules Expert 11.0 to a DB2 database on z/OS?
book
Article ID: 22063
calendar_today
Updated On:
Products
Aion Business Rules Expert
Issue/Introduction
It is possible to make a connection from Aion Business Rules Expert 11.0 on Windows, to a remote DB2 database on z/OS. This document will describe what is necessary in order to make this connection.
Environment
Release: Component: AIONBR
Resolution
In order to make a connection from Aion Business Rules Expert 11.0 on Windows to a remote DB2 database on z/OS, the following steps will need to be followed.
Obtain access to a TSO session. In most cases, a DB2 instance will be already available.
Install DB2 on Windows. It is sufficient to have just the DB2 client installed. The client must not be of a major version greater than that of the one on z/OS.
In the DB2 Configuration Wizard, define a system connection to an existing DB2 database instance on the Mainframe.
You will need to know the hostname, service name, the port number to DB2 (if it is not set to the default 50000), database name, whether to register the database for CLI/ODBC, and choose from one of the three:
As a system data source
As a user data source
As a file data source
Note the preferred data source is the "system data source".
Follow along the default choices until you create your alias. Confirm this in the list of aliases once the creation is completed.
Test your connection on Windows, to DB2 on Mainframe.
In your Aion application, your connection should point to the alias that you created in DB2. You should not need to use the domain name along with the host name. Your database should be the alias you created in the DB2 Configuration Wizard. Or you could try SYSPROG.PRODUCTS($DOCDB2). Note it is generally unnecessary to define a ODBC connection if you happen to know the database name, hostname, user id, and password, of your database. With the Aion connection, you should generally be able to use the "DB2" connection interface, as well as the ODBC interface. You can use either implementation for a DB2 database connection.