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
Thanks
Ish
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
You should be able to ignore them -
Please can you provide more explanation on this.
what do you mean by move OS settings.
thanks in advance
Ish
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>