XDB RM Switch Module
- Source Code
- The XDB RM switch module COBOL source file,
ESXDBXA.CBL, is located by default in the
%ProgramFiles(x86)%\Micro Focus\Enterprise Developer\src\enterpriseserver\xa directory.
- Building the Switch Module
- You can use either of the following methods to build the XDB switch module:
- Method 1
-
- Start an
Enterprise Developer command prompt, 32 bit, running as an administrator.
- Change to the
%ProgramFiles(x86)%\Micro Focus\Enterprise Developer\src\enterpriseserver\xa directory (default location).
- Enter
build xdb
- Method 2
-
- Start an
Enterprise Developer command prompt, 32 bit.
- Copy all files from the
%ProgramFiles(x86)%\Micro Focus\Enterprise Developer\src\enterpriseserver\xa directory (default location) to any location where you have WRITE permission.
- Change to the directory containing the copied files.
- Enter
build xdb
- Build Output
- The build process produces a binary file from each COBOL source file:
COBOL Source
|
Binary File
|
ESXDBXA.CBL
|
ESXDBXA.DLL
|
ESXDBOPC.CBL
|
ESXDBOPC.DLL
|
- Source Code
- The XDB RM switch module COBOL source file,
ESXDBXA.CBL, is located by default in the
$COBDIR/src/enterpriseserver/xa directory.
- Building the Switch Module
- The
$COBDIR/src/enterpriseserver/xa directory contains the
build batch file that you can use to build the XDB switch module:
- Copy all files from the
$COBDIR/src/enterpriseserver/xa directory (default location) to any location where you have WRITE permission.
- Change to the directory containing the copied files.
- Enter
build xdb
- Build Output
- The build process produces two binary files from the
ESXDBXA.CBL COBOL source file, one for 32-bit platforms, and one for 64-bit platforms:
32-bit |
ESXDBXA.so |
64-bit |
ESXDBXA64.so |