I'm trying to reroute the following folders from the source machine to the
c:\Documents and Settings\Userprofile folder on the destination PC:
c:\My Documents
c:\Exchange
I've tried enabling the rules in the last section of the default miguser.xml
and changing the ('%SYSTEMDRIVE%\Data') location to the ('%CSIDL_PERSONAL%')
option but after running loadstate the above folders are still on the same
location in the destination PC. I've have also tried a relativemove instead
of a move with the same results.
By following the example in the USMT help file, I've created a custom xml
file and was able to migrate the c:\My Documents folder and files correctly,
but for some reason the c:\Exchange folder did not reroute correctly and
again, the destination PC still keeps the folders in their original location,
c:\
So my question is, how do I correctly capture c:\My Documents and
c:\Exchange from the source machine and then reroute them to CSIDL_PERSONAL
on the destination PC without the destination PC having these folders
duplicated on the c:\?
Thank you.
What version of USMT are you using?
3.0 had a bug that would double copy the files however I found it to be
fixed in 4.0
On a side note - is this shared data? or do you only have one user profile
to migrate?
Your scenario will get complicated with multiple users - also - the example
section in miguser is run in the system context and will not go into the
personal shell folder for a user - you will need to change the context to
"user" - but then it will apply for all users migrated - so ... you will
still have duplicate copies of data
I'm trying to get away from that and use the defaults, %userprofile%\My
Documents
I want to move C:\My Documents and C:\Exchange to the userprofile path.
I've tried using the user and system context but the data always gets
duplicated and C:\Exchange does not get moved at all.
I'm thinking that the default USMT xml files have a logic to move all common
file types. I've tried removing that last section from miguser.xml but the
issue is still there.
thanks!
SET MIG_ENABLE_DIAG=<File name>
In this log search for the files in question - make note of the migunit name
or component name - this will help you find which rules are duplicating data
If you have shell folder redirection on the source but the target system is
default the data should go in the correct location by default - you likely
have some system context rules gathering c:\My Documents -
You can create an exclude rule for your system context rules to exclude this
location -
let me know if that works - if not i will post a sample for you to try
Thanks!
I was able to figure out how to set the variable and after creating a
diag.xml file and going thru it line by line, I concluded that the last
section of the miguser.xml file was duplicating the data.
Once I removed the the “MigXmlHelper.GenerateDrivePatterns” for files with
known extensions section, the folders rerouted just fine.
Thank you very much for your help!
Do you know how to make USMT 3.0.1 migrate group membership?
USMT 4 can do this but I cannot get 3 to do it.....
My problem is very similar to that of Pascual, i have a Folder on the D:\
partition that keeps recreating on C:\ even though i've added an Exlude for
that specific Folder in my MigUser.xml. If i could generate the Diag file
however, i mightbe able to isolate the problem
Thanks
My migration script looks soemthing like this:
<locationModify
script="MigXmlHelper.RelativeMove('%CSIDL_FAVORITES%','%CSIDL_FAVORITES%\Aloha)">
should I instead do this?
<locationModify
script="MigXmlHelper.RelativeMove('%CSIDL_FAVORITES%','%CSIDL_FAVORITES%\Bob)">
or maybe this?
<locationModify
script="MigXmlHelper.RelativeMove('%CSIDL_FAVORITES%','%CSIDL_FAVORITES%\Hi
Nerds)">
I looked thru my rules and don't see any other rules that could cause
favorites to move (disabled the default favorites entry and have no .url
matching rules. Is there something I can specifically supress so that it is
only restored to the sub-dir I want?
By reading this very authentic exchange between you two I think I have it
all sorted now. Thanks so much for your help, I feel my apptimum for USMT is
much higher now!