[Top] [Previous] [Next] [End of Book]



Preface


Purpose of This Manual

This document describes the BEA Connect TPS product and gives instructions for using the tools for building Connect TPS applications.

BEA Connect TPS is a gateway connectivity feature that enables application programs on BEA TUXEDO systems to perform various non-transactional tasks with application programs that reside on different kinds of computers.

This guide explains how to configure and administer Connect TPS and how Connect TPS fits into the BEA TUXEDO environment. In addition, this guide:

Who Should Read This Manual

This guide is primarily for system administrators who will configure and administer Connect TPS. In addition, programmers will find useful pointers for developing client programs and service routines that send data through Connect TPS.


Prerequisites

Programmers and system administrators who work with Connect TPS should be familiar with the concept of distributed multi-tier client/server processing.

In addition, all readers should be familiar with the following:

Finally, system administrators should be familiar with TCP/IP networking.

How This Manual Is Organized

The BEA Connect TPS User Guide is organized as follows:


How to Use This Manual

Online Document Considerations

This document, BEA Connect TPS User Guide, is designed primarily as an online, hypertext guide. If you are reading this as a paper publication, note that to get full use from this guide you should install and access it as an online document via a Web browser that supports HTML 3.0. Netscape Navigator 2.02 or Microsoft Internet Explorer 3.0 or later are recommended. (Information on how to install the online documentation is available in the Connect TCP Release Notes.)

Opening the Manual in a Web Browser

To access the online version of this document, open the following HTML file in a Web browser:

http://(directory path to Connect TCP HTML files)/tpsbegin.htm

Note: The online documentation requires a Web browser that supports HTML 3.0. Netscape Navigator 2.02 or Microsoft Internet Explorer 3.0 or later are recommended.

Figure 1 shows the online guide with the clickable navigation bar and table of contents.

Figure 1 BEA Connect TPS User Guide Displayed in Netscape Web Browser

Printing from a Web Browser

You can print a hardcopy version of this document, one file at a time, from the Web browser. Before you print, make sure that the chapter or appendix you want is displayed and selected in your browser. (To select a file, click anywhere inside the frame you want to print. If your browser offers a Print Preview feature, you can use it to verify which file you are about to print.)

Document Conventions

The following documentation conventions are used throughout this manual:

Item Examples

Variable names

Variable names represent information you must supply or output information that can change; they are intended to be replaced by actual names. Variable names are displayed in italics and can include hyphens but not underscores. The following are examples of variable names in text:

error-file-name

The when-return value...

Function names in text

C function names are displayed in lower case type and can include parentheses and possibly underscores, as follows:

routine_name()
COBOL function or subprogram names are displayed in uppercase type without underscores or hyphens, as follows:

ROUTINENAME()

Symbolic constants for languages (keywords, error codes, and flags)

C symbolic constants are displayed in uppercase type and can include underscores, as follows:

CONSTANT_NAME


COBOL symbolic constants are displayed in uppercase type and can include hyphens, as follows:

CONSTANT-NAME

User input and screen output

For screen displays and other examples of input and output, user input appears as in the first of the following lines; system output appears as in the second through fourth lines:

dir c:\accounting\data

Volume in drive C is WIN_NT_1
Volume Serial Number is 1234-5678
Directory of C:\ACCOUNTING\DATA

Syntax

Code samples can include the following elements:

Omitted code

An ellipsis ( ... ) is used in examples to indicate that code that is not pertinent to the discussion is omitted. The ellipsis can be horizontal or vertical.


Related Documentation

Connect Documentation

The Connect documentation consists of the following items:

BEA Connect TPS User Guide

BEA Connect TCP for CICS User Guide

BEA Connect TCP for IMS User Guide

BEA Connect TCP Release Notes

Product Manuals

TUXEDO System 6 Reference Manual

TUXEDO System 6 Programmer's Guide, Volumes 1 and 2

Other Publications

The TUXEDO System (Andrade, Carges, Dywer, Felts)

TUXEDO: An Open Approach to OLTP (Primatesta)

Building Client/Server Applications Using TUXEDO (Hall)


Contact Information

Documentation Support

If you have questions or comments on the documentation, you can contact the BEA Information Engineering Group by e-mail at docsupport@beasys.com or by telephone at +1.408.542.4193. (For information on how to contact Technical Support, refer to the following section.)

Customer Support

If you have any questions about this version of BEA Connect TPS, or if you have problems installing and running BEA Connect TPS, contact BEA Customer Support at one of the following telephone numbers or e-mail addresses, or through our Web site (www.beasys.com):

North American Support Center
Sunnyvale, CA, USA
1-888-232-7878
1-408-743-4070
1-408-743-4071 fax
email: support@beasys.com

European Support Center
Paris, France
+33-1-41-45-7090
+33-1-41-45-7009 fax
email: support@beasys.fr

Asia Pacific Support Center
Brisbane, Australia
+61-7-3255-0506 phone
+61-7-3255-0441 fax
email: support@beasys.com.au

Japan Support Center:
Yokohama, Japan
+81-4-5224-1250 phone
+81-4-5224-1251 fax
email: support@beasys.co.jp

When contacting Customer Support, be prepared to provide the following information:



[Top] [Previous] [Next] [End of Book]