Overview

This is issue is caused by either of the following reasons:

In order to fix this, edit the param file for this replication as follows:

GGSCI (dst_server) 6> view params EBKREP1

Replicat Ebkrep1
USERID ggate, PASSWORD "password"
--DBOPTIONS IntegratedPARAMS(parallelism 2)
AssumeTargetDefs
OVERRIDEDUPS
--DiscardFile ./dirrpt/rpdw.dsc
Map SCEMANAME1.*, target SCEMANAME1.*;
Map SCEMANAME2.*, target SCEMANAME2.*;
MapExclude IZOLAPROP.IB_SESSION;


GGSCI (dst_server) 7> edit params EBKREP1
--change


GGSCI (dst_server) 42>  view params EBKREP1

Replicat Ebkrep1
USERID ggate, PASSWORD "password"
--DBOPTIONS IntegratedPARAMS(parallelism 2)
AssumeTargetDefs
OVERRIDEDUPS
ALLOWNOOPUPDATES   <- Add this parameter
--DiscardFile ./dirrpt/rpdw.dsc
Map SCEMANAME1.*, target SCEMANAME1.*;
Map SCEMANAME2.*, target SCEMANAME2.*;
MapExclude IZOLAPROP.IB_SESSION;

Wait it to sync again and check:

GGSCI (dst_server) 43> info all

Program     Status      Group       Lag at Chkpt  Time Since Chkpt

MANAGER     RUNNING                                           
REPLICAT    RUNNING     EBKREP1     00:00:00      00:00:05    
REPLICAT    RUNNING     REP2        00:00:00      00:00:05    


GGSCI (dst_server) 44>