How do you use this utility? I can't seem to get any output whatsoever, not even an error.
I'm trying to copy a branch (with all sub-branches and editions) from one W2K TS 5.5.2 server to another W2K TS 5.5.2 server. I've tried the following. Outcome is always the same: zero byte log file and hung iwmigrate process.
On the target TS server, I map M: to either 'default' (1st and 2nd cases below) or 'iw-store' (3nd case below)
I issue one of the following commands:

\iw-home\bin>iwmigrate -m m:\ -o d:\iw-store\default -b //psnva232/default/main/crewnet_portal >> d:\iw_migrate_crewnet_portal.log 2>>&1

\iw-home\bin>iwmigrate -o d:\iw-store\default -b //psnva232/default/main/crewnet_portal >> d:\iw_migrate_crewnet_portal_2.log 2>>&1

\iw-home\bin>iwmigrate -m m:\default -o d:\iw-store\default -b //psnva232/default/main/crewnet_portal >> d:\iw_migrate_crewnet_portal.log 2>>&1