we are doing the migration from TS-672 sp1 to TS-741. It is a fresh installation in windows platform.
We want to migrate a particular branch (all workareas under the branch)alone needs to be migrated.
Following is the approach we followed.
1. took the default store from TS-672 after shutting down.
2. copied to under TS-741\iw-store dir in the name of default_672
3. ran the command: iwstoreadm.exe -a default_672 - the is up and the contents are there.
4. ran the command: iwstoreadm.exe -d default - do down the default store.
5. ran the command to imgrate default_672 to default: iwmigrate -m Y:\default_672 -o C:\iw-store\default -b /default_672/main/mybrancg -d -w.
The migration is success without any error, but it creates an empty workarea called "temp_workare" also another major issue is one workarea content is copied to other workarea also.
For eg.
WORKAREA\wa1\dir1\file1_from_wa1 - this is ok
WORKAREA\wa2\dir2\file2_from_wa2 - this is ok
WORKAREA\wa1\dir2\file2_from_wa2 - this the is issue. this file belongs to wa2 but also copied to wa1
WORKAREA\wa1\dir2 - this is the issue. this dir belongs to wa2 but also copied to wa1
Please suggest the approach we followed is okay or any other best approach. please suggest. Thanks in advance.