Pathway/iTS Web Client Programming Manual (G06.24+)

User-Written User Conversion Procedures for Web
Clients
Compaq NonStop Pathway/iTS Web Client Programming Manual520270-001
4-2
Build Your User Conversion Library
Build Your User Conversion Library
Assuming that the appropriate SLIB, ILIB, and TLIB files are in place and your user
conversion object file has been compiled without errors, build the user conversion
library, binding it to the USER-LIB-SERVER server class, by invoking the nld utility
from the TACL prompt as follows:
user-conversion-object
is the pTAL object file for your user conversion library.
$volume
is the volume where the installation subvolume ZPATHWAY resides.
SCUSERO
is the skeleton server-class object file provided by Pathway/iTS for use with the
USER-LIB-SERVER server class.
scmyuser
is the name to be used for the final server-class program file. You will use this
name in the SET SERVER PROGRAM attribute when you configure the server
class.
For example, the following command binds the user conversion object file MYCONV
with the skeleton object file SCUSERO to generate a program object file named
SCUSRCNV for the special server class:
TACL> NLD MYCONV $volume.ZPITS.SCUSERO -SET RUNNAMED ON -O
SCUSRCNV
Configure the User Conversion Server Class
To configure the USER-LIB-SERVER server class, add the following lines to your
Pathway/XM configuration source file or your PATHCOM configuration file:
RESET SERVER
SET SERVER AUTORESTART 0
SET SERVER DEBUG OFF
SET SERVER HIGHPIN OFF
SET SERVER LINKDEPTH 1
SET SERVER MAXSERVERS 5
SET SERVER NUMSTATIC 2
SET SERVER PRI 115
SET SERVER PROGRAM scmyuser
SET SERVER SECURITY "N"
SET SERVER TMF ON
ADD SERVER USER-LIB-SERVER
NLD user-conversion-object $volume.ZPITS.SCUSERO
-SET RUNNAMED ON -O scmyuser