CA

CA Management Database r1.0.04-030 Service Pack 17338954 Readme


1.0 Welcome

2.0 System Requirements

3.0 Installation Considerations
3.1 General Installation Considerations
3.2 Ingres Installation
3.3 SQL Server Installation
3.4 Oracle Installation

4.0 Known Issues

5.0 Published Fixes
5.1 Critical Bug Fixes

6.0 Documentation

7.0 Contact Technical Support

1.0 Welcome

Welcome to CA Management Database (MDB) r1.0.04-030 Service Pack 17338954, a cumulative patch for MDB 1.0.4-030.

The MDB is the common enterprise data repository that integrates CA product suites. It provides a unified database schema for the management data stored by CA products. Use of the MDB with CA products enables full integration for managing your IT infrastructure.

This document contains information you need to know about service pack installation, solutions, and how to contact Technical Support.


2.0 System Requirements

The MDB system requirements will vary depending on the CA Products utilizing the MDB. Typically a system should be configured with the following:

A second CPU is recommended, especially where multiple products share one MDB.


3.0 Installation Considerations

Before installing CA MDB r1.0.04-030 Service Pack 17338954, please review the following sections carefully to determine if there are additional installation and/or configuration steps you need to follow.

The following installation requirements apply to CA MDB 1.0.04-030 Service Pack 17338954.


3.1 General Installation Considerations

The same General Installation Considerations hold for installation of the Service Pack as for the Installation of the MDB. Please refer to the “Management Database r1 Readme”.

Important! An existing MDB should be backed up prior to application of CA Product MDB Upgrade Packages and MDB Service Packs or additional Product Packages.


3.2 Ingres Installation


Pre-installation Considerations

This patch may be installed offline (requires exclusive database access) or online (only locks required tables). The patch installer in ONLINE mode will make lock requests on specific database objects with a timeout, allowing continued usage of the MDB. On a busy system the patch installer may not be able to acquire all locks, and timeout. This will result a rollback to a logical consistency point within the patch and an error reported from the patch installer. Re-invoking the patch installer during a period of less database activity will recommence patch application where it left off. Continued lock timeouts during patch application may be avoided by scheduling an install in OFFLINE mode when there are no user connections to the database and therefore no lock timeouts should be encountered.

In ONLINE mode the patch installer may be requested to perform a database checkpoint before applying patch changes and/or another after the patch installation completes. If selected, the Pre-Patch and Post-Patch Checkpoint will be online (see pre-install considerations point 1). In OFFLINE mode both Pre-Patch and Post-Patch Checkpoints are mandatory.

DB Administrators should ensure that sufficient disk space is available prior to patch installation to complete the requested checkpoints.

If a patch install in OFFLINE mode fails for any reason the installer will perform recovery (rollforward). This will completely remove any changes introduced by the patch. If an install fails ONLINE mode then a rollback occurs to a consistent point within the patch. Some of the patch elements may remain installed. No automatic online patch recovery is performed, however the database is returned to a consistent state.

If a patch install in ONLINE mode fails and "none" or "post" was specified for the checkpoint action, the corrected versions of the patches that failed and/or the patches that did not run may need to be applied by using individual patchMdb commands. The install_<mdb_name>.log contains error messages that indicate which patches failed to apply.  The patchmdberr.txt file that is written to the %II_SYSTEM%\ingres\files\mdb Windows directory or $II_SYSTEM/ingres/files/mdb Unix directory contains the patch number of the failing patch.  The mdb_signature.txt file that is written in the same directory contains the list of patches that were applied during the last successful run of the patchMdb command. 

For a Windows install, this patch install requires that the Ingres installation is started as a service. If the patch install is run against an installation started using command line the install will fail with an error indicating the MDB does not exist. This is a known Ingres problem.

For a Unix install, the Ingres installation can be started from the command line or from the Ingres RC.


Installation Instructions

To apply all patch modules within the patch invoke the installer with II_MDB_PATCH=17338954. This will apply all modules in this cumulative patch (recommended). Invoking the patch installer with specific patch module numbers will apply that module only.

For Windows:

mdb030_17338954.zip should be unzipped to the directory of your choice, using a standard Windows unzip tool.

Run PatchMDB.bat to apply the patch.

For Unix:

Run patchMDB as either the original Ingres Installation user, or as root.

mdb030_17338954.tar.gz should be unzipped using one of the following methods (dependant on the Unix platform) :

