Copy Records from one Profile to another

Post Reply
michel.weber
Posts: 256
Joined: Sat Oct 08, 2005 12:40 pm

Copy Records from one Profile to another

Post 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.
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Copy Records from one Profile to another

Post 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.
michel.weber
Posts: 256
Joined: Sat Oct 08, 2005 12:40 pm

Copy Records from one Profile to another

Post 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?
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Copy Records from one Profile to another

Post by mark »

Yes, html and refs should do it.
Post Reply