Release Notes


15.10 Chapter 9. Capture and Apply for AS/400

On page 178, "A note on work management" should read as follows:

   You can alter the default definitions or provide your own definitions.
   If you create your own subsystem description, you must name the 
   subsystem QZSNDPR and create it in a library other than QDPR. 
   See "OS/400 Work Management V4R3", SC41-5306 for more information 
   about changing these definitions.

Add the following to page 178, "Verifying and customizing your installation of DB2 DataPropagator for AS/400":

If you have problems with lock contention due to high volume of transactions, you can increase the default wait timeout value from 30 to 120. You can change the job every time the Capture job starts or you can use the following procedure to change the default wait timeout value for all jobs running in your subsystem:

  1. Issue the following command to create a new class object by duplicating QGPL/QBATCH:
    CRTDUPOBJ OBJ(QBATCH) FROMLIB(QGPL) OBJTYPE(*CLS) 
             TOLIB(QDPR) NEWOBJ(QZSNDPR
    
  2. Change the wait timeout value for the newly created class (for example, to 300 seconds):
    CHGCLS CLS(QDPR/QZSNDPR) DFTWAIT(300)
    
  3. Update the routing entry in subsystem description QDPR/QZSNDPR to use the newly created class:
    CHGRTGE SBSD(QDPR/QZSNDPR) SEQNBR(9999) CLS(QDPR/QZSNDPR
    

|On page 194, "Using the delete journal receiver exit routine" should |include this sentence: If you remove the registration for the delete |journal receiver exit routine, make sure that all the journals used for source |tables have DLTRCV(*NO).

On page 195, the ADDEXITPGM command parameters should read:

   ADDEXITPGM EXITPNT(QIBM_QJO_DLT_JRNRCV) 
                FORMAT(DRCV0100) 
                PGM(QDPR/QZSNDREP) 
                PGMNBR(*LOW) 
                CRTEXITPNT(*NO) 
                PGMDTA(65535 10 QSYS)    


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