a) tar -xzvf mdb030_17338954.tar.gz

b) gunzip mdb030_17338954.tar.gz

tar -xvf mdb030_17338954.tar

Run patchMDB to apply the patch.

PatchMdb [-II_MDB_NAME=xxxx] [-II_MDB_PATCH=xxxx] [-II_MDB_PATCH_MODE=online/offline] [-II_MDB_CHECKPOINT=none/pre/post/both] [-II_SYSTEM=xxxx] [-debug] [-?]

e.g.) ./patchMdb -II_MDB_NAME=MDB -II_MDB_PATCH=17338954 -II_MDB_PATCH_MODE=online -II_MDB_CHECKPOINT=none

Usage:

[-II_MDB_NAME=xxxx] - Name of MDB

[-II_MDB_PATCH=xxxx] - Name of Patch to apply (all numeric)

[-II_MDB_PATCH_MODE=online/offline] - Mode to apply patch.

offline - Default is offline. Use of offline requires exclusive access to the MDB. Checkpoints will be performed offline. Patch failure will results in rollforward recovery.

online - Does not require exclusive access to the mdb. May be performed with other users accessing the MDB. Any checkpoints will be performed online. No rollforward recovery will be performed in the event of patch failure.

[-II_MDB_CHECKPOINT=none/pre/post/both] - Checkpoint before/after Patch. Default 'Both'. Only selectable for ONLINE Patch mode.

none - No Checkpoint performed before or after Patch install.

pre - Checkpoint performed prior to patch install

post - Checkpoint performed after patch install

both - Checkpoint performed prior and after patch install.

[-II_SYSTEM=xxxx] - Location of ingres installation

[-debug] - Apply patch with "echo on"

[-?] - Prints usage message

The patch installer appends logs messages to the file "%II_SYSTEM%\ingres\files\install_<mdb_name>.log" for Windows and “$II_SYSTEM\ingres\files\install_<mdb_name>.log for Unix.

There is no un-install mechanism for this patch. To restore the database to the Pre-patch state, use the relevant database restore utility. Should the patch install fail with -II_MDB_PATCH_MODE=offline and -II_MDB_CHECKPOINT=pre or both, the database will automatically be restored to the pre-patch checkpoint. In cases where the Patch install is invoked online, an automatic rollforward recovery will not be performed.


Installation Method

Patch installation will perform the following steps:

Details are available in Patch log file (see above).


3.3 SQL Server Installation


Pre-installation Considerations

The patch installation process will NOT perform a backup of the MDB either before or after patch application. Failure of the patch installation process will NOT restore the database to a pre-patch condition, but will rollback transactions to a logical consistency point within the patch process (see item 2 below). DBA's should make provision for database backups as required.

The installation of this patch is performed online, allowing continued usage of the MDB by other sessions. The patch install process will make lock requests on specific database objects with a timeout. On a busy system the patch installer may not be able to acquire all locks, and timeout. This will result a rollback to a logical consistency point within the patch and an error reported from the patch installer. Re-invoking the patch installer during a period of less database activity will recommence patch application where it left off. Continued lock timeouts during patch application may be avoided by scheduling an offline install when there are no user connections to the database.


Installation Instructions

mssql_mdb030_17338954.zip should be unzipped to the directory of your choice, using a standard windows unzip tool.

Run PatchMDB.bat to apply the patch:

PatchMDB [-MDB_NAME=xxxx] [-MDB_PATCH=xxxx] [-debug]

e.g.) PatchMDB -MDB_NAME=MDB -MDB_PATCH=17338954

Usage: PatchMDB [-DBMS_INSTANCE=xxxx] [-MDB_NAME=xxxx] -MDB_PATCH=xxxx [-MDB_TARGET_DIR=dir] [-debug] [-?] [-DBUSER=xxxx] [-DBPASSWORD=xxxx] [-DBPORT=xxxx]

where:

DBMS_INSTANCE is server name or local (optional with default local)

MDB_NAME is database name (optional with default mdb)

MDB_PATCH is patch number (required)

MDB_TARGET_DIR is target mdb directory (optional with default current directory)

debug is echo output (optional)

DBUSER is SQL Server user (optional)

DBPASSWORD is password for SQL Server user (optional)

DBPORT is port number of SQL Server to connect to (optional)

A Patch log file, install_<mdb_name>.log, is created in the same directory that Patchmdb.bat is invoked.

