Same error. I had commented out the first line it was erroring on just to test
if it would error on the next line and it did so that's the error it's
currently showing. For completeness I've added additional errors below, but I
assume the first error drives the problem.
2013-11-22 07:53:02, Error [0x08055d] MXE Agent: Migration XML
C:\MININT\USMT\X64\Cheftec.xml is not properly formatted. Message: Callback
entry point MigXMLHelper.DoesObjectExist("Registry","HKLM\SOFTWARE\Culinary
Software Services\ChefTec\General") not found.
2013-11-22 07:53:02, Error [0x000000] EngineStartup caught
exception: FormatException: Callback entry point
MigXMLHelper.DoesObjectExist("Registry","HKLM\SOFTWARE\Culinary Software
Services\ChefTec\General") not found. __cdecl
Mig::CMXEScriptCaller::CMXEScriptCaller(class UnBCL::String *,class
Mig::CMXEMigrationXml *,class Mig::CMXEXmlComponent *)
2013-11-22 07:53:02, Error [0x000000] Error while trying to
start the migration process[gle=0x00000006]
2013-11-22 07:53:02, Warning [0x000000] Internal error 4 was
translated to a generic error
From: [email protected] [mailto:[email protected]] On
Behalf Of Niall Brady
Sent: Friday, November 22, 2013 8:00 AM
To: [email protected]
Subject: Re: [MDT-OSD] My first USMT template
what error did you get this time
On Fri, Nov 22, 2013 at 1:53 PM, Brian Klish
<[email protected]<mailto:[email protected]>> wrote:
didn't help
On Fri, Nov 22, 2013 at 5:23 AM, Niall Brady
<[email protected]<mailto:[email protected]>> wrote:
remove
[EXEDir]
and try again
On Fri, Nov 22, 2013 at 4:07 AM, Brian Klish
<[email protected]<mailto:[email protected]>> wrote:
2013
On Thu, Nov 21, 2013 at 6:12 PM, Jeffrey Hunt
<[email protected]<mailto:[email protected]>> wrote:
what version of MDT are you using?
On 21 November 2013 09:28, Klish, Brian
<[email protected]<mailto:[email protected]>> wrote:
My first USMT template isn't going so well. I used the USMT sample template on
Technet as a reference. When I run a capture in MDT and check the
USMTcapture.log it has this error. My template is pasted below. Anyone know
what I'm doing wrong? Thanks.
2013-11-20 16:28:56, Error [0x08055d] MXE Agent: Migration XML
C:\MININT\USMT\X64\Cheftec.xml is not properly formatted. Message: Callback
entry point
MigXMLHelper.DoesObjectExist("Registry","HKLM\SOFTWARE\Wow6432Node\Culinary
Software Services\ChefTec\General [EXEDir]") not found.
<?xml version="1.0" encoding="UTF-8"?>
<migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/migtestapp">
<component type="Application">
<!-- Name of the application -->
<displayName>Cheftec</displayName>
<role role="Settings">
<detects>
<detect>
<!-- Make a call to in-built helper function to check if an object
exists or not -->
<condition>MigXMLHelper.DoesObjectExist("Registry","HKLM\SOFTWARE\Wow6432Node\Culinary
Software Services\ChefTec\General [EXEDir]")</condition>
<condition>MigXMLHelper.DoesObjectExist("Registry","HKLM\SOFTWARE\Culinary
Software Services\ChefTec\General [EXEDir]")</condition>
</detect>
</detects>
<!-- Describe the rules that will be executed during migration of this
component and the context, whether user, system or both -->
<rules context="User">
<!-- Delete objects specified in the object set on the destination
computer before applying source objects -->
<destinationCleanup>
<!-- Describe the pattern for the list of objects to be deleted -->
<objectSet>
<pattern type="Registry">HKCU\Software\Culinary Software Services\*
[*]</pattern>
</objectSet>
</destinationCleanup>
<!-- Specify which set of objects should be migrated -->
<include>
<!-- Describe the pattern for the list of objects to be included -->
<objectSet>
<pattern type="Registry">HKCU\Software\Culinary Software Services*
[*]</pattern>
</objectSet>
</include>
</rules>
</role>
</component>
</migration>