mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 12:23:37 +00:00
Freshness 04-12-2023 8
This commit is contained in:
@ -61,7 +61,7 @@ Additionally, the order in the **<ErrorControl>** section implies priority
|
||||
<ErrorControl>
|
||||
<fileError>
|
||||
<nonFatal errorCode="33">* [*]</nonFatal>
|
||||
<fatal errorCode="any">C:\Users\* [*]</fatal>
|
||||
<fatal errorCode="specify system error message here">C:\Users\* [*]</fatal>
|
||||
</fileError>
|
||||
<registryError>
|
||||
<nonFatal errorCode="5">HKCU\SOFTWARE\Microsoft\* [*]</nonFatal>
|
||||
@ -85,12 +85,12 @@ The **<fatal>** element isn't required.
|
||||
Syntax:
|
||||
|
||||
```xml
|
||||
<fatal errorCode="any"> <*pattern*> </fatal>
|
||||
<fatal errorCode="specify system error message here"> <pattern> </fatal>
|
||||
```
|
||||
|
||||
|Parameter|Required|Value|
|
||||
|--- |--- |--- |
|
||||
|errorCode|No|"any" or "*specify system error message here*"|
|
||||
|errorCode|No|*Specify system error message here*|
|
||||
|
||||
You use the **<fatal>** element to specify that errors matching a specific pattern should cause USMT to halt the migration.
|
||||
|
||||
@ -125,12 +125,12 @@ The **<nonFatal>** element isn't required.
|
||||
Syntax:
|
||||
|
||||
```xml
|
||||
<nonfatal errorCode="any"> <*pattern*> </nonFatal>
|
||||
<nonfatal errorCode="specify system error message here"> <pattern> </nonFatal>
|
||||
```
|
||||
|
||||
|Parameter|Required|Value|
|
||||
|--- |--- |--- |
|
||||
|**<errorCode>**|No|"any" or "*specify system error message here*". If system error messages aren't specified, the default behavior applies the parameter to all system error messages.|
|
||||
|**<errorCode>**|No|*Specify system error message here*. If system error messages aren't specified, the default behavior applies the parameter to all system error messages.|
|
||||
|
||||
You use the **<nonFatal>** element to specify that errors matching a specific pattern shouldn't cause USMT to halt the migration.
|
||||
|
||||
@ -152,7 +152,7 @@ Syntax:
|
||||
|
||||
|Parameter|Required|Value|
|
||||
|--- |--- |--- |
|
||||
|**<errorCode>**|No|"any" or "*specify system error message here*". If system error messages aren't specified, the default behavior applies the parameter to all system error messages.|
|
||||
|**<errorCode>**|No|*Specify system error message here*. If system error messages aren't specified, the default behavior applies the parameter to all system error messages.|
|
||||
|
||||
You use the **<registryError>** element to specify that errors matching a specific pattern shouldn't cause USMT to halt the migration.
|
||||
|
||||
@ -214,7 +214,7 @@ The **<createHardLink>** element defines a standard MigXML pattern that de
|
||||
Syntax:
|
||||
|
||||
```xml
|
||||
<createHardLink> <*pattern*> </createHardLink>
|
||||
<createHardLink> <pattern> </createHardLink>
|
||||
```
|
||||
|
||||
### <errorHardLink>
|
||||
@ -224,7 +224,7 @@ The **<errorHardLink>** element defines a standard MigXML pattern that des
|
||||
Syntax:
|
||||
|
||||
```xml
|
||||
<errorHardLink> <*pattern*> </errorHardLink>
|
||||
<errorHardLink> <pattern> </errorHardLink>
|
||||
```
|
||||
|
||||
### <ProfileControl>
|
||||
@ -457,7 +457,7 @@ The following sample `Config.xml` file contains detailed examples about items yo
|
||||
|
||||
<fileError>
|
||||
<nonFatal errorCode="33">* [*]</nonFatal>
|
||||
<fatal errorCode="any">C:\Users\* [*]</fatal>
|
||||
<fatal errorCode="specify system error message here">C:\Users\* [*]</fatal>
|
||||
</fileError>
|
||||
<registryError>
|
||||
<nonFatal errorCode="5">* [*]</nonFatal>
|
||||
|
Reference in New Issue
Block a user