Host Access Options |
|
IntroductionWe have many options in providing user access to your Unisys
mainframe. This page describes the various solutions that are available to
you. |
|
|
|
Terminal Mode AccessThe most straightforward host access is provided by the QTerm desktop emulators (QTermUTS and QTermT27) or by the web browser based emulators (Web-UTS and Web-T27). Both the desktop and browser based emulators provide the same facilities; a very rich set of functionality on top of the requisite terminal emulation, including scripting and file transfer. The installation is painless; simply set up the required files on a network server and tell users to run the server installer or navigate a browser to the web server. |
|
Desktop, Web? ActiveX or Java?
Even the "most straightforward host access" poses several implementation choices and you are best positioned to choose. The basis for choice is technically similar to many other programs and your corporate guidelines may help out here.
|
|
|
|
Enhanced QTerm AccessThe automation interface allows you to control QTerm from another COM-compliant program. If for example you had a document reader program that pulled in data from a passbook and wanted to send that data to the host in a transaction it is very straightforward to make automation calls to tell QTerm to display the data on the screen. |
|
|
|
Enhanced Browser AccessOur default web pages only contain the Web-UTS or Web-T27 control, in order to provide as large a screen as possible, but you can easily design your own web page containing the web control, and add buttons, information, links etc to help the user. |
|
|
|
Session RelayThere are times when it is advantageous to configure a session relay in the network, such that all users connect to an intermediate server, where you can impose extra security, terminal pooling etc. For example, the AccessServer provides a secure endpoint for encryption and pooling. |
|
|
|
Building Customized Client AccessThere are situations where you may require very specialized host access. For example you may have a set of users who are not comfortable with terminal screens, or you are not comfortable with providing them with full mainframe access. Several potential solutions come to mind:
|
|
|
|
Advanced Protocol SolutionsWhen you need to access a Unisys mainframe inside the topology of a legacy network you may need special interfaces or to only user certain protocol layers.
|
|
|
|
The AccessServer provides an advanced
INT1 protocol service (Int1DataPort)
whereby a single tcp connection from your program can
request and maintain multiple terminal level sessions to the host.
All messages between your program and the AccessServer use a Header/Data message format. The header identifies the terminal connection and the command. The data is the payload to be sent to/from the host.
|
|
|
|
The ActiveUTS/ActiveT27 controls support methods and events that allow you to provide your own host transport but still use the presentation layer to interpret and display the datastream. See the InputData and InputAttention methods in the QTermSDK details. |