Page 1 of 1

Copy Records from one Profile to another

Posted: Fri Feb 26, 2010 1:07 pm
by michel.weber
Hi

I have several profiles which are replicated to one destination profile.

I want to rebuild the destination profile, but unfortunately i can not rewalk one of the source profiles.

Is there an easy way to get the records from this source profile (or the old destination profile) into the new destination profile.

I thought maybe just copying the html and refs tables and then doing a reindex and a recat would work?

NB. i have read some posts which seemed a bit complicated, but they were quite old so maybe there is an easier way today.

Copy Records from one Profile to another

Posted: Fri Feb 26, 2010 2:54 pm
by mark
No easy way besides copying tables between databases and doing insert into select from sequences.

Another possibility would be to manually populate the replication queue with all the urls in the source profile.

Copy Records from one Profile to another

Posted: Fri Feb 26, 2010 4:30 pm
by michel.weber
>>No easy way besides copying tables between databases and
>>doing insert into select from sequences.
Thats what i meant by copying tables, but would that be enough if i do it with the refs and html tables?

Copy Records from one Profile to another

Posted: Fri Feb 26, 2010 4:49 pm
by mark
Yes, html and refs should do it.