There is no un-install mechanism for this patch. To restore database to the Pre-patch state, use the relevant database restore utility. Should the patch install fail the transactions within the current patch sql script will be rolled back. Patches containing multiple sql scripts will commit those scripts that apply successfully. Where a sql script fails within a multi-script patch that script will be rolled back and patch application terminated. Scripts already committed will not be rolled back.


Installation Method

Patch installation will perform the following steps:

Details are available in Patch log file (see above).


3.4 Oracle Installation


Pre-installation Considerations

By default, the patch installation process will perform a backup of the Oracle database prior to patch application only if the instance is in ARCHIVELOG mode. If the instance is in NOARCHIVELOG mode then the patch installer must be started with the -ORA_BACKUP=no option for the patch application process to proceed. Failure of the patch installation process will NOT restore the database to a pre-patch condition.

The backup performed is a full RMAN database backup, DBA's should use standard recovery procedures to restore to a pre-patch condition.

The installation of this patch is performed online, allowing continued usage of the MDB by other sessions.


Installation Instructions

The patchMdb command is used to install the MDB patch.

Some portions of the patch are installed under the system user. If specified, ORA_SYS_USER does not have to be SYS (or sys) but if it is not, either the user is able to connect in 'as sysdba' mode, i.e. Myuser/mypasswd@mysid as sysdba OR the user has the dba role granted to it. If ORA_SYS_USER is specified, then ORA_SYS_PSWD must be specified. If the ORA_SYS_PSWD is specified without an ORA_SYS_USER, then ORA_SYS_USER defaults to sys. If ORA_SYS_USER is not being used, then OS authentication is attempted with and without 'as sysdba'; if those attempts both fail then a message is returned that advises using ORA_SYS_USER and ORA_SYS_PSWD.

For Windows:

ora_mdb030_17338954.zip should be unzipped to the directory of your choice, using a standard windows unzip tool.

Run PatchMDB.bat to apply the patch:

For Unix:

ora_mdb030_17338954.tar.gz should be unzipped using one of the following methods (dependant on the unix platform) :

a) tar -xzvf ora_mdb030_17338954.tar.gz

b) gunzip ora_mdb030_17338954.tar.gz

tar -xvf ora_mdb030_17338954.tar

To ensure your oracle environment is setup correctly run the setup script provided by your Oracle install appropriate for the shell that you are using for csh users

source $ORACLE_HOME/bin/coraenv

for other shells (sh, bash, ksh)

. $ORACLE_HOME/bin/oraenv

Run patchMDB as root to apply the patch.

PatchMDB -ORA_CONNECT_ID=XXXX [-MDB_NAME=xxxx] -MDB_ADMIN_PSWD=xxxx [-ORA_INDEX_TBLSPACE_NAME=xxxx] -MDB_PATCH=xxxx [-MDB_TARGET_DIR=<dir>] [-ORA_BACKUP=yes|no] [-ORA_SYS_USER=xxxx] [-ORA_SYS_PSWD=xxx] [-debug] [-?]

where:

ORA_CONNECT_ID is connection identifier (required)

MDB_NAME is database name (optional with default mdb)

MDB_ADMIN_PSWD is mdbadmin user password (required)

ORA_INDEX_TBLSPACE_NAME is name of the index tablespace (optional with default)

MDB_PATCH is patch number (required)

MDB_TARGET_DIR is target mdb directory (optional with default current directory)

ORA_BACKUP is yes for a backup or no (optional with default yes)

ORA_SYS_USER is specified when patching using privileged user (optional)

ORA_SYS_PSWD is password of privileged user (optional)

debug is echo output (optional)

? is syntax and description of this command (optional)

e.g.) PatchMDB -ORA_CONNECT_ID=orcl -MDB_NAME=mdb -MDB_ADMIN_PSWD=password -ORA_INDEX_TBLSPACE_NAME=mdb_index -MDB_PATCH=17338954

Invoking PatchMDB with -MDB_PATCH=17338954 will apply all patch modules within this cumulative patch.

A Patch log file, install_<mdb_name>.log, is created in the same directory in which PatchMDB is invoked.

There is no un-install mechanism for this patch. To restore DB to the Pre-patch state, use the relevant database restore utility. Should the patch install fail the MDB will need to be restored from backup.


Installation Method

Patch installation will perform the following steps:

Details are available in Patch log file (see above).


4.0 Known Issues

This section describes known issues, workarounds, and/or solutions for this release of CA MDB.

