Implementing user exits

TRS user exits for Open Server Connect and Disconnect events should be written and tested using the sample exits and test harness provided at /<install_dir>/DC-15_0/srvname/sample/trs/ue. Following is a description of the source, header, makefiles, libraries and executable files, many of which are dependent on your platform.The source files:

The header files, depending on your platform:

The makefiles, depending on your platform:

These libraries, depending on your platform:

These executables, depending on your platform:

where platform is aix, hpux, sol, or nt.

Test harness produced from makeexe.platform:

One parameter is required by ue_test.platform which specifies the dynamic library to be loaded, for example:

ue_test.<platform> ./libtrsue_<platform><ext>

where: