Hi All,I have migrated content of default store to another store using the iwmigrate commad. Now,I am attempting to update the workarea contents in the migrated store with updated contents in the workarea of the default store.To acheive this i am using the copyto command as follows:iwupdate -x /iwmnt/default/main/abc/def/WORKAREA/wa1 /iwmnt/iwmigrate/abc/def/WORKAREA/wa1But, I am experiencing the following error : Error:02102 : iwmnt/default/main/abc/def/WORKAREA/wa1 : src archive and dst archive donot matchnot sure what is causing is the error / what the error message is indicating?Please advice.
iwupdate does not work across stores.You might look into trying to use OD6.1x for doing something like this...
Requirement is that updated content from all workareas under each branch (source) must be copied to the migrated location is one attempt. Therefore i was looking to acheiving it using iw_copy_to method. Assuming that by OD method content can be copied to the migrated destination on a branch by branch basis, can you please suggest the best approach to acheiving the desired functionalty?Thanks in Advance.