Copyright © TIBCO Software Inc. All Rights Reserved


Appendix A Tasks for Preparing Tuxedo : Task B: Edit the Make Script

Task B: Edit the Make Script
Edit the make.bat file, to reflect the same values for the environment variables set on the machine with the Tuxedo client and server installation. The make.bat file contains default values as bracketed items. Change the default values as per your requirements. The following values need to be specified
TUXDIR - The Tuxedo installation directory. For example, TUXDIR=C:\bea\tuxedo8.0
APPDIR - Directory where the Tuxedo service executable files are located. For example, APPDIR=TIBCO_HOME\adapter\adtuxedo\version_number\examples\EventBased\Employee
PATH - The environment variable used to find executables. For example, %TUXDIR%\bin;%APPDIR%;%PATH%
WSNADDR - The IP address of the WSL (Workstation Listener) that the client will contact, along with any free port number. This value must be reflected in the ubbconfig file. For example, WSNADDR=//192.168.213.63:4020 (//IP address:Port number)
TUXCONFIG - The name of the Tuxedo configuration file to be generated along with the location. The value specified cannot exceed 64 characters, so ensure that your directory structure is such that the path and name together do not exceed 64 characters. For example, %APPDIR%/tuxconfig
ULOGPFX - The location of Application Log File. For example, %APPDIR%/ULOG
Verify that PATH on Microsoft Windows, LD_LIBRARY_PATH on Solaris and SHLIB_PATH on HP-UX contains the location of the adapter agent library (.dll on Win 32, .so on Solaris and .sl on HP-UX).
TLOGDEVICE - Device for binary file that gives the Oracle Tuxedo system all its information. This should be specified for Queue-based examples.
QMCONFIG - The QMCONFIG variable points to an existing device where the UDL either resides or will reside. This should be specified for Queue-based examples.

Copyright © TIBCO Software Inc. All Rights Reserved