Windows XP USMT 2.6 not migrating desired files/folders

Joined
Jul 7, 2007
Messages
7
Reaction score
0
This is a 3 question post :)
So I'm using USMT 2.6 for a WinXP to WinXP domain user migration and my log is showing an Error 3 Warning as follows:

==============================
Warning Can't copy object D:\Documents and Settings\user2\Local
Settings\Application
Data\Microsoft\Messenger\[email protected] to temporary
storage; ignoring. Error code: 2

Info Error 2: The system cannot find the file specified.

Warning Can't copy object D:\Documents and Settings\user2\Local
Settings\Application
Data\Microsoft\Messenger\[email protected]\Sharing
Folders to temporary storage; ignoring. Error code: 3

Info Error 3: The system cannot find the path specified.

Warning Can't copy object D:\Documents and Settings\user3\Local
Settings\Application
Data\Microsoft\Messenger\[email protected] to temporary
storage; ignoring. Error code: 2

Info Error 2: The system cannot find the file specified.

Warning Can't copy object D:\Documents and Settings\user3\Local
Settings\Application
Data\Microsoft\Messenger\[email protected]\Sharing
Folders to temporary storage; ignoring. Error code: 3

Info Error 3: The system cannot find the path specified.

Info Scanstate is exiting.
==============================

My command line is:
scanstate.exe USBDrive /user:DOMAIN\USER1 /user:DOMAIN\USER2 /user:DOMAIN\USER3 /compress- /localonly /i:INF\inf1.inf /i:INF\sysfiles.inf /l:USBDrive\scanstate.log /progress:USBDrive\progress.log /v:1 /c

I am logged in as domain user1 with Admin rights and the path D:\Documents and Settings\username\Local Settings\Application Data\Microsoft\Messenger\[email protected] only exists in user1's profile. My custom INF file (inf1.inf) has this:

=============================
[Version]
Signature=$Windows NT$

[Applications]

[ExcludeUsers]
NT AUTHORITY\*
SYSTEM

[Copy This State]
CopyFiles=Default CopyFiles
CopyFiles=Outlook CopyFiles
CopyFiles=File Extensions
DelFiles=Default Delete
DelReg=Default DeleteReg

[Copy This User State]
AddReg=Outlook AddReg
DelFiles=UserState Delete

[Default Delete]
DIR=%CSIDL_PERSONAL%\*\*.tmp
DIR=%CSIDL_INTERNET_CACHE%\*
;Remove
DIR=C:\Data Migration Files\*
DIR=%CSIDL_WINDOWS%\*
DIR=%CSIDL_LOCAL_APPDATA%\*

[Default DeleteReg]
HKR\*
HKLM\*

[Default CopyFiles]
;DIR=%CSIDL_PERSONAL%
DIR=%CSIDL_PERSONAL%\*
;DIR=%CSIDL_FAVORITES%
DIR=%CSIDL_FAVORITES%\*
;DIR=%CSIDL_DESKTOP%
DIR=%CSIDL_DESKTOP%\*
;DIR=%CSIDL_COOKIES%
DIR=%CSIDL_COOKIES%\*
;DIR=%CSIDL_NETHOOD%
DIR=%CSIDL_NETHOOD%\*
;DIR=%CSIDL_APPDATA%\TIMEnX
DIR=%CSIDL_APPDATA%\TIMEnX\*
;DIR=D:\LFNSTORE
DIR=D:\LFNSTORE\*

[Outlook CopyFiles]
;Custom Dictionary
DIR=%CSIDL_APPDATA%\Microsoft\Proof
;Signatures
DIR=%CSIDL_APPDATA%\Microsoft\Signatures
;Address AutoComplete
%CSIDL_APPDATA%\Microsoft\Outlook\*prf.NK2

[Outlook AddReg]
HKCU\Software\Microsoft\Office\11.0\Outlook\Categories\ [MasterList]

[File Extensions]
*.00, %PROFILESFOLDER%\*\GDv3_Found_Data
*.00x, %PROFILESFOLDER%\*\GDv3_Found_Data
*.01, %PROFILESFOLDER%\*\GDv3_Found_Data
=============================

I do not need (or want) D:\Documents and Settings\username\Local Settings\Application Data\ as specified in my custom INF file yet the tool seems to try and copy the folder still. I'm not sure if I have overlooked something.


So part 2, I am getting an undefined variable error as follows:
============================
Info Possible undefined environment variable(s) for NT
AUTHORITY\SYSTEM in the path %CSIDL_PERSONAL%\*

Info Possible undefined environment variable(s) for NT
AUTHORITY\SYSTEM in the path %CSIDL_FAVORITES%\*

Info Possible undefined environment variable(s) for NT
AUTHORITY\SYSTEM in the path %CSIDL_DESKTOP%\*

Info Possible undefined environment variable(s) for NT
AUTHORITY\SYSTEM in the path %CSIDL_COOKIES%\*

Info Possible undefined environment variable(s) for NT
AUTHORITY\SYSTEM in the path %CSIDL_NETHOOD%\*

Info Possible undefined environment variable(s) for NT
AUTHORITY\SYSTEM in the path %CSIDL_APPDATA%\TIMEnX\*

Info Base specification for D:\LFNSTORE\* is D:\LFNSTORE
Info Possible undefined environment variable(s) for NT
AUTHORITY\SYSTEM in the path %CSIDL_APPDATA%\Microsoft\Proof

Info Possible undefined environment variable(s) for NT
AUTHORITY\SYSTEM in the path %CSIDL_APPDATA%\Microsoft\Signatures

Info Possible undefined environment variable(s) for NT
AUTHORITY\SYSTEM in the path
%CSIDL_APPDATA%\Microsoft\Outlook\*prf.NK2

Info Possible undefined environment variable(s) for NT
AUTHORITY\SYSTEM in the path %CSIDL_PERSONAL%\*\*.tmp

Info Possible undefined environment variable(s) for NT
AUTHORITY\SYSTEM in the path %CSIDL_INTERNET_CACHE%\*
===========================

Again, as per my custom INF file, I do not want to migrate SYSTEM user files.



And the third, is there a way to supress offline (not connected to domain) error messages like the one below?

==========================
Error Failed to get a server in the DOMAIN domain [ERROR=2453 (995h)]
Info Error 2453: Could not find domain controller for this domain.

Error NetUserGetLocalGroups failed for user1 [ERROR=2221 (8ADh)]
Info Error 2221: The user name could not be found.

Error Failed to get a server in the DOMAIN domain [ERROR=2453 (995h)]
Info Error 2453: Could not find domain controller for this domain.

Error NetUserGetLocalGroups failed for user2 [ERROR=2221 (8ADh)]
Info Error 2221: The user name could not be found.

Error Failed to get a server in the DOMAIN domain [ERROR=2453 (995h)]
Info Error 2453: Could not find domain controller for this domain.

Error NetUserGetLocalGroups failed for user3 [ERROR=2221 (8ADh)]
Info Error 2221: The user name could not be found.
==========================

Any input would be much appreciated! :D
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top