Release Notes


15.9 Chapter 6. Setting up Your Replication Environment

15.9.1 Update-anywhere Prerequisite

If you want to set up update-anywhere replication with conflict detection and with more than 150 subscription set members in a subscription set, you must run the following DDL to create the ASN.IBMSNAP_COMPENSATE table on the control server:

   CREATE TABLE ASN.IBMSNAP_COMPENSATE (
           APPLY_QUAL char(18) NOT NULL,
           MEMBER SMALLINT,
           INTENTSEQ CHAR(10) FOR BIT DATA,
           OPERATION CHAR(1));

15.9.2 Setting Up Your Replication Environment

Page 95, "Customizing CD table, index, and tablespace names" states that the DPREPL.DFT file is in either the \sqllib\bin directory or the \sqllib\java directory. This is incorrect, DPREPL.DFT is in the \sqllib\cc directory.

|On page 128, the retention limit description should state that the |retention limit is used to prune rows only when Capture warm starts or when |you use the Capture prune command. If you started Capture with the |auto-pruning option, it will not use the retention limit to prune |rows.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]