-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import config.xml #53
Comments
The result in the log-file: |
I've not heard of that error from the tool before. Have you verified it
works if you manually use the USMT scanstate.exe commands? It would appear
that your config isn't properly formatted:
2019-07-12 11:48:07, *Error [0x08055d] MXE Agent: Migration XML
C:\Users\EXN346\Documents\Win10_Mig\Migrate-WindowsUserProfile\USMT\amd64\YPTOConfig.xml
is not properly formatted. Message: Should be exactly one element.*
…On Fri, Jul 12, 2019 at 6:49 AM Nahasson ***@***.***> wrote:
The result in the log-file:
2019-07-12 11:48:07, Info [0x000000] Script file specified:
C:\Users\EXN346\Documents\Win10_Mig\Migrate-WindowsUserProfile\USMT\amd64\YPTOConfig.xml
2019-07-12 11:48:07, *Error [0x08055d] MXE Agent: Migration XML
C:\Users\EXN346\Documents\Win10_Mig\Migrate-WindowsUserProfile\USMT\amd64\YPTOConfig.xml
is not properly formatted. Message: Should be exactly one element.*
2019-07-12 11:48:07, Error [0x000000] EngineStartup caught exception:
FormatException: Should be exactly one element. __cdecl
Mig::CMXEMigrationXml::CMXEMigrationXml(class Mig::CPlatform *,class
UnBCL::String *,class UnBCL::XmlDocument *,class UnBCL::String *,class
UnBCL::String *)
2019-07-12 11:48:07, Error [0x000000] Error while trying to start the
migration engine
2019-07-12 11:48:07, Warning [0x000000] Internal error 4 was translated to
a generic error
2019-07-12 11:48:07, Info [0x000000] Failed.[gle=0x00000091]
2019-07-12 11:48:07, Info [0x000000] Software malfunction or Unknown
exception[gle=0x00000091]
2019-07-12 11:48:07, Info [0x000000] USMT Completed at
2019/07/12:11:48:07.353[gle=0x00000091]
2019-07-12 11:48:07, Info [0x000000] -----------------------------------
USMT ERROR SUMMARY -----------------------------------
2019-07-12 11:48:07, Info [0x000000] * USMT error code 26:
2019-07-12 11:48:07, Info [0x000000]
+-----------------------------------------------------------------------------------------
2019-07-12 11:48:07, Info [0x000000] | Software malfunction or Unknown
exception, please check the following possible solutions:
2019-07-12 11:48:07, Info [0x000000] | - Check log for any errors found in
loaded migxml files
2019-07-12 11:48:07, Info [0x000000] | - Verify config xml file is not
loaded using /i
2019-07-12 11:48:07, Info [0x000000] | - If duplicate SID exists from temp
profile – use environment variable or delete temp profile
2019-07-12 11:48:07, Info [0x000000]
+-----------------------------------------------------------------------------------------
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#53?email_source=notifications&email_token=AAQVN64ZMKT3BVWXEAA4MQLP7BOVJA5CNFSM4ICEV5P2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZZNNWA#issuecomment-510842584>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQVN62EF43QCZ4YA7YSNZTP7BOVJANCNFSM4ICEV5PQ>
.
|
it works perfect with the scanstate.exe in commandline BTW: It's a Super!! tool you created |
YPTOConfig.txt |
I think I see the confusion! All the xml files used by this tool are Migration XML files. What Nahasson (and me, which is how I found this issue) wants is a Config.xml file. The former uses "/i:", the latter uses "/config:". This was also mentioned in issue #45 . A little confusingly, the code refers to the former as config/configuration files. I don't see a good way to implement this without a whole new separate button for "/config:" files, or perhaps a way to detect the contents (which would probably be harder). (Btw, a config file with everything set to migrate="no" saves a lot of space!) Echoing Nahasson, this is an excellent tool and I thank you for it; I hope to help make it even better! |
Hi Qeyleb, thank you for the reply and the suggestions. It works now. |
Thank you for the solutions guys |
If i'm "importing" my own config.xml file, I receive an error code 26: Verify config xml file is not loaded using /i....
If i'm using one of your xml's in the list it works just fine.
Any idea why?
The content of the config.xml:
The text was updated successfully, but these errors were encountered: