DMSII CLIENT ADMINISTRATOR S GUIDE
|
|
|
- Rhoda Briggs
- 9 years ago
- Views:
Transcription
1 DMSII CLIENT ADMINISTRATOR S GUIDE
2 Administrator's Guide DATABridge DMSII Client Version 6.2 Created on June 20, 2012
3 2013 Attachmate Corporation. All rights reserved. No part of the documentation materials accompanying this Attachmate software product may be reproduced, transmitted, transcribed, or translated into any language, in any form by any means, without the written permission of Attachmate Corporation. The content of this document is protected under copyright law even if it is not distributed with software that includes an end user license agreement. The content of this document is furnished for informational use only, is subject to change without notice, and should not be construed as a commitment by Attachmate Corporation. Attachmate Corporation assumes no responsibility or liability for any errors or inaccuracies that may appear in the informational content contained in this document. Attachmate and the Attachmate logo are registered trademarks and DATABridge is a trademark of Attachmate Corporation in the USA. All other trademarks, trade names, or company names referenced herein are used for identification only and are the property of their respective owners. A copy of the Attachmate software license agreement governing this product can be found in a 'license' file in the root directory of the software distribution. Third party notices (if any) can be found in a 'thirdpartynotices' file in the root directory of the software distribution. Attachmate Corporation 1500 Dexter Avenue North Seattle, WA USA
4 Contents About This Guide 5 Conventions 5 Abbreviations 5 Related Documentation 6 Introducing DMSII Client 7 Introducing the DMSII Client 8 Understanding the DATABridge Components 8 DMSII Client Support for DMSII Structure Types 10 Understanding How the DMSII Client Works 10 Installing, Configuring, and Starting the DMSII Client 13 Installation Requirements 13 Installing the DMSII Client 13 Installation Results 14 Configuring and Starting the DMSII Client 15 Modifying the DMSII Client DASDL File 17 Sample DMSII Client DASDL File 17 Modifying the DMSII Client Parameter File 21 DMSII Client Parameters 22 Command Reference 27 Starting and Stopping the DMSII Client 27 DMSII Client AX Commands 30 Database Update and Reorganization 31 When COMPILE Is Set to AUTO 31 When COMPILE Is Set to MANUAL 31 Incorporating Existing Databases 33 Incorporating an Existing Database 33 Troubleshooting 35 General Troubleshooting Procedures 35 Troubleshooting Table 36 Glossary of Terms 39 Index 49 iii
5
6 About This Guide This guide contains instructions for installing and configuring Attachmate DATABridge DMSII Client. This preface includes information to help you use this guide. To install, configure, and run this program, you should be a system administrator familiar with the following: Standard Unisys operations for MCP-hosted mainframes such as the CS7xxx series, Libra series, ClearPath NX/LX or ASeries DMSII databases and Data And Structure Definition Language (DASDL) Conventions This guide uses the following conventions and terms. Convention or Term this type style italic [square brackets] UPPERCASE MCP server host mainframe (terms) DBEnterprise (term) DBServer (term) Used to indicate text you type filenames and folder names onscreen messages emphasis document titles variables command options For example, [ true false ]. (Do not type the brackets.) DMSII data set and data item names Unisys ClearPath NX, LX or A Series mainframe DATABridge Enterprise Server DATABridge Server Accessory Abbreviations The following abbreviations are used throughout this guide and are provided here for quick reference. Abbreviation AA ABSN AFN Name Absolute Address Audit Block Serial Number Audit File Number 5
7 DATABridge DMSII Client Abbreviation API DASDL DMSII IDX MCP RPC SEG WFL Name Application Programming Interface Data and Structure Definition Language Data Management System II Index Master Control Program Remote Procedure Call Segment Work Flow Language Related Documentation The following is a list of the documentation you might need to consult when using DATABridge Twin. DATABridge Host DATABridge Plus Unisys Mainframe Before you can use DATABridge Twin, the DATABridge Host database replication software must be installed and operating on the primary system. Complete instructions are in the DATABridge Installation Guide, which is located in the DOCS folder on the DATABridge installation image or DVD. DATABridge Plus is a system library that offers near real-time access to DMSII audit files by enabling DATABridge to access the current audit file. It works with all DATABridge Accessories. You can find it and its documentation in the DOCS folder on DATABridge installation image or DVD. You should have available documentation for the Unisys ClearPath NX/LX series or A Series, DMSII, WFL, and CANDE. This guide lists only general instructions. If you are not completely familiar with DMSII configuration, for example, you may need to refer to the Unisys documentation. 6
8 C HAPTER 1 Introducing DMSII Client In this Chapter Introducing the DMSII Client 8 Understanding the DATABridge Components 8 DMSII Client Support for DMSII Structure Types 10 Understanding How the DMSII Client Works 10 This chapter explains what the DATABridge DMSII Client is, how it works, and the different components of DATABridge. 7
9 DATABridge DMSII Client Introducing the DMSII Client The DMSII Client is a mainframe program that works with the DATABridge host software to replicate (clone and then update) a DMSII database as another DMSII database. Updates to the client database occur as DMSII audit becomes available. The following diagram shows how the DMSII Client works: 1. The DMSII Client calls the DATABridge Server accessory to clone a specified database. 2. DATABridge Server calls the DATABridge Engine to clone the specified DMSII database. 3. The Engine accesses the specified DMSII database via the DMSII Accessroutines. 4. DATABridge Server receives extracted records from the Engine and calls the filter in DATABridge Support. 5. DATABridge Server sends records that satisfy the filter to the DMSII Client, which stores them. 6. calls the Engine to retrieve updates that occurred during the extraction. 7. The Engine reads the audit trail and sends the information to DATABridge Server, which calls the filter in DATABridge Support. 8. sends the changed information from the audit file to the DMSII Client. Understanding the DATABridge Components Each component of the previous diagram is explained in this section. DMSII Access routines The Access routines program is a DMSII utility that controls access to the database, reads and writes records, and creates the audit trail. 8
10 Introducing DMSII Client Audit Trail The audit trail contains all of the audit files generated for a database. The audit trail consists of audit files named as follows: databasename/auditnnnn where databasename is the name of the DMSII database, AUDIT is a literal, and nnnn is the audit file number (AFN), a number between 1 and For example, if you have a database named BANKDB, an audit file would be named similar to the following: BANKDB/AUDIT7714 DMSII Database One of the primary reasons to replicate a DMSII database is to provide data to end users with minimum impact on host resources. Therefore, the data you replicate should be the data that end users will request most often. Most sites do not clone entire DMSII databases. DATABridge Engine The DATABridge Engine (DBEngine) is the main part of the DATABridge replication software, which is explained in the DATABridge Host Administrator s Guide. DBEngine is a host system library that retrieves structural information, layout information, and data from the DMSII database and passes the information to DATABridge Server. Support Library The DATABridge Support Library provides filtering and translation to DATABridge Server (as well as other DATABridge Accessories). Once DATABridge Server receives data from DBEngine, it calls the Support Library to determine if the data should be replicated, and if so, DATABridge Server passes the data to the Support Library for formatting. In brief, the Support Library offers the following to the DMSII Client: Virtual data sets Virtual data sets appear as normal data sets to DATABridge Server and the DMSII Client, even though they do not actually exist in the DMSII database. Data set filtering Column filtering Row filtering For a complete explanation of data set, column, and row filtering, see the DATABridge Host Administrator s Guide. Server accessory The DATABridge Server accessory (also referred to as DBServer) provides communications between the DMSII Client and DBEngine on the host. DATABridge Server calls all DBEngine functions for the DMSII Client. In general, DATABridge Server responsibilities include the following: Communicating with the DMSII Client. If you configure the auto connect feature in both DATABridge Server and the DMSII Client, DATABridge Server initiates communication with the DMSII Client when audit files become available. If you do not use the auto connect feature, DATABridge Server waits until it is called by the DMSII Client. Sending replicated DMSII data from DBEngine to the DMSII Client. 9
11 DATABridge DMSII Client Sending DMSII database layout information from DBEngine to the DMSII Client. Note: Frequently, you can enhance performance by having the DMSII Client communicate with DATABridge Enterprise Server instead of DATABridge Server. To configure this, in the DMSII Client parameter file, enter the IP address of Enterprise Server instead of DATABridge Server. DMSII Client Support for DMSII Structure Types The DMSII Client supports data sets, remaps, and logical databases. Data sets in the client database will have additional data items that do not appear in the primary database. These data items make it easier to locate records during tracking. The DMSII Client makes embedded data sets disjoint in the client database. Consequently, application programs designed for the primary database may need to be modified in order to compile and run properly against the client database. Data Sets The DMSII Client supports all DMSII data set structure types except for the following. Compact data sets Data sets embedded within an ORDERED or COMPACT data set Embedded data sets if INDEPENDENTTRANS is reset Partitioned structures Note: For information on DMSII structure types supported by DATABridge Clients, see the DATABridge Client Administrator s Guide. Data Items The DMSII Client supports all types of DMSII data items except for the following: POPULATION COUNT FILLER AGGREGATE Understanding How the DMSII Client Works Following is a simplified description of how the DMSII Client works. This description starts after all of the necessary DATABridge database replication software and DMSII Client components are correctly installed and configured. 1. Run the DMSII Client WFL. 10
12 Introducing DMSII Client The DMSII Client contacts DATABridge Server for required database information to create the DASDL code that it then compiles as the client database. After this, the DMSII Client sends a request for data to DATABridge Server. 2. DATABridge Server initiates DBEngine to extract data from the specified database. DATABridge Server then sends the database information to the DMSII Client. 3. The DMSII Client populates the client database and then either waits for additional audit information or terminates. If the DMSII Client waits for additional audit information, it periodically contacts DATABridge Server to see if updates are available. If the DMSII Client terminates and it is registered for auto connect requests, DATABridge Server will initiate the DMSII Client when additional audit information becomes available. 4. As audit becomes available, DATABridge Server uses DBEngine to retrieve the afterimages of modified records, which it then sends to the DMSII Client. 5. The DMSII Client updates the client database with the new information and then either waits for additional audit information or terminates. 11
13
14 C HAPTER 2 Installing, Configuring, and Starting the DMSII Client In this Chapter Installation Requirements 13 Installing the DMSII Client 13 Configuring and Starting the DMSII Client 15 This chapter explains how to install, configure, and start the DMSII Client. Installation Requirements You can install the DMSII Client to either the same mainframe where you installed the DATABridge database replication software or you can install it to a different mainframe. The DMSII Client runs on all Unisys MCP-hosted mainframes. For the DMSII Client to work properly, your host systems must meet the following requirements: Your system must use MCP level SSR 49.1 through You must be running DATABridge Host software 5.0 or later. Installing the DMSII Client Use this procedure to install the DMSII Client. To install the DMSII Client 1. Sign on to the usercode where you plan to install the DMSII Client. 2. Copy the DMSII Client installation WFL from the release medium to your host. Use one of the following methods: If you are installing from DVD, use the following command: WFL UNWRAP *WFL/DATABRIDGE/INSTALL AS WFL/DATABRIDGE/INSTALL OUTOF *INSTALL FROM DBXX (CD) TO DISK (RESTRICTED = FALSE) where XX is the version of the software with no decimals. For example, DB62. It is recommended that you install to a privileged usercode. If you install from DVD to a nonprivileged usercode, all object files will be marked as restricted, which causes the installation WFL to pause (step 4). 13
15 DATABridge DMSII Client If you are installing from uploaded files, upload DISKINSTALL and IMAGE files using a file transfer tool capable of binary/ image transfers to the usercode where DATABridge is to be installed. Sign on to the usercode and then use the following command: WFL UNWRAP *WFL/DATABRIDGE/INSTALL AS WFL/DATABRIDGE/INSTALL OUTOF DISKINSTALL 3. From CANDE, start the installation WFL as follows: START WFL/DATABRIDGE/INSTALL ("DMSIICLIENT" [, "familyname"]) where familyname is an optional pack name that defaults to DISK. This allows family substitution to determine where the DMSII Client will be installed. If you use this parameter, do not type the [brackets], but do type the quotation marks. Installation Results The following files are copied to the usercode you designated when you installed the DMSII Client: File name DATA/DMSIICLIENT/README DATA/DMSIICLIENT/SAMPLE/ CONTROL Description CANDE text file that lists important notices and last minute information about the DMSII Client Sample parameter file for the DMSII Client See Modifying the DMSII Client Parameter File (page 20) for an example. OBJECT/DATABRIDGE/DMSIICLIENT OBJECT/DATABRIDGE/ DMSIICLIENT/AUTOCONNECT OBJECT/DATABRIDGE/KEYENTRY Object code for the DMSII Client Object code for the auto connect feature Object code used during installation to insert Attachmate access code (key) information that enables the software license PATCH/DATABRIDGE/DMSIICLIENT/ SAMPLE/DASDL SYMBOL/DATABRIDGE/INTERFACE SYMBOL/DATABRIDGE/DMSIICLIENT/LIB WFL/DATABRIDGE/INCLUDE/ DBTITLE WFL/DATABRIDGE/INSTALL WFL/DATABRIDGE/DMSIICLIENT WFL/DATABRIDGE/DMSIICLIENT/COMPILED B Sample patch file to specify DASDL particulars See Modifying the DMSII Client DASDL File (page 17) for an example. Source code INCLUDE file for the API (ALGOL file type) Library source code used by the DMSII Client when accessing a client database Work flow that parses the DMSII database title for all other WFLs Work flow for installing the DMSII Client Work flow for executing the DMSII Client Work flow for compiling the DMSII Client database when using the manual compile option 14
16 Installing, Configuring, and Starting the DMSII Client WFL/DATABRIDGE/DMSIICLIENT/ REORGDB Work flow for compiling the DMSII Reorganization program for generating the sets for a cloned data set. WFL/DATABRIDGE/BACKUPTAILORED Workflow for backing up tailored DMSII software, DESCRIPTION and MSUPPORT, with the update level as the last node of the file titles. Configuring and Starting the DMSII Client Complete the following steps to configure and start the DMSII Client to clone the DMSII database. Note: If you set COMPILE MANUAL (typically used when the DASDL and DMALGOL compilers are not available to the DMSII Client software) in the DMSII Client parameter file, there are several manual steps you must complete as documented in steps 6 through 13 below. 1. Get the DMSII Client DASDL patch file using CANDE, as follows: GET PATCH/DATABRIDGE/DMSIICLIENT/SAMPLE/DASDL AS PATCH/ DATABRIDGE/DMSIICLIENT/clientdbname/DASDL where clientdbname is the name of the client database you are creating. It is strongly recommended that the name of the client database be different from the name of the primary database so that there is no confusion as to which database you are using. 2. Modify and then save the DMSII Client DASDL patch file to reflect settings for your site. See Modifying the DMSII Client DASDL File (page 17). 3. Get the DMSII Client parameter file using CANDE, as follows: GET DATA/DMSIICLIENT/SAMPLE/CONTROL AS DATA/DMSIICLIENT/ clientdbname/control where clientdbname is the name of the client database you are creating. 4. Modify and then save the DMSII Client parameter file to reflect settings for your site. See Modifying the DMSII Client Parameter File (page 20). 5. Start the DMSII Client by entering the following command: START WFL/DATABRIDGE/DMSIICLIENT ("clientdbname") where clientdbname is the name of the client database you are creating. The DMSII Client will generate and compile the DASDL for the client database. 15
17 DATABridge DMSII Client The message that appears next depends on your setting for the COMPILE parameter in the DMSII Client parameter (step 2). If COMPILE AUTO Then The DMSII Client displays the following message and then waits for the DMSupport library to compile: Waiting for DMSupport compilation After DMSupport is compiled, the client database will be initialized with empty structures and then the DMSII Client will clone the primary database. At this point, you are finished with this procedure. Go to What to Do Next below. COMPILE MANUAL The DMSII Client displays the following message and then terminates: Use WFL/DATABRIDGE/DMSIICLIENT/COMPILEDB to compile clientdbname Continue with step Compile the client database by starting the following WFL: WFL/DATABRIDGE/DMSIICLIENT/COMPILEDB ("clientdbname") where clientdbname is the name of the client database you are compiling. 7. When the COMPILEDB WFL is finished, if the compiled software is on a different pack or usercode than the DMSII Client, copy the following files to the DMSII Client usercode and pack: DESCRIPTION/clientdbname DMSUPPORT/clientdbname RECONSTRUCT/clientdbname OBJECT/DATABRIDGE/DMSIICLIENT/LIB/clientdbname 8. Create the empty database structure by running the following utility: SYSTEM/DMUTILITY ("DB= clientdbname INITIALIZE =") 9. Run the DMSII Client to clone the database by entering the following command: START WFL/DATABRIDGE/DMSIICLIENT ("clientdbname") What to Do Next The DMSII Client either waits for additional audit information or terminates, depending on the value of the MAXWAIT option in the parameter file. At this point, the client database is ready to use. If you want to view the status of the DMSII Client, enter the AX STATUS command as described in AX STATUS (page 30). You can register the DMSII Client for auto connect so that DATABridge Server initiates it when updates are available. To do this, enter the REGISTER command as described in Starting the DMSII Client Using an Optional Second Parameter (page 27). 16
18 Modifying the DMSII Client DASDL File Installing, Configuring, and Starting the DMSII Client The DMSII Client DASDL file (PATCH/DATABRIDGE/ DMSIICLIENT/clientdbname/DASDL) is the source file for the client database. It provides information on where and how the client database will be created. Although this is not a typical option, if you want to make the client database unaudited for improved performance and reduced disk storage, you could set the $ UNAUDITED option to compile the library for an unaudited client database. The cost of this is recloning or reloading the database if a failure occurs on the secondary system. The DMSII Client DASDL file follows the procedure below. Note: If you are completing step 2 in Configuring and Starting the DMSII Client (page 15), use the following information to configure your DMSII Client DASDL file. After you have configured the DMSII Client DASDL file, continue with step 3 above. Modify the DASDL file settings by completing the following steps: 1. Set the FAMILYNAME attribute in the AUDIT TRAIL section. 2. For any primary-side sets you want declared on the client side, declare the following somewhere near the top in the DASDL file: $ SET setname1 setname2 setname For any primary-side subsets you want declared on the client side, declare one of the following somewhere near the top in the DASDL file: $ SET ALLSUBSETS or $ SET subsetname1 subsetname2 subsetname Change other parameters and audit trail attributes indicated in the comments of the DASDL file, if desired. If you decide to change any of these parameters and audit trail attributes, refer to your Unisys DMSII Data and Structure Definition Language (DASDL) Programming Reference manual for detailed information about the parameters and audit file attributes. Sample DMSII Client DASDL File Following is the sample DMSII Client DASDL file (PATCH/DATABRIDGE/DMSIICLIENT/clientdbname/DASDL) that you must modify by replacing the items in angle brackets with your entry. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % A Series DATABridge DMSIIClient DASDL Skeleton % % % % Source: PATCH/DATABRIDGE/DMSIICLIENT/SAMPLE/DASDL % % Object: % % % % Copyright (C) 2012 Attachmate Corporation % % All Rights reserved % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% This is the user-modifiable DASDL skeleton for the DATABridge 17
19 DATABridge DMSII Client Client program for DMSII. Before generating a database with the DMSII Client, you may modify this file with local preferences. The PARAMETERS and AUDIT TRAIL attributes can be adjusted as desired. The DMSII Client can function with any settings in these sections. By default, the DMSII Client database will not have any of the sets found in the original database. The generated DASDL, however, does contain the declarations for these sets surrounded by a pair of $ SET OMIT = ^ <setname> and $ POP OMIT. The <setname> is the original name of the set minus any hyphens. If you want to include any of these sets in the client database you should put $ SET <setname> in this file *before* the insertion point, which is marked by "@". For example, if you want to include the sets CUSTNAMESET and ORD-BY-DATE in the client database you should put the following lines in this file: $ SET CUSTNAMESET $ SET ORDBYDATE Important! Save this file as PATCH/DATABRIDGE/DMSIICLIENT/<clientdb>/DASDL. Modification history Version Initial version. Version Added POPULATIONINCR = 100 to avoid waiting entries messages about population increases. Version Added $ UNAUDITED for compiling an unaudited database. Version Removed the FAMILYNAME option from the DEFAULTS declaration because the DMSII Client now generates it from the CLIENT DATABASE option. Similarly, the CONTROL FILE declaration has been removed because it is now generated. End History $ POP OMIT DEFAULTS ( %- SECURITYGUARD = <guardfiletitle>, CHECKSUM = TRUE, DATASET ( %- SECURITYGUARD = <guardfiletitle>, BUFFERS = PER RANDOM USER OR 2 PER SERIAL USER, REBLOCK = TRUE, POPULATIONINCR = 100, POPULATIONWARN = 0, LOCK TO MODIFY DETAILS ) SET ( %- SECURITYGUARD = <guardfiletitle>, CHECKSUM = TRUE ) ); %============================================================= % Don't change any OPTIONS %============================================================= 18
20 Installing, Configuring, and Starting the DMSII Client OPTIONS ( $ SET OMIT = UNAUDITED AUDIT, INDEPENDENTTRANS, REAPPLYCOMPLETED, $ POP OMIT % UNAUDITED ADDRESSCHECK % ADDRESSCHECK must be set ); %============================================================= % Change PARAMETERS as desired for better performance. %============================================================= PARAMETERS ( $ SET OMIT = UNAUDITED $ POP OMIT % UNAUDITED SYNCPOINT = 100 TRANSACTIONS, CONTROLPOINT = 20 SYNCPOINTS, ALLOWEDCORE = , OVERLAYGOAL = 5 ); %============================================================= % Change AUDIT TRAIL as desired for better performance. %============================================================= $ SET OMIT = UNAUDITED AUDIT TRAIL ( %============================================================= % Set FAMILYNAME to the pack for the audit files. %- FAMILYNAME = <auditpack> COPY TO TAPE AND REMOVE, %============================================================= AREAS = 10, AREASIZE = 1000 BLOCKS, BLOCKSIZE = 4080 WORDS, UPDATE EOF = 100 BLOCKS, CHECKSUM = TRUE ); $ POP OMIT % UNAUDITED %============================================================= % Audit location data set for keeping track of our position % in the primary database. % % *DO NOT MODIFY* %============================================================= AUDITLOCATION DATASET ( AL-STRNUM NUMBER (4) INITIALVALUE 0; AL-RECTYPE NUMBER (3) INITIALVALUE 0; AL-MODE NUMBER (1) INITIALVALUE 0; AL-AFN NUMBER (4) INITIALVALUE 0; AL-ABSN REAL (S11) INITIALVALUE 0; AL-SEG REAL (S11) INITIALVALUE 0; AL-INX REAL (S11) INITIALVALUE 0; 19
21 DATABridge DMSII Client AL-TIME REAL INITIALVALUE 0; AL-HOSTINFO REAL INITIALVALUE 0; ), BLOCKSIZE = 30 RECORDS; ALSET SET OF AUDITLOCATION KEY ( AL-STRNUM, AL-RECTYPE ) NO DUPLICATES; %============================================================= % Select predefined sets %============================================================= % Put $ SET <setname> here for any desired sets from the % primary database. %$ SET CUSTNAMESET % The following line is the "insertion point" where the % generated structures will be Insertion point -- Do NOT delete this line. %============================================================= % Logical databases and physical attributes %============================================================= % Put any logical databases or physical % attributes of specific structures here. %============================================================= % End DMSII Client DASDL %============================================================= 20
22 Installing, Configuring, and Starting the DMSII Client Modifying the DMSII Client Parameter File The DMSII Client parameter file (DATA/DMSIICLIENT/clientdbname/CONTROL) is a SEQDATA file. It provides information on where and how to locate the DATABridge Server SOURCE for the primary database. Note: If you are completing step 4 in Configuring and Starting the DMSII Client (page 15), use the following information to configure your DMSII Client parameter file. After you have configured the DMSII Client parameter file, continue with step 5. The following is the sample DMSII Client parameter file that you must modify by replacing the items in angle brackets with your entry. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % A Series DATABridge DMSII Client Parameter File % % % % Source: DATA/DMSIICLIENT/SAMPLE/CONTROL % % % % Version: 6.2 % % % % Copyright (C) 2012 Attachmate Corporation % % All Rights reserved % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Name of the *** Client *** database. % The client database files will be created on the % <dbpack> family under the <usercode> usercode. CLIENT DATABASE "(<usercode>)<clientdb> ON <dbpack>" % Client database DMSUPPORT title. % Default: (<usercode>)dmsupport/<clientdb> ON <dbpack> % DMSUPPORT "<DMSupporttitle>" % (Optional) % Client database Reconstruct title. % Default: (<usercode>)reconstruct/<clientdb> % ON <dbpack> % RECONSTRUCT "<Reconstructtitle>" % (Optional) % DMSII software titles DMCONTROL DMUTILITY DMALGOL DASDL BUILDREORG REORGSYM PROPERTIES "SYSTEM/DMCONTROL ON DISK" "SYSTEM/DMUTILITY ON DISK" "SYSTEM/DMALGOL ON DISK" "SYSTEM/DASDL ON DISK" "SYSTEM/BUILDREORG ON DISK" "DATABASE/REORGSYMBOLIC ON DISK" "DATABASE/PROPERTIES ON DISK" % How to locate the DBServer SOURCE... SOURCE <sourcename> % SOURCE name in the DBServer parameter file AT <host> % the DBServer hostname or IP address VIA TCPIP % network protocol: TCPIP, HLCN, BNA 21
23 DATABridge DMSII Client PORT <portnumber> % the DBServer port number, e.g % example: SOURCE BANKDB AT PRODHOST VIA TCPIP PORT 3000 % When waiting for an audit file... RETRY 60 % seconds delay between retries MAXWAIT FOREVER % max total seconds to wait % (FOREVER means to retry indefinitely; % DONTWAIT means do not retry at all) COMPILE AUTO % automatically compile% COMPILE MANUAL % user is responsible for compiling % the client database using % WFL/DATABRIDGE/DMSIICLIENT/COMPILEDB % Disable the following data sets... % DISABLE dataset1, dataset2,... % DISABLE ALL EXCEPT dataset1, dataset2,... DMSII Client Parameters Note the following for the format of the DMSII Client parameter file: You can list the options in the parameter file in any order. You can list multiple options on a single line. You can split options across multiple lines. There is no termination character. There is no continuation character. The comment character is the percent sign (%). The comment character can appear anywhere on a line and anything after the comment character is ignored. If you name any entry the same as a parameter file keyword, enclose the name in quotation marks. For example, if you create a filter named SOURCE (which is also the name of a keyword in the DMSII Client parameter file), enclose SOURCE in quotation marks as follows: FILTER "SOURCE" The remainder of this section explains each option in the DMSII Client parameter file. CLIENT DATABASE Required. Enter the name you want to use for the client database. It is strongly recommend that the name of the client database be different from the name of the primary database so that there is no confusion as to which database you are using. If you specify the optional usercode and dbpack, they apply to the DMSII CONTROL file and the database files, as in this example: CLIENT DATABASE "(DBRIDGE)BANKCLIENTDB ON DBPACK" In this example: The generated client database files (CONTROL file, data sets, and sets) will have the DBRIDGE usercode and reside on DBPACK. 22
24 Installing, Configuring, and Starting the DMSII Client By default, DMSUPPORT will have the DBRIDGE usercode and reside on DBPACK. The DESCRIPTION file will be on the database family under the usercode the DMSII Client is running under. DMSUPPORT Optional. If you want the DMSupport library for the client database to have a specific name, enter that name in this parameter. The default support library is as follows: (dbusercode)dmsupport/clientdbname ON dbpack RECONSTRUCT Optional. If you want the Reconstruct program for the client database to have a specific name, enter that name in this parameter. The default program name is as follows: (dbusercode)reconstruct/clientdbname ON dbpack DMS Software Titles Optional. The DMSII Software Titles parameter allows you to specify a different title for a variety of DMSII-related programs. This allows you to use nonstandard names for these programs, in addition to specifying usercodes and pack names, as in the following examples: DMCONTROL "(500)SYSTEM/DMCONTROL ON SYSPACK" DMUTILITY "SYSTEM/500/DMUTILITY ON SYSPACK" DMALGOL "*SYSTEM/DMALGOL ON SYSPACK" DASDL "SYSTEM/DASDL ON SYSPACK" BUILDREORG "SYSTEM/BUILDREORG ON SYSPACK" REORGSYM "DATABASE/REORGSYMBOLIC ON DBPACK" PROPERTIES "DATABASE/PROPERTIES ON DBPACK" SOURCE Required. The SOURCE parameter is a four-part parameter that enables the DMSII Client to link up with DATABridge Server. The syntax of the SOURCE parameter is as follows: SOURCE sourcename AT host VIA protocol PORT portnumber Where Is sourcename host The name of the SOURCE option in the DBServer parameter file. The SOURCE option in the DBServer parameter file is a unique name that is assigned to the database you want to replicate. One of the following for the mainframe where the DATABridge Server resides: TCP/IP The host name or the IP address BNA The host name HLCN The netaccesspoint Note: The host name can contain multiple nodes separated by periods. protocol Your network protocol TCPIP, BNA, or HLCN. portnumber The DATABridge Server port number (using TCP/IP) or name (if using BNA or HLCN). RETRY 23
25 DATABridge DMSII Client Optional. The default is 60 seconds. Enter the number of seconds you want the DMSII Client to wait before it retries its available audit check. If more audit is unavailable, the DMSII Client will wait the number of seconds you specify before checking again. MAXWAIT Optional. The default is FOREVER. Enter the maximum number of seconds you want the DMSII Client to wait for more audit to become available. Since the DMSII Client is designed to run continuously, you can use the default of FOREVER to indicate there is no limit to the waiting time. You can also enter DONTWAIT to indicate that the DMSII Client should immediately terminate when no updates are available. When you enter a value, the DMSII Client will check for more audit every nn seconds, where nn is the value of the RETRY option. If the MAXWAIT time expires before more audit becomes available, the DMSII Client terminates. Once the DMSII Client terminates, you must restart it manually, unless you enabled the auto connect feature. See REGISTER in Starting the DMSII Client Using an Optional Second Parameter (page 27) for instructions on registering the DMSII Client for auto connect. COMPILE Optional. The default is COMPILE AUTO. This parameter determines whether or not the DMSII Client will automatically compile the client database and support library when the client database is created or in the event of a reorganization. If the DASDL and DMALGOL compilers are not available to the DMSII Client software, use the COMPILE MANUAL option. When you run the DMSII Client with the COMPILE MANUAL option set, the DMSII Client will generate the client database DASDL source and the patch files for the support library and then terminate with the following message: "Use WFL/DATABRIDGE/DMSIICLIENT/COMPILEDB to compile clientdbname" For instructions, see When COMPILE Is Set to MANUAL (page 31). INSERT SERVER TIMESTAMP Optional. This parameter adds a timestamp to each data set record that contains the time the application on the primary system last updated the record. If you want to use the INSERT SERVER TIMESTAMP parameter, you must add it to the DMSII Client parameter file. By default, it does not appear in the file. DISABLE Optional. This parameter allows you to exclude specific data sets from being replicated to the client database. Use this parameter when you want to exclude a portion of a database from being replicated. To exclude a portion of a database, enter the data sets that you want to exclude in this field, separated by commas, as in the following example: DISABLE CUSTOMER, ACCOUNT, EMPLOYEES When the client database is generated, any disabled data sets are omitted from the DASDL. If a data set is disabled after the initial client database is generated it remains in the client database but none of its updates are replicated. DISABLE ALL EXCEPT Optional. This parameter allows you to exclude all data sets except the ones listed from being replicated to the client database. Use this parameter when you want to include only a portion of a database. 24
26 Installing, Configuring, and Starting the DMSII Client To replicate a portion of a database, enter the data sets that you want to replicate in this field, separated by commas, as in the following example: DISABLE ALL EXCEPT CUSTOMER, ACCOUNT, EMPLOYEES When the client database is generated, any disabled data sets are omitted from the DASDL. If a data set is disabled after the initial client database is generated it remains in the client database but none of its updates are replicated. 25
27
28 C HAPTER 3 Command Reference In this Chapter Starting and Stopping the DMSII Client 27 DMSII Client AX Commands 30 This chapter explains the DMSII Client commands. Starting and Stopping the DMSII Client This section describes how to start and stop the DMSII Client. For normal processing, use the START WFL/DATABRIDGE/DMSIICLIENT ("clientdbname") command. Depending on your processing needs, you might use one of the following optional second parameters. The DMSII Client defaults to the UPDATE command if you do not add a second parameter to the START WFL. Starting the DMSII Client Using an Optional Second Parameter By adding an optional second parameter to the START WFL/DATABRIDGE/DMSIICLIENT command, you can change how the DMSII Client runs. Following are the optional parameters that you can use: UPDATE [datasetlist] CLONE [datasetlist] STATUS [datasetlist] REGISTER port [password] CLEAN LOCATION afn absn seg inx UPDATE CLONE START WFL/DATABRIDGE/DMSIICLIENT ("clientdbname","update [datasetlist]") Use this command to process data set record updates. If you specify a list of data sets, only those data sets will be updated. START WFL/DATABRIDGE/DMSIICLIENT ("clientdbname","clone [datasetlist]") Use this command to reclone data sets. If you specify a list of data sets, only those data sets will be recloned. 27
29 DATABridge DMSII Client STATUS STATUS START WFL/DATABRIDGE/DMSIICLIENT ("clientdbname","status [datasetlist]") Use this command to generate a report showing the data set structure number, name, mode (which can be normal, clone, fixup, purge, or reorg), and audit location. If you specify a list of data sets, only those data sets will appear in the report. The following is an example of status report: Str# Name Mode AFN ABSN Segment Index Host info (common) normal C9729CD2FB 1 BANKDB normal C9729CD2FB 2 MASTER-DS normal C9729CD2FB 3 ORDERED-DS normal C9729CD2FB 5 EMB-STANDARD normal C9729CD2FB 8 RSDATA normal C9729CD2FB 10 BANK normal C9729CD2FB 12 BRANCH normal C9729CD2FB 14 CUSTOMER normal C9729CD2FB 17 TELLER normal C9729CD2FB 19 ACCOUNT normal C9729CD2FB 19 ACCOUNT (1) normal C9729CD2FB 19 ACCOUNT (2) normal C9729CD2FB 19 ACCOUNT (3) normal C9729CD2FB 19 ACCOUNT (4) normal C9729CD2FB 19 ACCOUNT (5) normal C9729CD2FB 23 TRIALBALANCES normal C9729CD2FB 25 ADDRESSES normal C9729CD2FB 28 DIS-ORDERED normal C9729CD2FB 32 L1 normal C9729CD2FB 33 L2 normal C9729CD2FB 34 L3 normal C9729CD2FB 43 FUNNY-STUFF normal C9729CD2FB 47 SHORT-VF normal C9729CD2FB 47 SHORT-VF (2) normal C9729CD2FB 47 SHORT-VF (5) normal C9729CD2FB 28
30 Command Reference 50 MERGED normal C9729CD2FB 50 MERGED (1) normal C9729CD2FB 50 MERGED (2) normal C9729CD2FB REGISTER CLEAN REGISTER START WFL/DATABRIDGE/DMSIICLIENT ("clientdbname","register port [password]") Use this command to register the DMSII Client to listen to the specified port for auto connect requests, which indicates that additional audit information is available. If additional audit file information is available, the DATABridge Server initiates the DMSIIClient, which automatically requests updates from the primary database and then updates the client database. The port number must match the AUTO CONNECT port number specified in the DBServer parameter file (refer to DATABridge Server in the DATABridge Host Administrator s Guide). The password must be the password you use to sign on to the usercode containing the DMSII Client software. If you do not supply a password, you must enter the following command from MARC or the ODT to modify the registration with the proper password so that the DMSII Client will run under the proper usercode: NA REG MOD PROV DBCLIENTportPROV TASK ATTRIBUTES (VALUE=port; TASKSTRING="clientdbname";USERCODE=usercode/password) The REGISTER command creates a file called DATA/DMSIICLIENT/clientdbname/AUTOCONNECT, which contains the NA commands to register it. If you perform the REGISTER command under a privileged usercode, the DMSII Client automatically loads the file and registers it. If you are running under a nonprivileged usercode, enter the following from either the ODT or a privileged usercode in MARC: NA LOAD (usercode)data/dmsiiclient/clientdbname/autoconnect ON familyname where usercode is the nonprivileged usercode used to run the DMSII Client REGISTER command and familyname is the pack where you ran the DMSII Client REGISTER command. START WFL/DATABRIDGE/DMSIICLIENT ("clientdbname","clean") Use this command to remove the client database and regenerate it from scratch. LOCATION START WFL/DATABRIDGE/DMSIICLIENT ("clientdbname","location afn absn seg inx") Use this command to insert a specific audit location in the DMSII Client database control table. The next time the DMSII Client runs, it will start retrieving updates from this point. This command is intended for sites that load a clone of the primary database using a method other than the DMSII Client. Caution: The DMSII Client will not check the validity of the indicated audit location. 29
31 DATABridge DMSII Client Stopping the DMSII Client In most cases, you do not need to stop the DMSII Client. However, if you do want to stop the DMSII Client, enter the following: mixnumber AX QUIT where mixnumber is the mix number of the DMSII Client. The DMSII Client will terminate at the next quiet point. DMSII Client AX Commands You can enter the following AX commands anytime the DMSII Client is running. AX STATUS To display the current AFN, ABSN, number of successful updates, and errors, enter the following: AX QUIT mixnumber AX STATUS where mixnumber is the mix number of the DMSII Client. The following is an example of what appears when you enter an AX STATUS command: DMSIIClient: AFN=38, ABSN=17877, updates=301, errors=0. The following is an example of what appears when you enter an AX QUIT command: DMSIIClient: Terminating at end of transaction group. DMSIIClient: AFN=38, ABSN=17877, updates=0, errors=0. DMSIIClient: [0007]: Active audit file 39 is unavailable. To restart the DMSII Client see Starting and Stopping the DMSII Client (page 27). AX HELP To display the AX commands that you can use with the DMSII Client, enter the following command: mixnumber AX HELP where mixnumber is the mix number of the DMSII Client. The following is an example of what appears when you enter an AX HELP command: DMSIIClient: Valid commands: STATUS, QUIT. 30
32 C HAPTER 4 Database Update and Reorganization In this Chapter When COMPILE Is Set to AUTO 31 When COMPILE Is Set to MANUAL 31 This chapter contains information on what to do if there is a DASDL update or reorganization of the primary database. There are two ways to compile the client DASDL and the DMSII Client Library, depending on how you configured the COMPILE parameter. When COMPILE Is Set to AUTO If you set the COMPILE option to AUTO and a reorganization of the primary database occurs, the DMSII Client automatically generates the client database DASDL source and patch files for the DMSII Client support library, initiates several jobs to update the client database, and then displays the following: Waiting for DMSupport compilation After the DMSUPPORT library is compiled, the DMSII Client will compile and run a Reorganization program. The DMSII Client then resumes normal processing. Note: The DASDL source generated by the DMSIII Client is now named SOURCE/DATABRIDGE/DMSIICLIENT/DASDL/databasename instead of SYMBOL/DATABRIDGE/DMSIICLIENT/DASDL/databasename. When COMPILE Is Set to MANUAL If you set the COMPILE option to MANUAL and a reorganization of the primary database occurs, the DMSII Client automatically does the following: Generates the client database DASDL source and patch files for the DMSII Client support library. Note: The DASDL source generated by the DMSIII Client is now named SOURCE/DATABRIDGE/DMSIICLIENT/DASDL/databasename instead of SYMBOL/DATABRIDGE/DMSIICLIENT/DASDL/databasename. Terminates with the following message: "Use WFL/DATABRIDGE/DMSIICLIENT/COMPILEDB to compile clientdbname" At this point, you must do the following: 31
33 DATABridge DMSII Client 1. Have the system administrator who has access to the DASDL and DMALGOL compilers start the following WFL to compile the client database and the DMSII Client support library: START WFL/DATABRIDGE/DMSIICLIENT/COMPILEDB ("clientdbname") 2. After WFL/DATABRIDGE/DMSIICLIENT/COMPILEDB is finished, if the compiled software is on a different pack or usercode than the DMSII Client, copy the following files to the DMSII Client usercode and pack: DESCRIPTION/clientdbname DMSUPPORT/clientdbname RECONSTRUCT/clientdbname OBJECT/DATABRIDGE/DMSIICLIENT/LIB/clientdbname 3. Start the DMSII Client by entering the following command: START WFL/DATABRIDGE/DMSIICLIENT ("clientdbname") where clientdbname is the name of your client database. The DMSII Client updates the client database and then resumes normal processing. 32
34 C HAPTER 5 Incorporating Existing Databases In this Chapter Incorporating an Existing Database 33 This chapter contains information on how to use the DMSII Client to add its data sets to an existing database. Normally, when you run the DMSII Client the first time, it creates the client database. However, if you already have a database and you want to merge the information in that database with replicated information from the primary database, you can modify the DMSII Client to do so. The DMSII Client will not access or modify any of the pre-existing data sets. Those data sets will be updated by the application software, independently of the DMSII Client. (The DMSII Client will update any data sets that it adds to the database.) Incorporating an Existing Database To have the DMSII Client add its data sets to an existing database, complete the following steps: 1. Use CANDE or another editor to copy the DASDL source file of the existing database, as follows GET existing_clientdb_source AS PATCH/DATABRIDGE/ DMSIICLIENT/clientdbname/DASDL 2. Insert the following line after the OPTIONS parameter in the DASDL file you just created: $ SET INITIALIZENEW AUTOREORG 3. Declare the following structures somewhere in the DASDL file: AUDITLOCATION DATASET ( AL-STRNUM NUMBER (4) INITIALVALUE 0; AL-RECTYPE NUMBER (3) INITIALVALUE 0; AL-MODE NUMBER (1) INITIALVALUE 0; AL-AFN NUMBER (4) INITIALVALUE 0; AL-ABSN REAL (S11) INITIALVALUE 0; AL-SEG REAL (S11) INITIALVALUE 0; AL-INX REAL (S11) INITIALVALUE 0; AL-TIME REAL INITIALVALUE 0; AL-HOSTINFO REAL INITIALVALUE 0; 33
35 DATABridge DMSII Client ), BLOCKSIZE = 30 RECORDS; ALSET SET OF AUDITLOCATION KEY ( AL-STRNUM, AL-RECTYPE ) NO DUPLICATES; 4. For any primary-side sets you want declared on the client side, declare the following somewhere above the insertion point (see step 6) in the DASDL file: $ SET setname1 setname2 setname For any primary-side subsets you want declared on the client side, declare one of the following somewhere above the insertion point (see step 6) in the DASDL file: $ SET ALLSUBSETS or $ SET subsetname1 subsetname2 subsetname Type the following line where you want the declarations for the primary-side structures to appear, which must be somewhere after the $ SET setname, and $ SET subsetname lines, if Insertion point -- Do NOT delete this line. 7. Save the DASDL. What to Do Next Configure and then start the DMSII Client as described in Configuring and Starting the DMSII Client (page 15). Make sure that you use the existing database name as the client database name. 34
36 Troubleshooting This appendix contains troubleshooting information. In this section General Troubleshooting Procedures 35 Troubleshooting Table 36 General Troubleshooting Procedures If you have problems running the DMSII Client, complete the following steps: 1. Make sure your system meets the minimum hardware and software requirements necessary to use the product. See Installation Requirements (page 13) for this information. 2. If your primary and client databases are on separate mainframes, ensure that the mainframes are communicating, as follows: If you are using BNA or HLCN, try copying a file between the two mainframes. If you are using TCP/IP, try the PING function. 3. Is DATABridge Server running on the primary system? Check the mix to make sure. If it is not running, refer to DATABridge Server in the DATABridge Host Administrator s Guide for instructions on how to start it. 4. Verify that your entries in the DMSII Client parameter file match your entries in the DBServer parameter file. See Modifying the DMSII Client Parameter File (page 20) for information about setting the DMSII Client parameters. Refer to the DATABridge Host Administrator s Guide for instructions on configuring the DBServer parameter file. 5. Check the status of the DMSII Client. See AX STATUS (page 30) for instructions. 6. Resolve any errors that you receive. If you are receiving error messages that you don t understand, see the DATABridge Error Guide for help resolving these messages. 7. If you cannot identify and solve the problem without assistance, contact your product distributor. Call from a location where you have access to the problem mainframe. 8. Troubleshoot the problem using information available from Attachmate Technical Support. This service directly links you to our internal help desk system, 24 hours a day, 7 days a week. 9. Contact Attachmate Technical Support: 35
37 DATABridge DMSII Client Troubleshooting Table The following table lists common problems and their solutions. For a complete list of DMSII Client errors, see the DATABridge Error Guide. Problem The DMSII Client gets a PORT file I/O error and terminates Solution Start DATABridge Server. Refer to the DATABridge Host Administrator's Guide for instructions on how to start it. DATABridge Server must be running for the DMSII Client to contact it. If it s not running, the DMSII Client tries until it eventually gets a PORT file I/O error and terminates. Additionally, make sure that the communication transport, such as TCP/IP, is running on both systems. Any of the following occur: Disk crash on the system where the DMSII Client is installed. Reorganization of the original database. Loss of communications between the primary and client database. The DMSII Client terminates with the following message: mixnumber DBDMSIIClient: >>> [4002] Unable to connect to port nnnn athostname: The OPEN operation failed because an abort was sent by the correspondent endpoint <<< Note: When this occurs after the initial clone, you do not have to repeat the initial clone. Perform the procedure described in Database Update and Reorganization (page 31). Check the following: Verify that DATABridge Server is running on the primary system. If not, refer to the DATABridge Host Administrator s Guide for instructions on how to start it. Verify that the parameter settings in the DMSII Client parameter file match the parameter settings in the DBServer parameter file and vice versa. See Modifying the DMSII Client Parameter File (page 20) for information about setting the DMSII Client parameters. Refer to the DATABridge Host Administrator s Guide for information about setting the DBServer parameters. If you are using separate mainframes, verify that communication between the mainframes is functional, as follows: For BNA or HLCN, try a file copy between the two hosts. For TCP/IP, try the PING function. 36
38 Troubleshooting 37
39
40 Glossary of Terms A About this Glossary This section includes terms that are unique to DATABridge, as well as terms that are standard for DMSII databases. Note: Some of the terms listed here are standard terms for Unisys mainframes. Complete, detailed definitions for these terms can be found in Unisys ClearPath NX, LX or A Series documentation. ABSN Audit block serial number The audit block serial number is a 10-digit number that identifies an audit block. absolute address (AA) value AA is a DMSII term that stands for absolute address. An absolute address value is an A Series WORD (48-bits in length). In the DATABridge Client, AA is the hexadecimal representation (12 character strings containing the characters 0 9 and A F) of the AA value on the host. DATABridge Client uses the AA values to implement unique keys for the parent structures of embedded data set records. It also uses AA values to reference the records of data sets that do not have DMSII SETS with the NO DUPLICATES ALLOWED attribute. AA values are not constant. Any DMSII reorganization (record conversion, file format, or garbage collection) changes these values. Note: DATABridge Client supports numeric AA values that are stored as NUMBER(15) in Oracle, BIGINT in SQL Server, and DECIMAL(15) in DB2. Accessories DATABridge Accessories access the services in DBEngine and DBSupport. Some of the Accessories provided with DATABridge are as follows: DBServer, which provides communication and DMSII database replication services to DATABridge Clients. DBSpan, which produces a replication of one or more data sets into flat sequential disk files. DBSpan updates the cloned flat files by appending the changes to the end of the flat files (unlike DBSnapshot, which replaces the changed records). DBSnapshot, which produces a one-time replication of one or more data sets into flat sequential disk files or tape. DBTanker, which provides filtered audit files for the DBSpan and DBServer Accessories. DBInfo, which produces a report of your DMSII database timestamps, update levels, DMSII release levels, etc.
41 DATABridge DMSII Client DBLister, which produces a report of the layout of the structures in your DMSII database, including structure numbers and key sets. DBAuditTimer, which closes the current audit file when it is older than a specified length of time. Accessroutines The Accessroutines program is a DMSII library program that controls access to the database, reads and writes records, and creates the audit trail. DATABridge Plus enables DATABridge to perform near real-time replication of DMSII databases by accessing the audit file while the Accessroutines program is creating it. AFN The audit file number is a four-digit number that identifies an audit file. audit file An audit file is created by the DMSII Accessroutines and contains the raw format of changes made to the DMSII database by update programs. Audit file records contain the deletes, creates, and modifies that were made to the various structures. Depending on the frequency of changes made to a database, the information in an audit file can span a few hours or several weeks. DATABridge uses the audit file for the raw data of each database change to exactly replicate the primary database. DATABridge records the audit location (AFN, ABSN, SEG, IDX) between runs, so it can restart without losing any records. audit trail The audit trail contains all of the audit files generated for a database. The DATABridge Engine reads the audit files to extract updates. It then passes the updates to the Client to be applied to the relational database. After the updates have been successfully extracted, the Client saves the state information, which includes the location in the audit trail from which the last group of updates for the data set were read. B Batch Console The Batch Console is a command-line program that lets you interact with the Client service. You can use it to stop and start the Client or enable a data source if the service fails unexpectedly. 40
42 Glossary of Terms C caching A process that filters files before they're requested by the DATABridge Client. Caching allows DATABridge Enterprise Server to send Client data requests quickly and without placing an additional resource burden on the mainframe. client The client is the computer system that will receive DMSII records from the primary database. The client could be a Windows computer, a UNIX computer, or an MCP server. The client can have a relational or a DMSII database. cloning Cloning is the one-time process of generating a complete snapshot of a data set to another file. Cloning creates a static picture of a dynamic database. DATABridge uses the DMSII data sets and the audit trail to ensure that the cloned data represents a synchronized snapshot of the data sets at a quiet point, even though other programs may be updating the database concurrently. DATABridge clones only those data sets you specify. Cloning is one phase of the database replication process. The other phase is tracking (or updating), which is the integration of database changes since the cloning. consolidated file A file created by DATABridge Span that contains all replicated records from various data sets. CONTROL file The DMSII CONTROL file is the runtime analog of the DESCRIPTION file. The DESCRIPTION file is updated only when you compile a modified DASDL. The CONTROL file controls database interlock. It stores audit control information and verifies that all database data files are compatible by checking the database timestamp, version timestamp, and update level. The CONTROL file is updated each time anyone opens the database for updates. The CONTROL file contains timestamps for each data set (when the data set was defined, when the data set was updated). It contains parameters such as how much memory the Accessroutines can use and titles of software such as the DMSUPPORT library (DMSUPPORT/databasename). DATABridge uses the CONTROL file for the following information: Timestamps INDEPENDENTRANS option AFN for the current audit file and ABSN for the current audit block Data set pack names Audit file pack name Database user code 41
43 DATABridge DMSII Client D DASDL Data and Structure Definition Language (DASDL) is the language that defines DMSII databases. The DASDL must be compiled to create a DESCRIPTION file. data set A data set is a file structure in DMSII in which records are stored. It is similar to a table in a relational database. You can select the data sets you want to store in your replicated database. DATABridge Director DATABridge Director is a Windows Service installed with Enterprise Server that starts Enterprise Server whenever a data request is received. When you start your computer, Director starts and reads the ListenPort registry value to determine which TCP/IP port communicates with DATABridge Clients. DATABridge Engine The DATABridge Engine (also referred to as DBEngine) is a host library program that provides several entry points for retrieving both data definition and data records from a DMSII database. To provide this information, DBEngine reads the DMSII DESCRIPTION file, the CONTROL file, and the audit trail. DBEngine uses the services of the Accessroutines to retrieve data from the database for the initial cloning. DATABridge Plus DATABridge Plus is an optional program that enables DATABridge to access and retrieve information from the current audit file. If you have not set Read Active Audit = true, the most recent audit file DATABridge can read is the current audit file minus one. For example, if the current audit file number is 23, DATABridge can access audit file number 22 (23-1). DBClient A Client program that is launched by the service. DBClient handles the processing of DMSII data and updates the same as dbutility, except that it runs as a background run and uses the Client Console to display its output and interact with the operator. DBClntCfgServer A program that handles all requests from the Client Console specific to a data source. These requests include updating the client configuration file, providing access to the client control tables, and handling the Client Configurator. Like DBClient, this program is run by the service as a background run. 42
44 Glossary of Terms DBGenFormat A host utility that creates translation, filter, and format routines. The GenFormat utility interprets the GenFormat parameter file to generate ALGOL source code patches, which are included in the tailored Support Library. DESCRIPTION file The DESCRIPTION file contains the structural characteristics of a database, physically and logically. This file is created from the DASDL source by the DASDL compiler and contains the layout (physical description), timestamp, audit file size, update level, logical database definition, and any static information about the database. It contains information about the database, not the data itself. There is only one current DESCRIPTION file for each DMSII database. DATABridge must have access to the DESCRIPTION file before it can replicate a database. Additionally, DATABridge uses the DESCRIPTION file information for consistency checks between the primary database and the secondary or replicated database. The DESCRIPTION file corresponds to the schema in a relational database. direct disk A cloning method that allows DATABridge Enterprise Server to clone and update DMSII data sets without using any significant mainframe resources. Direct disk cloning requires a SAN (Storage Area Network) or Logical Disks configured to make MCP disks visible in Windows. E entry point A procedure in a library object. extraction Extraction is the process of reading through a data set sequentially and writing those records to a file (either a secondary database or flat file). F file format conversion A DMSII file format conversion affects file size values (for example, AREASIZE, BLOCKSIZE, or TABLESIZE), but it does not change the layout of the records in a DMSII database. filler substitution A DMSII filler substitution is a technique for avoiding a reorganization. It changes record layouts, but does not move records around. 43
45 DATABridge DMSII Client fixup records Changes that occur to the DMSII database while a clone is taking place. flat files A flat file is a plain text or mixed text and binary file which usually contains one record per line. Within the record, individual fields may be separated by delimiters, such as commas, or have a fixed length and be separated by padding. An example of a flat file is an address list that contains fields for Name and Address. G garbage collection reorganization A garbage collection reorganization moves records around, but it doesn t change the layout of the DMSII database. Its primary function is to improve disk and/or I/O efficiency by eliminating the space occupied by deleted records. Optionally, a garbage collection reorganization reorders the remaining records in the same sequence as one of the sets. K L key sets lag time The lag time is defined as the elapsed time between the time a record in the DMSII database is updated and the time where this update appears in the relational database. This value accounts for any difference between the clock on the mainframe and that on the client machine. Lister Accessory A DATABridge Host Accessory that produces a report of the layout of the structures in your DMSII database, including structure numbers and key sets. M mutex A mutex is an operating resource that is used to implement a critical section. 44
46 Glossary of Terms N null value The value defined in the DASDL to be NULL for that ALPHA data item. If the DASDL does not explicitly specify a NULL value for a data item, the NULL value is all bits turned on. P primary database This is the original DMSII database that resides on the host. DATABridge replicates from the primary database to one or more client databases. The client databases can be another DMSII database or one of several relational databases. Compare this to the replicated (or secondary) database. Q quiet point (QPT) A quiet point is a point in the audit trail when the DMSII database is quiet and no program is in transaction state. This can occur naturally, or it can be forced by a DMSII sync point. R record format conversion A DMSII record format conversion occurs when a data set or set (group of keys) is reordered or reformatted. It indicates that changes were made to a data set format, or to data items, such as changing the length of an item, for example, BANK-ID NUMBER (10) to BANK-ID NUMBER (15). record serial number (RSN) Record sequence numbers (RSN) are 48-bit quantities used by the DATABridge Engine in the case of DMSII XE. RSNs will always be used instead of AA values. RSNs are always valid; they will not change after a garbage collection reorganization. replicated database The replicated database is the database that resides on the client and contains all of the records cloned from the DMSII database that you specified for cloning. The replicated database is updated periodically with changes made to the primary (original) DMSII database. The periodic update (or tracking process) is explained later in this section. Compare this to the primary database. replication Replication is the ongoing process of cloning and tracking a DMSII database. 45
47 DATABridge DMSII Client S secondary database The replicated database. The replicated database is the database that resides on the client and contains all of the records cloned from the DMSII database that you specified for cloning. The replicated database is updated periodically with changes made to the primary (original) DMSII database. The periodic update (or tracking process) is explained later in this section. Compare this to the primary database. semaphore Operating system resources that are mainly used to implement thread synchronization. Server accessory (DBServer) A DATABridge Host Accessory that provides communications between the DATABridge Engine and DATABridge Enterprise Server and between the DATABridge Engine and the DATABridge Client. DATABridge Server (or DBServer) responds to DATABridge Client requests for DMSII data or DMSII layout information. service A service (Windows) or daemon (UNIX) that automates most Client operations from the Client Console. It handles scheduling for the Client and messaging to the Client Console. set An index into a data set. A set has an entry (key + pointer) for every record in the data set. state information Data that reflects information about the cloned data, such as the audit location and format level. structure A data set, set, subset, access, or remap. Each structure has a unique number called the structure number. subset An index into a data set. A subset does not necessarily have an entry (key + pointer) for every record in the data set. Subsets are used to access selected members of a data set and to represent relationships between data set records. Subsets typically contain fewer entries than normal sets. An automatic subset is any subset that contains a WHERE clause and is maintained by DMSII. 46
48 Glossary of Terms A manual subset is any subset that is maintained by an application. Support Library A library that provides translation, formatting, and filtering to DATABridge Server. After DATABridge Server receives data from the DATABridge Engine, it calls the DATABridge Support Library to determine if the data should be replicated, and if so, passes the data to the Support Library for formatting. system library A program that maps function names to library code files. T table A data structure in the client database corresponding to a data set or remap in the host DMSII database. tracking Tracking is an ongoing process for propagating changes made to records in the DMSII primary database to the replicated database. The DATABridge Span accessory and DATABridge Server perform extraction as well as tracking. Tracking is one phase of the database replication process. The other phase is cloning. U undigits A NUMBER data item containing bit values from 10 to 15 in one or more digits. The digits in a NUMBER data item should contain values from 0 to 9; however, it is possible for the digits in NUMBER data item to contain values 0 to 15. Because values 10 to 15 are not valid digit values, the digits in NUMBER data items containing values from 10 to 15 are called undigits. 47
49
50 Index A abbreviations 5 ABSN, displaying current 28 Access code 13 AFN, displaying current 28 Audit file, checking with RETRY command 21 Audit location, viewing status of 25 Auto connect feature, registering for 25 Automatically compiling the client database 13 AX HELP Command 28 AX QUIT command 28 AX STATUS command 28 C CLEAN command 25 Client database cloning 25 regenerating 25 reinstalling 34 updating 25 updating an existing 31 CLIENT DATABASE parameter 21 CLIENT TIMESTAMP parameter 21 CLONE command 25 Commands AX HELP 28 AX QUIT 28 AX STATUS 28 CLEAN 25 CLONE 28 LOCATION 25 REGISTER 25 STATUS 25 UPDATE 25 Communication loss between mainframes 34 COMPACT data sets with embedded data sets 10 COMPILE parameter DMSII parameter 21 when set to AUTO 29 when set to MANUAL 29 Customer support 33 D DASDL, modifying incorporating in an existing database 31 modifying the file 16 Data sets 25 Database reorganization 29 DATABridge components 8 DBEngine 8 DBServer Accessory description 8 DBSupport library as used in replicating 21 description 8 DISABLE ALL EXCEPT parameter 21 DISABLE parameter 21 Disk crash, troubleshooting 34 Displaying current AFN 28 current ASBN 28 current AX commands 28 DMSII Client AX commands 28 host setting 15 installation requirements 13 introduction to 8 overview of 10 parameter file 21 port file I/O error 34 registering 25 starting and stopping 25 terminates unexpectedly 34 updating an existing database 31 DMSII Client parameters 21 DMSII software titles parameter 15 DMSUPPORT parameter 21 E Errors, displaying number of 28 Evaluation code 13 Evaluator copy, installing 13 Existing database, updating 31 H Help command 28 Host setting 21
51 DATABridge DMSII Client I I/O error 34 INSERT CLIENT TIMESTAMP parameter 21 Installation access code 13 evaluation code 13 Installation requirements 13 Introducing the DMSII Client 8 L LOCATION command 25 Loss of communications, troubleshooting 34 M Manually compiling the client database 21 MAXWAIT parameter 15 MCP requirements 13 O Optional starting parameters 25 Overview of how the DMSII Client works 10 P Parameters 21 Port file I/O error 34 Port setting 21 Primary system communication loss with secondary system 34 reorganization of 29 Protocol setting 21 communication loss with primary system 34 reinstalling database 34 SERVER TIMESTAMP parameter 21 Set, declaring in DASDL 15 SOURCE parameter 21 Start command parameters 25 Starting the DMSII Client 25 STATUS command 25 Status, checking 28 Stopping the DMSII Client 25 Subset, declaring in DASDL incorporating 31 modifying 15 Support, technical 33 T Tailored support library 21 Technical support 33 Terminating the DMSII Client 28 TIMESTAMP parameters 21 Troubleshooting general procedures 33 problem and troubleshooting table 34 U Understanding how the DMSII Client works 10 UPDATE command 25 Updates, displaying number of 28 Updating an existing database 31 Using an existing database 31 Q Quit command 28 R REGISTER command 25 Reorganization instructions 29 troubleshooting 34 Requirements for installation 13 RETRY parameter 21 S Secondary system
unisys ClearPath Enterprise Servers Remote Database Backup Planning and Operations Guide ClearPath MCP 14.0 April 2012 8600 2052 309
unisys ClearPath Enterprise Servers Remote Database Backup Planning and Operations Guide ClearPath MCP 14.0 April 2012 8600 2052 309 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product
fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé
fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé Internet Server FileXpress Internet Server Administrator s Guide Version 7.2.1 Version 7.2.2 Created on 29 May, 2014 2014 Attachmate Corporation and its licensors.
MCP Guru Series DMSII & dbatools. Kung Lin Unisys Corporation Jim Stewart Stewart Data Tech. Ltd.
MCP Guru Series DMSII & dbatools Kung Lin Unisys Corporation Jim Stewart Stewart Data Tech. Ltd. MCP Guru Series - DMSII Recap Persistent RSN NOFTLOCK 15.0 LOCKPROGRAM Enhancement Data Access Logging Configuration
unisys ClearPath Enterprise Servers SQL Query Processor for ClearPath MCP Installation and Operations Guide ClearPath MCP 16.0
unisys ClearPath Enterprise Servers SQL Query Processor for ClearPath MCP Installation and Operations Guide ClearPath MCP 16.0 April 2014 3850 8206 005 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS
unisys Distributed Processing Middleware Enterprise Database SQL Query Processor for ClearPath MCP Installation and Operations Guide imagine it. done.
unisys imagine it. done. Distributed Processing Middleware Enterprise Database SQL Query Processor for ClearPath MCP Installation and Operations Guide ClearPath MCP 13.0 April 2010 3850 8206 003 NO WARRANTIES
Enterprise Database Server for ClearPath MCP
Enterprise Database Server for ClearPath MCP Getting Started and Installation Guide ClearPath MCP 12.0 April 2008 . unisys imagine it. done. Enterprise Database Server for ClearPath MCP Getting Started
Easy Data Centralization with Webster. User Guide
Easy Data Centralization with Webster User Guide CONTENTS 3-4 1 Introducing Webster Webster - An Introduction 5-14 2 Installing & Configuring Webster Installing the System Configuring Webster 15-18 3 Managing
Version 5.0. MIMIX ha1 and MIMIX ha Lite for IBM i5/os. Using MIMIX. Published: May 2008 level 5.0.13.00. Copyrights, Trademarks, and Notices
Version 5.0 MIMIX ha1 and MIMIX ha Lite for IBM i5/os Using MIMIX Published: May 2008 level 5.0.13.00 Copyrights, Trademarks, and Notices Product conventions... 10 Menus and commands... 10 Accessing online
ICE for Eclipse. Release 9.0.1
ICE for Eclipse Release 9.0.1 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates and functional
Evaluator s Guide. PC-Duo Enterprise HelpDesk v5.0. Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved.
Evaluator s Guide PC-Duo Enterprise HelpDesk v5.0 Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved. All third-party trademarks are the property of their respective owners.
HP Operations Manager Software for Windows Integration Guide
HP Operations Manager Software for Windows Integration Guide This guide documents the facilities to integrate EnterpriseSCHEDULE into HP Operations Manager Software for Windows (formerly known as HP OpenView
Postgres Plus xdb Replication Server with Multi-Master User s Guide
Postgres Plus xdb Replication Server with Multi-Master User s Guide Postgres Plus xdb Replication Server with Multi-Master build 57 August 22, 2012 , Version 5.0 by EnterpriseDB Corporation Copyright 2012
Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide
Dell KACE K1000 System Management Appliance Version 5.4 Service Desk Administrator Guide October 2012 2004-2012 Dell Inc. All rights reserved. Reproduction of these materials in any manner whatsoever without
Flight Workflow User's Guide. Release 12.0.0
Flight Workflow User's Guide Release 12.0.0 Copyright 2015 Signiant Inc. All rights reserved. Contents CHAPTER 1 Flight Introduction 4 FlightUploadReference 4 FlightDownloadReference 4 Cloud Storage Configuration
TeamQuest SMFII and TeamQuest Online for Unisys MCP Systems
TeamQuest SMFII and TeamQuest Online for Unisys MCP Systems ADMINISTRATION GUIDE Copyright 2012 TeamQuest Corporation. All Rights Reserved. April 2012 Levels 54.017 and 55.017 TQ 02211.16 The names, places
CA ARCserve Backup for Windows
CA ARCserve Backup for Windows Agent for Sybase Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation
Gentran Integration Suite. Archiving and Purging. Version 4.2
Gentran Integration Suite Archiving and Purging Version 4.2 Copyright 2007 Sterling Commerce, Inc. All rights reserved. Additional copyright information is located on the Gentran Integration Suite Documentation
CA Spectrum and CA Service Desk
CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter
XMailer Reference Guide
XMailer Reference Guide Version 7.00 Wizcon Systems SAS Information in this document is subject to change without notice. SyTech assumes no responsibility for any errors or omissions that may be in this
Manual POLICY PATROL SECURE FILE TRANSFER
Manual POLICY PATROL SECURE FILE TRANSFER MANUAL Policy Patrol Secure File Transfer This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software
etrust Audit Using the Recorder for Check Point FireWall-1 1.5
etrust Audit Using the Recorder for Check Point FireWall-1 1.5 This documentation and related computer software program (hereinafter referred to as the Documentation ) is for the end user s informational
POLICY PATROL MFT. Manual
POLICY PATROL MFT Manual MANUAL Policy Patrol MFT This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software may be copied, reproduced, translated
UNISYS. Business Information Server. MRI Administration and User s Guide. Printed in USA May 2004 7846 0391 013
Business Information Server MRI Administration and User s Guide UNISYS 2004 Unisys Corporation. All rights reserved. Printed in USA May 2004 7846 0391 013 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS
Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.
Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information
CA ARCserve Backup for Windows
CA ARCserve Backup for Windows Agent for Sybase Guide r16.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation
NetWrix Account Lockout Examiner Version 4.0 Administrator Guide
NetWrix Account Lockout Examiner Version 4.0 Administrator Guide Table of Contents Concepts... 1 Product Architecture... 1 Product Settings... 2 List of Managed Domains and Domain Controllers... 2 Email
ecopy Connector for Interwoven WorkSite
ecopy Connector for Interwoven WorkSite Version 4.0 for ecopy ShareScan OP Administrator s Guide Part Number: 73-00220 (6/2007) Licensing, Copyright, and Trademark Information The information in this document
IBM FileNet Image Services
IBM FileNet Image Services Version 4.1 Microsoft Cluster Server Installation and Upgrade Procedures for Windows Server GC31-5531-01 IBM FileNet Image Services Version 4.1 Microsoft Cluster Server Installation
Cross Platform Software Release Capabilities
Cross Platform Software Release Capabilities Larry Aube ClearPath Portfolio Management ClearPath Briefings 2015 Grove/UK Agenda Data Exchange ClearPath Integration Services ClearPath IDEs 2015 Unisys Corporation.
Tivoli Access Manager Agent for Windows Installation Guide
IBM Tivoli Identity Manager Tivoli Access Manager Agent for Windows Installation Guide Version 4.5.0 SC32-1165-03 IBM Tivoli Identity Manager Tivoli Access Manager Agent for Windows Installation Guide
WS_FTP Server. User s Guide. Software Version 3.1. Ipswitch, Inc.
User s Guide Software Version 3.1 Ipswitch, Inc. Ipswitch, Inc. Phone: 781-676-5700 81 Hartwell Ave Web: http://www.ipswitch.com Lexington, MA 02421-3127 The information in this document is subject to
Service Release Notes 8.2
Service Release Notes 8.2 Version 8.2.0.1.1097 Mobile Service Manager Legal Notice This document, as well as all accompanying documents for this product, is published by Good Technology Corporation ( Good
Getting Started with IntelleView POS Administrator Software
Getting Started with IntelleView POS Administrator Software Administrator s Guide for Software Version 1.2 About this Guide This administrator s guide explains how to start using your IntelleView POS (IntelleView)
ClearPath MCP Developer Studio
ClearPath MCP Developer Studio ClearPath MCP Releases 16.0 and 17.0 ClearPath Software Series The ClearPath Software Series is a new innovative collection of software-only solutions without a traditional
Vector HelpDesk - Administrator s Guide
Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Configuring and Maintaining Vector HelpDesk version 5.6 Vector HelpDesk - Administrator s Guide Copyright Vector Networks
Remote Access Server - Dial-Out User s Guide
Remote Access Server - Dial-Out User s Guide 95-2345-05 Copyrights IBM is the registered trademark of International Business Machines Corporation. Microsoft, MS-DOS and Windows are registered trademarks
Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012.
Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Copyright 1995-2012 Lenel Systems International, Inc. Information
EMC Smarts Network Configuration Manager
EMC Smarts Network Configuration Manager Version 9.4.1 Advisors User Guide P/N 302-002-279 REV 01 Copyright 2013-2015 EMC Corporation. All rights reserved. Published in the USA. Published October, 2015
Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide
Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Windows 2000, Windows Server 2003 5.0 11293743 Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Copyright
Sage 200 CRM 2015 Implementation Guide
Sage 200 CRM 2015 Implementation Guide Copyright statement Sage (UK) Limited and Sage Hibernia Limited, 2015. All rights reserved. If this documentation includes advice or information relating to any matter
TIBCO Hawk SNMP Adapter Installation
TIBCO Hawk SNMP Adapter Installation Software Release 4.9.0 November 2012 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR
How To Use The Correlog With The Cpl Powerpoint Powerpoint Cpl.Org Powerpoint.Org (Powerpoint) Powerpoint (Powerplst) And Powerpoint 2 (Powerstation) (Powerpoints) (Operations
orrelog SQL Table Monitor Adapter Users Manual http://www.correlog.com mailto:[email protected] CorreLog, SQL Table Monitor Users Manual Copyright 2008-2015, CorreLog, Inc. All rights reserved. No part
Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02
Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02 Windows DOCUMENT ID: DC80003-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All
EMC SourceOne Offline Access
EMC SourceOne Offline Access Version 7.2 User Guide 302-000-963 REV 01 Copyright 2005-2015 EMC Corporation. All rights reserved. Published April 30, 2015 EMC believes the information in this publication
EMC NetWorker Module for Microsoft Exchange Server Release 5.1
EMC NetWorker Module for Microsoft Exchange Server Release 5.1 Installation Guide P/N 300-004-750 REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright
Citrix Access Gateway Plug-in for Windows User Guide
Citrix Access Gateway Plug-in for Windows User Guide Access Gateway 9.2, Enterprise Edition Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance
BrightStor ARCserve Backup for Laptops & Desktops
BrightStor ARCserve Backup for Laptops & Desktops Server Administrator and Expert User Guide 11.0 C00027-1E This documentation and related computer software program (hereinafter referred to as the Documentation
VERITAS Backup Exec TM 10.0 for Windows Servers
VERITAS Backup Exec TM 10.0 for Windows Servers Quick Installation Guide N134418 July 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software
Symantec NetBackup OpenStorage Solutions Guide for Disk
Symantec NetBackup OpenStorage Solutions Guide for Disk UNIX, Windows, Linux Release 7.6 Symantec NetBackup OpenStorage Solutions Guide for Disk The software described in this book is furnished under a
User Guide. Laplink Software, Inc. Laplink DiskImage 7 Professional. User Guide. UG-DiskImagePro-EN-7 (REV. 5/2013)
1 Laplink DiskImage 7 Professional Laplink Software, Inc. Customer Service/Technical Support: Web: http://www.laplink.com/contact E-mail: [email protected] Laplink Software, Inc. 600 108th Ave.
RSA Authentication Manager 7.1 Basic Exercises
RSA Authentication Manager 7.1 Basic Exercises Contact Information Go to the RSA corporate web site for regional Customer Support telephone and fax numbers: www.rsa.com Trademarks RSA and the RSA logo
TIBCO Fulfillment Provisioning Session Layer for FTP Installation
TIBCO Fulfillment Provisioning Session Layer for FTP Installation Software Release 3.8.1 August 2015 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED
Configuring and Integrating Oracle
Configuring and Integrating Oracle The Basics of Oracle 3 Configuring SAM to Monitor an Oracle Database Server 4 This document includes basic information about Oracle and its role with SolarWinds SAM Adding
IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Internet Information Services Agent Version 6.3.1 Fix Pack 2.
IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Internet Information Services Agent Version 6.3.1 Fix Pack 2 Reference IBM Tivoli Composite Application Manager for Microsoft
Retail Deployment Guide. Microsoft Dynamics AX 2012 Feature Pack
Retail Deployment Guide Microsoft Dynamics AX 2012 Feature Pack Microsoft Corporation February 2012 Microsoft Dynamics is a line of integrated, adaptable business management solutions that enables you
McAfee Solidcore Change Reconciliation and Ticket-based Enforcement
Change Reconciliation and Ticket-based Enforcement COPYRIGHT Copyright 2011 McAfee, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval
Version 4.61 or Later. Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide.
Version 4.61 or Later Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide. This manual, as well as the software described in it, is furnished
Eventia Log Parsing Editor 1.0 Administration Guide
Eventia Log Parsing Editor 1.0 Administration Guide Revised: November 28, 2007 In This Document Overview page 2 Installation and Supported Platforms page 4 Menus and Main Window page 5 Creating Parsing
EMC DiskXtender File System Manager for UNIX/Linux Release 3.5
EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Administrator s Guide P/N 300-009-573 REV. A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com
NetWrix Exchange Mail Archiver Version 1.5 Administrator Guide
NetWrix Exchange Mail Archiver Version 1.5 Administrator Guide Contents 1. Introduction... 3 1.1. What is the NetWrix Exchange Mail Archiver?...3 1.2. Product Architecture...4 1.3. Licensing...5 1.4. System
ODBC Driver User s Guide. Objectivity/SQL++ ODBC Driver User s Guide. Release 10.2
ODBC Driver User s Guide Objectivity/SQL++ ODBC Driver User s Guide Release 10.2 Objectivity/SQL++ ODBC Driver User s Guide Part Number: 10.2-ODBC-0 Release 10.2, October 13, 2011 The information in this
Section 11.1, Simple Network Management Protocol. Section 11.2, Port Data Capture
Chapter 11 SNMP and Port Data Capture This module discusses the Simple Network Management Protocol (SNMP) and the BANDIT device s Port Data Capture feature, and how they can be used to augment or enhance
Virtual CD v10. Network Management Server Manual. H+H Software GmbH
Virtual CD v10 Network Management Server Manual H+H Software GmbH Table of Contents Table of Contents Introduction 1 Legal Notices... 2 What Virtual CD NMS can do for you... 3 New Features in Virtual
14.1. bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë
14.1 bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë bî~äì~íáåö=oéñäéåíáçå=ñçê=emi=rkfui=~åç=lééåsjp=eçëíë This guide walks you quickly through key Reflection features. It covers: Getting Connected
Operating System Installation Guide
Operating System Installation Guide This guide provides instructions on the following: Installing the Windows Server 2008 operating systems on page 1 Installing the Windows Small Business Server 2011 operating
White Paper BMC Remedy Action Request System Security
White Paper BMC Remedy Action Request System Security June 2008 www.bmc.com Contacting BMC Software You can access the BMC Software website at http://www.bmc.com. From this website, you can obtain information
Horizon Debt Collect. User s and Administrator s Guide
Horizon Debt Collect User s and Administrator s Guide Microsoft, Windows, Windows NT, Windows 2000, Windows XP, and SQL Server are registered trademarks of Microsoft Corporation. Sybase is a registered
Active Directory Reporter Quick start Guide
Active Directory Reporter Quick start Guide Software version 5.0.0.0 Jan 2016 General Information: [email protected] Online Support: [email protected] Copyright 2016 CionSystems Inc Page 1 2016
Software License Registration Guide
Software License Registration Guide When you have purchased new software Chapter 2 Authenticating a License When you would like to use the software on a different PC Chapter 3 Transferring a License to
FUSION Installation Guide
FUSION Installation Guide Version 1.0 Page 1 of 74 Content 1.0 Introduction... 3 2.0 FUSION Server Software Installation... 3 3.0 FUSION Client Software Installation... 10 4.0 FUSION NIM Software Installation...
COMSPHERE 6700 SERIES NETWORK MANAGEMENT SYSTEM
COMSPHERE 6700 SERIES NETWORK MANAGEMENT SYSTEM SECURITY MANAGER FEATURE SUPPLEMENT Document No. 6700-A2-GB41-30 February 1998 Copyright 1998 Paradyne Corporation. All rights reserved. Printed in U.S.A.
TIBCO MFT Platform Server for IBM i User Guide. Software Release 7.1.0 April 2013
TIBCO MFT Platform Server for IBM i User Guide Software Release 7.1.0 April 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO
After you have created your text file, see Adding a Log Source.
TECHNICAL UPLOADING TEXT FILES INTO A REFERENCE SET MAY 2012 This technical note provides information on how to upload a text file into a STRM reference set. You need to be comfortable with writing regular
MGC WebCommander Web Server Manager
MGC WebCommander Web Server Manager Installation and Configuration Guide Version 8.0 Copyright 2006 Polycom, Inc. All Rights Reserved Catalog No. DOC2138B Version 8.0 Proprietary and Confidential The information
EView/400i Management Pack for Systems Center Operations Manager (SCOM)
EView/400i Management Pack for Systems Center Operations Manager (SCOM) Concepts Guide Version 6.3 November 2012 Legal Notices Warranty EView Technology makes no warranty of any kind with regard to this
FileMaker 11. ODBC and JDBC Guide
FileMaker 11 ODBC and JDBC Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered
VMware vcenter Discovered Machines Import Tool User's Guide Version 5.3.0.25 for vcenter Configuration Manager 5.3
VMware vcenter Discovered Machines Import Tool User's Guide Version 5.3.0.25 for vcenter Configuration Manager 5.3 This document supports the version of each product listed and supports all subsequent
Ahsay Replication Server v5.5. Administrator s Guide. Ahsay TM Online Backup - Development Department
Ahsay Replication Server v5.5 Administrator s Guide Ahsay TM Online Backup - Development Department October 9, 2009 Copyright Notice Ahsay Systems Corporation Limited 2008. All rights reserved. Author:
Rational Rational ClearQuest
Rational Rational ClearQuest Version 7.0 Windows Using Project Tracker GI11-6377-00 Rational Rational ClearQuest Version 7.0 Windows Using Project Tracker GI11-6377-00 Before using this information, be
Adobe Acrobat 9 Deployment on Microsoft Systems Management
Adobe Acrobat 9 Deployment on Microsoft Systems Management Server white paper TABLE OF CONTENTS 1. Document overview......... 1 2. References............. 1 3. Product overview.......... 1 4. Installing
Available Update Methods
The Spectralink 84-Series handsets support multiple methods for updating handset software. This document will detail each of those processes in order to give you the greatest flexibility when administering
LogLogic IBM i5/os Collector Guide
LogLogic IBM i5/os Collector Guide Software Release: 1.0 Document Release: December 2010 Part Number: LL600020-00EI5010001 This manual supports LogLogic IBM i5/os Collector Release 1.0 and later, and LogLogic
Net Protector Admin Console
Net Protector Admin Console USER MANUAL www.indiaantivirus.com -1. Introduction Admin Console is a Centralized Anti-Virus Control and Management. It helps the administrators of small and large office networks
Microsoft SQL 2008 / R2 Configuration Guide
TM Triple Crown Microsoft SQL 2008 / R2 Configuration Guide Revised June 11, 2013 2013 ImproMed, LLC. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored
ServerView Inventory Manager
User Guide - English FUJITSU Software ServerView Suite ServerView Inventory Manager ServerView Operations Manager V6.21 Edition October 2013 Comments Suggestions Corrections The User Documentation Department
Sage 100 ERP. Installation and System Administrator s Guide
Sage 100 ERP Installation and System Administrator s Guide This is a publication of Sage Software, Inc. Version 2014 Copyright 2013 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the
Sage 200 Web Time & Expenses Guide
Sage 200 Web Time & Expenses Guide Sage (UK) Limited Copyright Statement Sage (UK) Limited, 2006. All rights reserved If this documentation includes advice or information relating to any matter other than
UNICORN 7.0. Administration and Technical Manual
UNICORN 7.0 Administration and Technical Manual Page intentionally left blank Table of Contents Table of Contents 1 Introduction... 1.1 Administrator functions overview... 1.2 Network terms and concepts...
Tracking Network Changes Using Change Audit
CHAPTER 14 Change Audit tracks and reports changes made in the network. Change Audit allows other RME applications to log change information to a central repository. Device Configuration, Inventory, and
ScriptLogic File System Auditor User Guide
ScriptLogic File System Auditor User Guide FILE SYSTEM AUDITOR I 2005 by ScriptLogic Corporation All rights reserved. This publication is protected by copyright and all rights are reserved by ScriptLogic
SageCRM 6.1. What s New Guide
SageCRM 6.1 What s New Guide Copyright 2007 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed,
Honeywell Internet Connection Module
Honeywell Internet Connection Module Setup Guide Version 1.0 - Page 1 of 18 - ICM Setup Guide Technical Support Setup - Guide Table of Contents Introduction... 3 Network Setup and Configuration... 4 Setting
EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014. Version 1
EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014 Version 1 NEC EXPRESSCLUSTER X 3.x for Windows SQL Server 2014 Quick Start Guide Document Number ECX-MSSQL2014-QSG, Version
Windows Scheduled Tasks Management Pack Guide for System Center Operations Manager. Published: 07 March 2013
Windows Scheduled Tasks Management Pack Guide for System Center Operations Manager Published: 07 March 2013 Copyright Information in this document, including URL and other Internet Web site references,
Portions of this product were created using LEADTOOLS 1991-2010 LEAD Technologies, Inc. ALL RIGHTS RESERVED.
Installation Guide Lenel OnGuard 2010 Installation Guide, product version 6.4. This guide is item number DOC-110, revision 1.045, May 2010 Copyright 1995-2010 Lenel Systems International, Inc. Information
DELIVER Utility for MCP Systems
MGS, Inc. Computer Business Solutions DELIVER Utility for MCP Systems Reference Manual Version 1.09 September, 2012 Rev 1 DELIVER Utility for MCP Systems Reference Manual Version 1.09 Copyright 2009-2012
NiCE Log File Management Pack. for. System Center Operations Manager 2012. Quick Start Guide
NiCE Log File Management Pack for System Center Operations Manager 2012 Version 1.30 March 2015 Quick Start Guide Legal Notices NiCE IT Management Solutions GmbH makes no warranty of any kind with regard
Domain Name Resolver (DNR) Configuration
CHAPTER 7 Domain Name Resolver (DNR) Configuration This chapter provides an overview of the information required to customize Cisco IOS for S/390. It includes these sections: Introducing the Domain Name
Moxa Device Manager 2.3 User s Manual
User s Manual Third Edition, March 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used
Backup Assistant. User Guide. NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6
Backup Assistant User Guide NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6 Liability Disclaimer NEC Unified Solutions, Inc. reserves the right to change the specifications, functions,
