Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10671

Re: Remote client copy has not copied 58 tabels from PRD to DEV

$
0
0

Hi Siva,

 

I have checked the log, here are the tables was excluded from RCC. But, RCC was completed successfully. Due to this data is inconsistent in development server

Are these tables maintained in the exclusion list of client copy ??

 

If yes, remove the same from the exclusion list and perform remote client copy once again. It should pass through.

 

Alternatively you use R3trans to perform table level export and import.

This is how you do a export and import of table entries.

 

Export:

Open Notepad and type the following,

export

client = 020

file = 'clone.export.<sid>.<client no>.data'

select * from <client_dependent_tablename1>

select * from <client_dependent_tablename2>

........................................

........................................

select * from <client_dependent_tablenamen>

 

Save the file as export.ctl

Run R3trans export.ctl

and the data of these files will be stored in a file called clone.export.<sid>.data in the directory from which you have called R3trans

 

Import:

Open Notepad,

import

client = 040

file = clone.export.<sid>.<client no>.data

buffersync = yes                                               

 

Save the file as import.ctl

Run R3trans import.ctl

 

 

Hope this helps.

 

Regards,

Deepak Kori


Viewing all articles
Browse latest Browse all 10671

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>