All published problems for this product can be found on http://support.ca.com.


5.0 Published Fixes

All published fixes for this product can be found through Published Solutions on http://support.ca.com.


5.1 Critical Bug Fixes


Product Install fixes and Patch Install fixes

Install fixes have been included in this service pack. The install fixes include product install fixes as well as patch install fixes. These are listed in the in this section.

Fixes to both product-install and patch-install problems are contained in the install-fix patch that is included in this patch package. There is an install fix patch for each DBMS server on each Operating System. The included file is one of the following:

DBMS Server

Operating System

Install fix patch file

Ingres

Windows

mdb030_manual_16898981.zip

Ingres

Linux/Unix

mdb030_manual_16898981.tar.gz

SQL Server

Windows

mssql_mdb030_manual_16898981.zip

Oracle

Windows

ora_mdb030_manual_17312420.zip

Oracle

Linux/Unix

ora_mdb030_manual_16898981.tar.gz

The patch-install fixes have already been applied to this service pack. The product-install fixes have not been applied because it is not correct to do so.  

It may be necessary to apply the product-install fixes to your base MDB image. The base MDB image is the unpacked directory containing the MDB and the MDB product-install files.  If the MDB is not already installed or is not already at the version and build level required by this patch, or if this patch is being automatically installed from the CumulativePatch subdirectory using setupmdb from the MDB base install image, then the product-install fixes should be applied to the base install image so that they are in synchronization with the patch-install fixes used by this patch. Please follow the instructions in the readme file contained in the install-fix patch to apply the product-install fixes.

After applying the product-install fixes, the MDB can be installed or upgraded using the setupmdb command that is in the base install image. If the CumulativePatch subdirectory of the base install image contains the contents of the mdb17338954 directory from this patch, then setupmdb will install this patch from that subdirectory after installing the MDB.

Ingres on Windows

Ingres on Unix/Linux

DTAMOD 16898981 MDB 145

 

DTAMOD 16898454 MDB 144

 

DTAMOD 16778881 MDB 134

 

DTAMOD 16729456 MDB 133

 

DTAMOD 16584755 MDB 127

 

DTAMOD 16580907 MDB 126

 

DTAMOD 15889555 MDB 117

 

DTAMOD 16190425 MDB 97

DTAMOD 14737599 MDB 89

DTAMOD 15233441 MDB 65

DTAMOD 15226336 MDB 76

DTAMOD 15463052 MDB 73

DTAMOD 15233516 MDB 74

DTAMOD 15977333 MDB 85

DTAMOD 15521637 MDB 39

DTAMOD 15429265 MDB 33

DTAMOD 15424133 MDB 40

DTAMOD 15419605 MDB 88

DTAMOD 14568983 MDB 19

DTAMOD 14938051 MDB 10

DTAMOD 15026854 MDB 17

DTAMOD 15027036 MDB 13

DTAMOD 15027060 MDB 12

DTAMOD 14392805

DTAMOD 14039159

DTAMOD 15148450 MDB 21

DTAMOD 14404741

DTAMOD 16898981 MDB 145

 

DTAMOD 16898454 MDB 144

 

DTAMOD 16778881 MDB 134

 

DTAMOD 16729456 MDB 133

 

DTAMOD 16700203 MDB 130

 

DTAMOD 16297263 MDB 118

 

DTAMOD 16156139 MDB 94

 

DTAMOD 14761324 MDB 71

DTAMOD 15118018 MDB 72

DTAMOD 15233441 MDB 65

DTAMOD 15226336 MDB 76

DTAMOD 15463052 MDB 73

DTAMOD 15233516 MDB 74

DTAMOD 15451345 MDB 48

DTAMOD 15462226

DTAMOD 14806863

DTAMOD 14314691

DTAMOD 14803563

DTAMOD 15166741

DTAMOD 15066898

DTAMOD 15105307

 

Oracle on Windows

Oracle on Unix/Linux

DTAMOD 17312420 MDB 176

 

DTAMOD 16898981 MDB 145

 

DTAMOD 17072813 MDB 162

 

DTAMOD 16898454 MDB 144

 

DTAMOD 16815138 MDB 137

 

DTAMOD 16778881 MDB 134

 

DTAMOD 16585052 MDB 129

 

DTAMOD 16584916 MDB 128

 

DTAMOD 16584755 MDB 127

 

DTAMOD 16580907 MDB 126

 

DTAMOD 16529704 MDB 123

 

DTAMOD 16477216 MDB 122

 

DTAMOD 16382371 MDB 84

 

DTAMOD 16208138 MDB 106

DTAMOD 16127354 MDB 95

DTAMOD 16146287 MDB 93

DTAMOD 15928642 MDB 83

DTAMOD 15927464 MDB 82

DTAMOD 15762891 MDB 81

DTAMOD 15535775 MDB 55

DTAMOD 15494656 MDB 56

DTAMOD 14967472 MDB 57

DTAMOD 14967569 MDB 58

DTAMOD 14970798 MDB 59

DTAMOD 14833830 MDB 60

DTAMOD 14971412 MDB 61

DTAMOD 15733559 MDB 51

DTAMOD 15437869 MDBORA 4

DTAMOD 15440999

DTAMOD 14995562

DTAMOD 14995373

DTAMOD 14995393

DTAMOD 15613650 MDB 50

 

DTAMOD 16898981 MDB 145

 

DTAMOD 16898454 MDB 144

 

DTAMOD 16847144 MDB 142

 

DTAMOD 16841262 MDB 141

 

DTAMOD 16778881 MDB 134

 

DTAMOD 16584755 MDB 127

 

DTAMOD 16580907 MDB 126

 

DTAMOD 16584916 MDB 128

 

DTAMOD 16700203 MDB 130

 

DTAMOD 16546415 MDB 124

 

DTAMOD 16529704 MDB 123

 

DTAMOD 16297263 MDB 118

 

DTAMOD 16208138 MDB 106

 

DTAMOD 16229910 MDB 104

 

DTAMOD 16218237 MDB 105

DTAMOD 16127354 MDB 95

DTAMOD 15928642 MDB 83

DTAMOD 15927464 MDB 82

DTAMOD 15762891 MDB 81

DTAMOD 15535775 MDB 55

DTAMOD 15494656 MDB 56

DTAMOD 14967472 MDB 57

DTAMOD 14967569 MDB 58

DTAMOD 14970798 MDB 59

DTAMOD 14833830 MDB 60

DTAMOD 14971412 MDB 61

DTAMOD 15733559 MDB 51

DTAMOD 15437869 MDBORA 4

DTAMOD 15440999

DTAMOD 14995562

DTAMOD 14995373

DTAMOD 14995393

DTAMOD 15392969 MDB 38

DTAMOD 14610972

DTAMOD 14585283

DTAMOD 14618702

 

SQL Server on Windows

DTAMOD 16898981 MDB 145

 

DTAMOD 17072813 MDB 162

 

DTAMOD 16898454 MDB 144

 

DTAMOD 16898441 MDB 143

 

DTAMOD 16778881 MDB 134

DTAMOD 16650634 MDB 132

DTAMOD 16584755 MDB 127

DTAMOD 16580907 MDB 126

DTAMOD 16528888 MDB 125

DTAMOD 16477216 MDB 122

DTAMOD 16029870 MDB 121

DTAMOD 14595654 MDB 120

DTAMOD 16441800 MDB 119

DTAMOD 16377773 MDB 116

DTAMOD 16377823 MDB 32

DTAMOD 15277870 MDB 90

DTAMOD 15985502 MDB 86

DTAMOD 15832202 MDB 79

DTAMOD 15914385 MDB 78

DTAMOD 15918155 MDB 77

DTAMOD 15823162 MDB 75

DTAMOD 15546020 MDB 54

DTAMOD 15215592 MDB 53

DTAMOD 14539264 MDB 52

DTAMOD 15441161 MDB 30

DTAMOD 15377965 MDB 30

DTAMOD 15216694 MDB 25

DTAMOD 15251588 MDB 23



DDL Changes

DDL changes have been included in this service pack. These are listed in this section. For details of database objects affected by the above changes see the related sql script in the “patches” subdirectory of the corresponding service pack package.

Ingres

SQL Server

Oracle

DTAMOD 16788484

DTAMOD 16551097

DTAMOD 16443179

DTAMOD 16443159

DTAMOD 16333915

DTAMOD 16291505

DTAMOD 16255155

DTAMOD 16255152

DTAMOD 16254966

DTAMOD 16231032

DTAMOD 16223647

DTAMOD 16204708

DTAMOD 16200193

DTAMOD 16188665

DTAMOD 16082927

DTAMOD 16037132

DTAMOD 15961507

