![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have 2 databases in two different instances that I am doing one-way replication to. I will be cold starting the replication when I first initialize it. But I do not want the target table to be refreshed. I have sychronized the capture side and apply side tables using export- import and then changed some column values on the target side after this export-import. I do not want these values to be overwritten. I just want the capture and apply to proceed from the current point on a cold start. Is there any way to do this? TIA. |
#3
| |||
| |||
|
|
On Mar 11, 9:08*am, Asphalt Blazer <asphaltbla... (AT) gmail (DOT) com> wrote: I have 2 databases in two different instances that I am doing one-way replication to. I will be cold starting the replication when I first initialize it. But I do not want the target table to be refreshed. I have sychronized the capture side and apply side tables using export- import and then changed some column values on the target side after this export-import. I do not want these values to be overwritten. I just want the capture and apply to proceed from the current point on a cold start. Is there any way to do this? TIA. This is Q-Replication. |
|
You have not mentioned whether this is SQL or Q Replication. If it is SQL Replication...once u do a COLD START of the capture ..you have to do a FAKE FULL REFRSH. Basically u have to update ASN.IBMSNAP_REGISTER SET DISABLE_REFRESH = 1 and also PRUNCTL Table. You have to change tables in the APPLY Side also. There should be lots of documentation regardin this in the info center..Pls check Cheers... Shashi Mannepalli |
#4
| |||
| |||
|
|
On Mar 11, 11:45*am, whatever <audheya2... (AT) gmail (DOT) com> wrote:> On Mar 11, 9:08*am, Asphalt Blazer <asphaltbla... (AT) gmail (DOT) com> wrote: I have 2 databases in two different instances that I am doing one-way replication to. I will be cold starting the replication when I first initialize it. But I do not want the target table to be refreshed. I have sychronized the capture side and apply side tables using export- import and then changed some column values on the target side after this export-import. I do not want these values to be overwritten. I just want the capture and apply to proceed from the current point on a cold start. Is there any way to do this? TIA. This is Q-Replication. I have done the disable refresh already. But on starting the apply, replication is not working. Is there any particular documentation regarding this you can point me to?Thank you. You have not mentioned whether this is SQL or Q Replication. If it is SQL Replication...once u do a COLD START of the capture ..you have to do a FAKE FULL REFRSH. Basically u have to update ASN.IBMSNAP_REGISTER SET DISABLE_REFRESH = 1 and also PRUNCTL Table. You have to change tables in the APPLY Side also. There should be lots of documentation regardin this in the info center..Pls check Cheers... Shashi Mannepalli- Hide quoted text - - Show quoted text - |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |