3.1.11.3 Description
ARTJESCOBOLDB2CIT
is a TuxJES COBOL server for
invoking user programs (compiled by COBOL-IT COBOL) that can access
to DB2. Do the followings to configure Oracle Tuxedo for accessing
DB2 database.
- Set environment variable for DB2 (
DB2DIR
and the like). - Add a definition for DB2 Connect to the Tuxedo resource manager
definition file (
$TUXDIR/udataobj/RM
). - Use the following command line to build
TMS_UDB
:buildtms -o $JESDIR/bin/TMS_UDB -r UDB_XA
. - Set up the Tuxedo configuration file to reference the DB2 server. In the
*GROUPS
section of theUBBCONFIG
file, add an entry like this:UDB_GRP LMID=simp GRPNO=3 TMSNAME=TMS_UDB TMSCOUNT=2 OPENINFO="UDB_XA:db=sample,uid=username,pwd=password,tpm=tuxedo"
Parent topic: ARTJESCOBOLDB2CIT