Could you please clear my doubt. Are you referring f+ as the working version???
Hi all,We are facing an issue post migration from TS 6.1 to TS 6.7. Actually we have some programs which executes iwcmp programatically and after migration when we ran the same and getting results as f+ for source and f+ for target as well, which is a conflict as per our business requirements.Overview of migration we did:1. Submit and published all workareas2. Create the backing store.3. Migrate the backing store4. Re-create the workareas with original name, we had earllier (instead of temp_workarea)Can anyone provide any pointer / suggestion / resolution as how to get rid of f+ status from both as there is no difference in the file. It comes in to picture only after step 4 of migration.Thanks in advance. Much appreciated.
Are you re-creating the workareas - or re-naming the temp_workarea?If the latter - don't! That's intended for maintaining state in between runs of iwmigrate (incremental updates and such) and should not be used as a real workarea. If you're done migrating, remove it and create a new one. Whether or not the above has anything to do with the issues you are seeing - I don't know.
You did not indicate what areas you are using as parameters for iwcmp - that might help shed some light on the issue.
Thanks for a reply, Adam!! We are creating new workareas using the last edition. Not touching temp_workarea at all.We are not comparing the workareas, however we are using iwcmp for each and every file, chosen by the user from the workarea of 2 different branches with same work area content./iw-home/bin/iwcmp "/default/main/BRANCH_1/WORKAREA/filename" "/default/main/BRANCH_2/WORKAREA/filename" In the above representation, filename is similar in both branches.
diff -w -r /iwmnt/default/main/branch_1/WORKAREA/wa_name_1 /iwmnt/default/main/branch_2/WORKAREA/wa_name_2
diff -w /iwmnt/default/main/branch_1/WORKAREA/wa_name_1/path-to-file /iwmnt/default/main/branch_2/WORKAREA/wa_name_2/path-to-file