![]() | ![]() |
Home |
|
|
Server Administration Guide for DirectConnect |
|
| Glossary |
A DirectConnect feature that provides connectivity to non-Sybase targets.
access serviceThe named set of properties, used with a DirectConnect Access Service Library, to which clients connect. Each DirectConnect Server can have multiple services.
access service libraryA component of DirectConnect. A service library that provides access to non-Sybase data contained in a database management system or other type of repository. Each such repository is called a "target." Each access service library interacts with exactly one target and is named accordingly. See also service library.
ACSLIBSee access service library.
Adaptive Server(TM) EnterpriseThe server in the Sybase Client-Server architecture. It manages multiple databases and multiple users, tracks the actual location of data on disks, maintains mapping of logical data description to physical data storage, and maintains data and procedure caches in memory.
administrative service libraryA service library that provides remote management capabilities and server-side support. It supports a number of remote procedures (invoked as RPC requests) that enable remote DirectConnect management. See also remote procedure call, service library.
ADMLIBSee administrative service library.
American National Standards InstituteAn organization consisting of producers, consumers, and general interest groups that establishes the procedures by which accredited organizations create and maintain voluntary industry standards in the United States.
American Standard Code for Information InterchangeThe standard code used for information interchange among data processing systems, data communication systems, and associated equipment. The code uses a coded character set consisting of seven-bit coded characters (eight bits including a parity check).
ANSISee American National Standards Institute.
APISee application program interface.
application program interfaceA functional interface, supplied by an operating system or other licensed program, that allows an application program written in a high-level language to use specific data, functions of the operating system, or the licensed program.
ASCIISee American Standard Code for Information Interchange.
ASE/CISASE/CIS Adaptive Server Enterprise with CIS fuctionality. Formerly called OmniConnect, ASE/CIS is an add-on product for Sybase Adaptive Server that provides a Transact-SQL® interface to external data sources, including host data files and tables in other database systems. OmniConnect replaces "OmniSQL Gateway" and "OmniSQL Server."
bulk copy transferA transfer method in which multiple rows of data are inserted into a table in the target database. See also transfer. Compare with destination-template transfer.
catalog stored procedureA stored procedure that provides information about tables, columns, and authorizations. It is used in SQL generation and application development.
character setA set of specific (usually standardized) characters with an encoding scheme that uniquely defines each character. ASCII is a common character set.
clientIn client/server systems, the part of the system that sends requests to servers and processes the results of those requests. See also client/server. Compare with server.
client applicationSoftware that is responsible for the user interface, including menus, data entry screens, and report formats. See also client/server.
Client-Library(TM)A Sybase library of routines that allows a client application to interact with Open Server.
client requestAn RPC or language request sent by a client to a server.
client/serverAn architecture in which the client is an application that handles the user interface and local data manipulation functions, while the server provides data processing access and management for multiple clients. See also client, server, client application.
client services applicationA custom-written CICS program initialized on the host that uses the Sybase API to invoke MainframeConnect for DB2/MVS-CICS as a client to DirectConnect or SQL Server. Compare with remote stored procedure.
code pageAn assignment of graphic characters and control function meanings to all code points.
codesetSee character set.
configuration fileA file that specifies the characteristics of a system or subsystem.
configuration setA section into which service library configuration files are divided.
connectionA network between two systems. For SNA, the path connects a logical unit on one machine to a logical unit on another machine. For TCP/IP, the path connects TCP modules on separate machines.
connection code pageThe code page to which DirectConnect converts data when the specified code page is not supported by the database. If the DirectConnect configuration contains a default code page for applications, that code page is used. Otherwise, the system code pages from the initialization file are used. See also code page.
CSPSee catalog stored procedure.
CT-LibrarySee Client-Library.
CSASee client services application.
database management systemA computer-based system for defining, creating, manipulating, controlling, managing, and using databases.
datatypeA keyword that identifies the characteristics of stored information on a computer.
DB-LibraryA Sybase and Microsoft API that allows client applications to interact with Open Data Services applications.
DBMSSee database management system.
destination-template transferA transfer method in which source data is briefly put into a template where the user can specify that some action be performed on it before execution against a target database. See also transfer. Compare with bulk copy transfer.
direct resolutionA type of service name resolution that relies upon a client application specifying the exact name of the service to be used. See also service name resolution. Compare with service name redirection.
DirectConnectA Sybase Open Server application that provides access management for non-Sybase databases, copy management, and remote systems management. Each DirectConnect consists of a server and one or more service libraries to provide access to a specific data source. DirectConnect replaces the MDI Database Gateway(TM) and OmniSQL Access Module(TM).
DirectConnect AnywhereA Sybase solution that gives client applications ODBC data access. It combines the functionality of the DirectConnect architecture with ODBC to provide dynamic SQL access to target data, as well as the ability to support stored procedures and text and image pointers.
DirectConnect for AS/400A Sybase LAN-based solution that gives client applications access to AS/400 data. It incorporates the functionality of the MDI Database Gateway and the Sybase Net-Library.(TM)
DirectConnect for InformixA Sybase LAN-based solution that gives client applications access to Informix data. It incorporates the functionality of the DirectConnect architecture into a standalone product for Informix and replaces the Omni Access Module for Informix.
DirectConnect for DRDAA Sybase Open Server application that listens for, accepts, and validates incoming client connections. These events are routed to the target data source through DirectConnect for DRDA access services, which provide the target-specific connectivity features, including datatype conversion, network connectivity, and SQL information.
DirectConnect ManagerA Sybase application for Microsoft Windows that provides remote management capabilities for DirectConnect products. These capabilities include starting, stopping, creating, and copying services.
DirectConnect for Microsoft SQL ServerA Sybase solution that gives client applications ODBC data access. It combines the functionality of the DirectConnect architecture with ODBC to provide dynamic SQL access to Microsoft SQL Server data, as well as the ability to support stored procedures and text and image pointers.
DirectConnect for MVSA Sybase LAN-based solution that communicates with mainframe host components. It incorporates the functionality of the MDI Database Gateway and the Sybase Net-Library and includes LU6.2 and TCP/IP support.
DirectConnect ServerThe component that provides general management and support functions (such as log file management) to service libraries.
DirectConnect ServiceA named set of properties, used with a DirectConnect Service Library, to which clients connect.
DirectConnect Service LibraryThe component that provides a set of functions within the DirectConnect Server environment.
dllSee dynamic link library.
dynamic link libraryA file containing executable code and data bound to a program at load time or run time, rather than during linking. The code and data in a dynamic link library can be shared by several applications simultaneously.
EBCDICSee Extended Binary-Coded Decimal Interchange Code.
end-userA person who connects to DirectConnect using an application to access databases and perform transfers.
environment variableA variable that describes how an operating system runs and the devices it recognizes.
event logIn Windows NT, the central point for all system and application error and information messages.
Extended Binary-Coded Decimal Interchange CodeA coded character set of 256 eight-bit characters.
globalizationThe combination of internationalization and localization. See also internationalization, localization.
graphical user interfaceA type of computer interface consisting of a visual metaphor of a real-world scene, often of a desktop. Within that scene are icons, representing actual objects, that the user can access and manipulate with a pointing device.
GUISee graphical user interface.
initial program loadFor some operating systems, the initialization procedure that causes the system to commence operation.
interfaces fileA UNIX operating system file that must be available on each machine from which connections to DirectConnect or other Sybase products are made. Each entry in the file determines how the host client software connects to the Sybase product. See also libtcl file. Compare with sql.ini file.
International Organization for StandardizationAn organization of national standards bodies from various countries established to facilitate international exchange of goods and services and develop cooperation in intellectual, scientific, technological, and economic activity.
internationalizationThe process of extracting locale-specific components from the source code and moving them into one or more separate modules, making the code culturally neutral so it can be localized for a specific culture. See also globalization. Compare with localization.
IPLSee initial program load.
ISOSee International Organization for Standardization.
iso_1 charsetA base translation table that corresponds to the ASCII 0819 or the EBCDIC 0500 character sets.
libraryA named disk area that can contain programs and related information. A library consists of different sections, called library members.
libtcl fileA file containing a list of installed Net-Library drivers. Client applications use information in this file and the interfaces file (UNIX systems) or the sql.ini file (Windows NT systems) to connect to Adaptive Server or Open Server applications. See also interfaces file, sql.ini file.
localizationThe process of preparing an extracted module for a target environment, in which messages are displayed and logged in the user's language; numbers, money, dates, and time are represented using the user's cultural convention; and documents are displayed in the user's language. See also globalization. Compare with internationalization.
Mainframe Client ConnectA LAN-based DirectConnect program that accepts requests from Open ClientConnect(TM) client programs and routes them to a remote server.
MainframeConnect for DB2/MVS-CICSA Sybase mainframe solution that provides dynamic access to DB2 data. It replaces the OmniSQL Access Module for DB2 and the functionality of the MDI Access Server(TM).
MCCSee Mainframe Client Connect.
Net-Gateway(TM)A Sybase product that provides communication between the mainframe and the LAN server. Net-Gateway is the "ancestor" of the DirectConnect Transaction Router Service. See also Transaction Router Service.
Net-LibraryA Sybase product that lets PC applications become clients of Adaptive Server or Open Server. See also client, Open Server.
ODBCSee Open Database Connectivity.
ODSSee Open Data Services.
OLTPSee Online Transaction Processing.
OmniConnectSee ASE/CIS.
Online Transaction ProcessingA system that supports database maintenance through an interactive user interface. The user usually requires a response time of less than three seconds.
Open ClientA Sybase product that provides customer applications, third-party products, and other SYBASE products with the interfaces required to communicate with Open Client and Open Server applications.
Open ClientConnectA Sybase product that allows mainframe clients to send requests to SQL Server, Open Server, MainframeConnect for DB2/MVS-CICS, and Open ClientConnect using Client-Library. Open ClientConnect provides capability for the mainframe to act as a client to LAN-based resources.
Open Data ServicesA product that provides a framework for creating server applications that respond to DB-Library clients. See also DB-Library.
Open Database ConnectivityA Microsoft API that allows access to both relational and nonrelational databases.
Open ServerA Sybase product that provides the tools and interfaces required to create a custom server.
Open ServerConnect(TM)A Sybase product that provides capability for programmatic access to mainframe data.
parameterA variable that is given a constant value for a specified application and that can denote the application. Compare with property.
Partner Certification ReportsSybase publications that certify third-party query and development tools to work with Sybase products.
propertyA setting for a server or service that defines characteristics, such as how events are logged or how datatypes are converted. Compare with parameter.
protocolA set of rules that governs the behavior of computers communicating on a network.
RegistryThe part of the Windows NT operating system that holds configuration information for a particular machine.
remote procedure callA stored procedure executed on a different DirectConnect Server from the one onto which a user is logged or on which the initiating application resides.
remote stored procedureA customer-written CICS program that resides on the mainframe and communicates with MainframeConnect for DB2/MVS. Compare with client services application.
remote systems managementA feature that allows a System Administrator to manage multiple DirectConnect Servers and multiple services from a client.
RPCSee remote procedure call.
RSPSee remote stored procedure.
serverA functional unit that provides shared services to clients over a network. See also client/server. Compare with client.
serviceA functionality available to DirectConnect applications. It is the pairing of a service library and a set of specific configuration properties.
service libraryA set of configuration properties that determine service functionality. Examples of service libraries include access service libraries, administrative service libraries, and transaction router service libraries. See also access service library, administrative service library, and Transaction Router Service library.
service name redirectionA type of service name resolution that allows a System Administrator to map alternative connections to services. See also service name resolution. Compare with direct resolution.
service name redirection fileThe default name of the file used for the service name redirection feature. See also service name redirection.
service name resolutionThe DirectConnect Server mapping of an incoming service name to an actual service. See also direct resolution, service name redirection.
SNASee Systems Network Architecture.
SNRFSee service name redirection file.
sqleditA utility for creating and editing sql.ini files and file entries. See also sql.ini.
sql.ini fileThe Windows NT file containing definitions for each DirectConnect Server to which a workstation can connect. The file must be on every client machine that connects to Adaptive Servers. See also libtcl file. Compare with interfaces file.
System AdministratorThe user in charge of server system administration. For DirectConnect, the user responsible for installing and maintaining DirectConnect Servers and service libraries.
Systems Network ArchitectureAn IBM proprietary plan for transmitting information units through networks and controlling network configuration and operation.
TCP/IPSee Transmission Control Protocol/Internet Protocol.
Transaction Router ServiceThe DirectConnect program that accepts requests from workstation-based clients and routes them to Open ServerConnect.
Transaction Router Service libraryA service library that facilitates access to remote transactions, allowing customers to execute thousands of transactions from virtually any mainframe data source. See also service library.
transferA DirectConnect feature that allows users to move data or copies of data from one database to another. See also bulk copy transfer, destination-template transfer.
Transmission Control Protocol/Internet ProtocolA set of communication protocols that supports peer-to-peer connectivity functions for both local and wide area networks.
TRSSee Transaction Router Service.
TRS LibrarySee Transaction Router Service library.
UNIXAn operating system developed by Bell Laboratories that allows for multiple concurrent programs and users.
user IDUser identification. The ID number by which a user is known in a specific database or system.
utility programA computer program that supports computer processes, including diagnostic programs, trace programs, and sort programs.
wildcardA special character that represents a range of characters in a search pattern.
|
|