Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

USMT Scanstate Log, The Scan state log file contains some errors.

447 views
Skip to first unread message

Ish

unread,
Oct 27, 2008, 6:06:10 AM10/27/08
to
Hi all

Running the MigUser.xml with scanstate.exe has caused some errors.

The Errors are all pointing to 'Plugin.dll' files. ( in Program
files\*Windows*\ folder)

My question is the MigUser xml file doesn't contain any condition to include
the .dll files. Then Why is the error occuring?.

The only place in MigUser xml file where the Program files or Program
files\*Windows*\ is referenced is in <exclude>.

<exclude>
<objectSet>
<pattern type="File">%CSIDL_PROGRAM_FILES%\* [*]</pattern>
<!--We are trying to remove system files from other windows installation on
the same machine-->
<!--This is the best guess we can come up with, in case of these folder name
localized, we might not be
to do whatever we have intended here-->
<script>MigXmlHelper.GenerateDrivePatterns ("\Program Files\* [*]",
"Fixed")</script>
<script>MigXmlHelper.GenerateDrivePatterns ("\Winnt\* [*]", "Fixed")</script>
<script>MigXmlHelper.GenerateDrivePatterns ("\Windows\* [*]",
"Fixed")</script>
</objectSet>
</exclude>


Why is the log file showing error in accessing these .dll files when the
MigUser.xml file is not including them.


Any help is appreciated.

Thanks in advance
Ish

Ish

unread,
Oct 31, 2008, 8:51:01 AM10/31/08
to
Is there any help at all on this

Thanks
Ish

mawi2000

unread,
Nov 3, 2008, 2:59:01 PM11/3/08
to
You didn't enclose the specific error files, but it looks like you are not
removing/commenting the exclude section from your MigUser.xml. Therefore, it
is not including anything in the "C:\Program Files\*" location. If your dll
files are not migrating, and you need them, you should explicitly include
them in your own, customized xml file, such as "MigUserISH.xml"

Ish

unread,
Nov 11, 2008, 7:48:03 AM11/11/08
to
Hi Mawi

Thanks for your reply.

Just to be more clear, I dont want my dll files to be migrated.

And the MigUser.xml file I am using have exlcuded them.

My question was why is the log file showing Erros with dll files when I have
exclded them.


Part of log file where it shows the error is


Error [0x0808ff] COutOfProcPluginFactory::CreateInstance:
m_currentHostSurrogate->LoadDllServer(C:\Program
Files\USMT301\dlmanifests\Microsoft-Windows-RasConnectionManager\cmmigr.dll,
{22E5FCA2-9C7C-4239-8AED-4D0623F532D8}, 0) failed, hr=[0x80070003].

Error [0x0808ff] COutOfProcPluginFactory::CreateInstance:
m_currentHostSurrogate->LoadDllServer(C:\Program
Files\USMT301\dlmanifests\Microsoft-Windows-DHCPServerMigPlugin-DL\DhcpSrvMigPlugin.dll, {F5E8DE96-7F4D-4A29-BE28-3943538D0340}, 0) failed, hr=[0x80070003].

I am a bit worried about log file showing Errors. Are the Errors ignorable.?
Why is it happening.


Any help is appreciated.

Thanks
Ish

JR--

unread,
Nov 17, 2008, 2:25:02 PM11/17/08
to

Thoses errors look to be from plugins that are used to move OS settings -

You should be able to ignore them -

Ish

unread,
Nov 18, 2008, 8:08:10 AM11/18/08
to
Hi JR

Please can you provide more explanation on this.
what do you mean by move OS settings.

thanks in advance
Ish

JR--

unread,
Nov 18, 2008, 1:12:00 PM11/18/08
to
If you run scanstate /genconfig:config.xml

it will create a file that you can use to turn on or off OS settings
migration for windows components -

see a section on a config.xml file below - you should also notice
Microsoft-Windows-RasConnectionManager - which was noted in your log - they
likely use some plugin to move some settings - which for some reason failed -
if you do not care about this setting - you should be able to ignore it -

hope this helps?


<component displayname="Networking Connections" migrate="yes"
ID="network_and_internet\networking_connections">
<component displayname="Microsoft-Windows-Wlansvc" migrate="yes"
ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-wlansvc/microsoft-windows-wlansvc/settings"/>
<component displayname="Microsoft-Windows-RasConnectionManager"
migrate="yes"
ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-rasconnectionmanager/microsoft-windows-rasconnectionmanager/settings"/>
<component displayname="Microsoft-Windows-RasApi" migrate="yes"
ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-rasapi/microsoft-windows-rasapi/settings"/>
<component displayname="Microsoft-Windows-PeerToPeerCollab"
migrate="yes"
ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-peertopeercollab/microsoft-windows-peertopeercollab/settings"/>
<component displayname="Microsoft-Windows-MPR" migrate="yes"
ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-mpr/microsoft-windows-mpr/settings"/>
<component displayname="Microsoft-Windows-Dot3svc" migrate="yes"
ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-dot3svc/microsoft-windows-dot3svc/settings"/>
</component>

mawi2000

unread,
Nov 19, 2008, 6:17:02 PM11/19/08
to
One additional item that may or may not apply for you. I've seen this type of
error when running as a non-admin account, so I did a little additional
searching and am seeing other users have this as well. Have you made sure
this is run under Admin credentials?
0 new messages