DTAMOD 15948117

DTAMOD 15881095

DTAMOD 15786587

DTAMOD 15782572

DTAMOD 15756625

DTAMOD 15755932

DTAMOD 15653570

DTAMOD 15608645

DTAMOD 15490703

DTAMOD 15415231

DTAMOD 15213727

DTAMOD 15180170

DTAMOD 14857075

DTAMOD 15957102

DTAMOD 16190194

DTAMOD 15990494

DTAMOD 15505796

DTAMOD 15032461

DTAMOD 15278327

DTAMOD 15273416

DTAMOD 15273484

DTAMOD 15321636

DTAMOD 15373640

DTAMOD 15483938

DTAMOD 15416338

DTAMOD 15450469

DTAMOD 15591509

DTAMOD 15649403

DTAMOD 15819026

DTAMOD 15010584

DTAMOD 15592233

DTAMOD 15703451

DTAMOD 15042101

DTAMOD 15147582

DTAMOD 15456989

DTAMOD 15810931

DTAMOD 15000408

DTAMOD 15269493

DTAMOD 15403416

DTAMOD 15425654

DTAMOD 15637612

DTAMOD 15657272

DTAMOD 15705345

DTAMOD 15875618

DTAMOD 15259492

DTAMOD 14984021

DTAMOD 14385013

DTAMOD 15089641

DTAMOD 15027007

DTAMOD 14990799

DTAMOD 14939583

DTAMOD 14923019

DTAMOD 14881094

DTAMOD 14994265

DTAMOD 14716065

DTAMOD 14990617

DTAMOD 15224504

DTAMOD 15191610

DTAMOD 15191607

DTAMOD 15173977

DTAMOD 15128076

DTAMOD 15095944

DTAMOD 15050809

DTAMOD 15050804

DTAMOD 14963123

DTAMOD 14875628

DTAMOD 14875622

DTAMOD 14843396

DTAMOD 14843395

DTAMOD 14843392

DTAMOD 14835674

DTAMOD 14835455

DTAMOD 14835452

DTAMOD 14835424

DTAMOD 14903293

DTAMOD 14906843

DTAMOD 14905857

DTAMOD 14737809

DTAMOD 14657517

DTAMOD 14732594

DTAMOD 14892743

DTAMOD 14761153

DTAMOD 14720512

DTAMOD 14697138

DTAMOD 14681365

DTAMOD 14681355

DTAMOD 14681327

DTAMOD 14668173

DTAMOD 14655659

DTAMOD 14626896

DTAMOD 14588454

DTAMOD 14504590

DTAMOD 14505834

DTAMOD 14573920

DTAMOD 14660275

DTAMOD 14567794

DTAMOD 14574281

DTAMOD 14662608

DTAMOD 14539620

DTAMOD 14571426

DTAMOD 14604332

DTAMOD 14590854

DTAMOD 14590772

DTAMOD 14498118

DTAMOD 14632318

DTAMOD 14652113

DTAMOD 14633389 - modified

DTAMOD 14632279

DTAMOD 14579613

DTAMOD 14624859

DTAMOD 14507108

DTAMOD 14558296

DTAMOD 14529371

DTAMOD 14568562

DTAMOD 14568542

DTAMOD 14599569 - modified

DTAMOD 14618311

DTAMOD 14590062

DTAMOD 14585253

DTAMOD 14475441

DTAMOD 14554626

DTAMOD 14554654

DTAMOD 14554616

DTAMOD 14428091

DTAMOD 14548256

DTAMOD 14430661

DTAMOD 14446952

DTAMOD 14493497

DTAMOD 14514072

DTAMOD 14452385

DTAMOD 14436549

DTAMOD 14425822

DTAMOD 14461126

DTAMOD 14389243

DTAMOD 14389337

DTAMOD 14367415

DTAMOD 14362814

DTAMOD 14362009

DTAMOD 14361928

DTAMOD 14388168

DTAMOD 14384256

DTAMOD 14404917 - Deleted

DTAMOD 14419261

DTAMOD 14410581

DTAMOD 14234637 - Deleted

DTAMOD 16788484

DTAMOD 16883522

 

DTAMOD 16794102

DTAMOD 16787935

DTAMOD 16551097

DTAMOD 16514609

DTAMOD 16513266

DTAMOD 16507685

DTAMOD 16505478

DTAMOD 16464336

DTAMOD 16461243

DTAMOD 16460692

