How to perform Incremental Migration in an RR environment where multiple repositories are pointing t
Procedure to point an RR Environment's AOMs to point to different Repositories:
Assumption:
A full Migration is already performed using MAIN Workspace with the RR environment Repository Name as "Siebel Repository"
Steps:
- Create an Integration WS (int_ucm_2020)
- Change the label text for Agent SR list applet and delivered the changes to
- int_ucm_2020 (Checkpointed)
- Perform Full Migration of this Integration Workspace to RR Environment.
- Once the migration is completed, rename the Migrated Repository to int ucm:
- select * from siebel.S_REPOSITORY;
- UPDATE S_REPOSITORY SET NAME='int ucm' WHERE NAME='Migrated Repository';
- Update the Siebel Repository Name for SFS Object Manager
0