background image
<< Defining Environment Settings for TUXEDO Vusers | Windows Sockets Vuser Scripts >>
<< Defining Environment Settings for TUXEDO Vusers | Windows Sockets Vuser Scripts >>

TUXEDO clients

Tuxedo Vuser Scripts · Developing TUXEDO Vuser Scripts
Creating Vuser Scripts
Chapter 11, page 207
For example:
You must define the following system variables for TUXEDO clients using
TUXEDO/WS workstation extensions during execution:
WSNADDR
specifies the network address of the workstation listener
process. This enables the client application to access
TUXEDO. Note that to define multiple addresses in a
WSNADDR statement, each address must be separated
by a comma.
WSDEVICE
specifies the device that accesses the network. Note that
you do not need to define this variable for some network
protocols.
For example:
SET FLDTBLDIR=%TUXDIR%\udataobj;%TUXDIR%\APPS\WS (PC)
SET FIELDTBLS=bankflds,usysflds (PC)
setenv FLDTBLDIR $TUXDIR/udataobj:$TUXDIR/apps/bankapp (Unix)
setenv FIELDTBLS bank.flds,Usysflds (Unix)
SET WSNADDR=0x0002ffffc7cb4e4a (PC)
setenv WSNADDR 0x0002ffffc7cb4e4a (Unix)
setenv WSDEVICE /dev/tcp (Unix)