DTAMOD 16460686

DTAMOD 16460676

DTAMOD 16460658

DTAMOD 16443179

DTAMOD 16443159

DTAMOD 16443075

DTAMOD 16411358

DTAMOD 16379341

DTAMOD 16333915

DTAMOD 16291505

DTAMOD 16286984

DTAMOD 16255155

DTAMOD 16255152

DTAMOD 16254963

DTAMOD 16231032

DTAMOD 16223647

DTAMOD 16204708

DTAMOD 16200193

DTAMOD 16188665

DTAMOD 16112748

DTAMOD 16082927

DTAMOD 16037132

DTAMOD 15999789

DTAMOD 15961507

DTAMOD 15948117

DTAMOD 15782572

DTAMOD 15756625

DTAMOD 15755932

DTAMOD 15685758

DTAMOD 15662392

DTAMOD 15653570

DTAMOD 15544824

DTAMOD 15526052

DTAMOD 15522876

DTAMOD 15490703

DTAMOD 15415231

DTAMOD 15213727

DTAMOD 15180170

DTAMOD 14857075

DTAMOD 15957102

DTAMOD 16190194

DTAMOD 15525432

DTAMOD 15032461

DTAMOD 15273404

DTAMOD 15224752

DTAMOD 15321639

DTAMOD 15354066

DTAMOD 15373649

DTAMOD 15423964

DTAMOD 15444683

DTAMOD 15254573

DTAMOD 15518617

DTAMOD 15483929

DTAMOD 15450466

DTAMOD 15649403

DTAMOD 15819026

DTAMOD 15395763

DTAMOD 15532632

DTAMOD 15450594

DTAMOD 15010584

DTAMOD 15592233

DTAMOD 15703451

DTAMOD 15042101

DTAMOD 15147582

DTAMOD 15456989

DTAMOD 15543853

DTAMOD 15860702

DTAMOD 14607142

DTAMOD 14609496

DTAMOD 15047531 - Deleted

DTAMOD 15810931

DTAMOD 15403416

DTAMOD 15425654

DTAMOD 15637612

DTAMOD 15824920

DTAMOD 15657272

DTAMOD 15705345

DTAMOD 15875618

DTAMOD 15505796

DTAMOD 15990494

DTAMOD 16029018

DTAMOD 15259492

DTAMOD 15251588

DTAMOD 14984021

DTAMOD 15224511

DTAMOD 15191619

DTAMOD 15191617

DTAMOD 15191614

DTAMOD 15191613

DTAMOD 15174008

DTAMOD 14923043

DTAMOD 15128112

DTAMOD 15095923 - modified

DTAMOD 15050800

DTAMOD 15050793

DTAMOD 15050780

DTAMOD 15089641

DTAMOD 14823018

DTAMOD 15000408

DTAMOD 14990807

DTAMOD 14939613

DTAMOD 14930657

DTAMOD 14911227 - modified

DTAMOD 14911176

DTAMOD 14842193

DTAMOD 14716065 - modified

DTAMOD 14990617

DTAMOD 14963131

DTAMOD 14875635

DTAMOD 14875632

DTAMOD 14843603

DTAMOD 14843599

DTAMOD 14843483

DTAMOD 14835457

DTAMOD 14835448

DTAMOD 14835390

DTAMOD 14903293

DTAMOD 14906843

DTAMOD 14737809

DTAMOD 14732594

DTAMOD 14657517

DTAMOD 14620643

DTAMOD 14892743

DTAMOD 14694926

DTAMOD 14793104

DTAMOD 14705556

DTAMOD 14739657

DTAMOD 14539620

DTAMOD 14761153

DTAMOD 14720512

DTAMOD 14673022

DTAMOD 14446952

DTAMOD 14504590

DTAMOD 14580254

DTAMOD 14588437

DTAMOD 14655659

DTAMOD 14668173

DTAMOD 14573732

DTAMOD 14825128

DTAMOD 14652105

DTAMOD 14665944 - modified

DTAMOD 14727370

DTAMOD 14626896

DTAMOD 14681327

DTAMOD 14537257

DTAMOD 14551464

DTAMOD 14567794

DTAMOD 14571426

DTAMOD 14573920

DTAMOD 14590854

DTAMOD 14604332

DTAMOD 14606116

DTAMOD 14627469

DTAMOD 14632318

DTAMOD 14633394

DTAMOD 14640144

DTAMOD 14632279

