I think i resolved issue with CLOB and BLOB. But replicating only some rows from source to target I dont get any error messages in applytrace. And moreover when i run the queries to check the status of the subscription sets. i see the status as 0.
db2 "SELECT APPLY_QUAL, SET_NAME, ACTIVATE, STATUS,SLEEP_MINUTES,LASTSUCCESS,SYNCHPOINT,SYNCHT IME FROM ASN.IBMSNAP_SUBS_SET with ur"
But when i check the counts in Source and Target they would be different.
This problem is an existing problem
I have got two other problems
1. When i start the capture in cold mode it takes hours to start . I mean SYNCHTIME doesnt get updated to the datetime when the capture is issued on source side
db2 "SELECT max(SYNCHTIME ) FROM ASN.IBMSNAP_REGISTER WHERE GLOBAL_RECORD='Y' with ur"
2. And today when i started the capture in cold mode after doing a full refresh i get a warning message
"<pruneCDUOWRetention> ASN0113W CAPTURE "ASN" : "PruneThread". The pruning retention limit will be reached in the next 24 hours."
How should i resolve this issue now ?