DTAMOD 14623658

DTAMOD 14608268

DTAMOD 14618309

DTAMOD 14590059

DTAMOD 14528293 - modified

DTAMOD 14585259

DTAMOD 14569492 - modified

DTAMOD 14657498

DTAMOD 14569472

DTAMOD 14569473

DTAMOD 14507108

DTAMOD 14558296

DTAMOD 14529371

DTAMOD 14568562

DTAMOD 14568542

DTAMOD 14556293

DTAMOD 14556290

DTAMOD 14556282

DTAMOD 14556268

DTAMOD 14543336

DTAMOD 14529450

DTAMOD 14566526

DTAMOD 14623623

DTAMOD 14681365

DTAMOD 14697138

DTAMOD 17338954

DTAMOD 16788484

DTAMOD 16883522

DTAMOD 16794102

DTAMOD 16551097

DTAMOD 16526919

DTAMOD 16514609

DTAMOD 16505478

DTAMOD 16474403

DTAMOD 16443179

DTAMOD 16443159

DTAMOD 16443075

DTAMOD 16430867

DTAMOD 16411368

DTAMOD 16379372

DTAMOD 16333915

DTAMOD 16319710

DTAMOD 16291505 – modified v5

DTAMOD 16268344

DTAMOD 16255155

DTAMOD 16255152

DTAMOD 16254968

DTAMOD 16231032

DTAMOD 16223647

DTAMOD 16204701

DTAMOD 16200193

DTAMOD 16188665

DTAMOD 16037132

DTAMOD 15999789

DTAMOD 1594811701

DTAMOD 15948117

DTAMOD 15881095

DTAMOD 15782572

DTAMOD 15756625

DTAMOD 15755932

DTAMOD 1568575801

DTAMOD 15685758

DTAMOD 15653570

DTAMOD 15490703

DTAMOD 15415231

DTAMOD 15180170

DTAMOD 15957102

DTAMOD 16209413 – modified v2

DTAMOD 16190194

DTAMOD 16029018

DTAMOD 15918878

DTAMOD 15032461 - modified

DTAMOD 14857075

DTAMOD 15395750

DTAMOD 15592233

DTAMOD 15703451

DTAMOD 1577761101

DTAMOD 15777611

DTAMOD 14984021

DTAMOD 15042101

DTAMOD 15147582

DTAMOD 15456989

DTAMOD 1493836401

DTAMOD 14938364

DTAMOD 14949028

DTAMOD 15000408

DTAMOD 15403416

DTAMOD 1542565401 - modified v3

DTAMOD 15425654 - modified v3

DTAMOD 15637612

DTAMOD 15657272

DTAMOD 15705345

DTAMOD 15875618

DTAMOD 15259492

DTAMOD 14770933 - modified

DTAMOD 15128417

DTAMOD 14990815

DTAMOD 14939623

DTAMOD 14813935

DTAMOD 14911227 - modified

DTAMOD 14911057

DTAMOD 14842193

DTAMOD 14675242

DTAMOD 14990617

DTAMOD 14903293

DTAMOD 14732594

DTAMOD 14857075

DTAMOD 14906843

DTAMOD 14655659

DTAMOD 14588437

DTAMOD 14504590

DTAMOD 14737809

DTAMOD 14657517

DTAMOD 14774500 - modified

DTAMOD 14892743

DTAMOD 14830232

DTAMOD 14750221

DTAMOD 14761317

DTAMOD 14761153

DTAMOD 14720512

DTAMOD 14753486

DTAMOD 14749700

DTAMOD 14809098

DTAMOD 14697138

DTAMOD 14681365

DTAMOD 14651279

DTAMOD 14632318

DTAMOD 14612192

DTAMOD 14611503

DTAMOD 14611472

DTAMOD 14606139

DTAMOD 14604332

DTAMOD 14574281

DTAMOD 14571426

DTAMOD 14539620

DTAMOD 14715473

DTAMOD 14681327

DTAMOD 14626896

DTAMOD 14632279

DTAMOD 14715618

DTAMOD 14668173


6.0 Documentation

Updated guides for this product are available at http://support.ca.com.

To view PDF files, you must download and install the Adobe Reader from the Adobe web site if it is not already installed on your computer.


7.0 Contact Technical Support

For online technical assistance and a complete list of locations, primary service hours, and telephone numbers, contact Technical Support at http://support.ca.com.


Copyright © 2008 CA. All rights reserved.