mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 10:53:43 +00:00
fixing table
This commit is contained in:
@ -71,217 +71,236 @@ To run the Upgrade Readiness deployment script:
|
|||||||
The deployment script displays the following exit codes to let you know if it was successful, or if an error was encountered.
|
The deployment script displays the following exit codes to let you know if it was successful, or if an error was encountered.
|
||||||
|
|
||||||
|
|
||||||
|
<table width='100%' border='1' cellspacing='0' cellpadding='0'>
|
||||||
<TABLE width="50%" border="1">
|
<tr>
|
||||||
|
<td BGCOLOR="#a0e4fa" width=5>Exit code</td>
|
||||||
<TR><TD BGCOLOR="#a0e4fa"; style="width:10%">Exit code</TD>
|
<td BGCOLOR="#a0e4fa">Meaning</td>
|
||||||
<TD BGCOLOR="#a0e4fa" style="width:40%">Meaning</td>
|
<td BGCOLOR="#a0e4fa">Suggested fix</td>
|
||||||
<TD BGCOLOR="#a0e4fa" style="width:50%">Suggested fix</td></tr>
|
</tr>
|
||||||
|
<tr><td>0</td>
|
||||||
<TR><TD>0</TD>
|
<td>Success</td>
|
||||||
<TD>Success
|
<td>N/A</td>
|
||||||
<TD>N/A
|
</tr>
|
||||||
|
<tr>
|
||||||
<TR><TD>1</TD>
|
<td>1</td>
|
||||||
<TD>Unexpected error occurred while executing the script.
|
<td>Unexpected error occurred while executing the script.</td>
|
||||||
<TD> The files in the deployment script are likely corrupted. Download the [latest script](https://go.microsoft.com/fwlink/?LinkID=822966&clcid=0x409) from the download center and try again.
|
<td> The files in the deployment script are likely corrupted. Download the [latest script](https://go.microsoft.com/fwlink/?LinkID=822966&clcid=0x409) from the download center and try again.</td>
|
||||||
|
</tr>
|
||||||
<TR><TD>2</TD>
|
<tr>
|
||||||
<TD>Error when logging to console. $logMode = 0.<BR>(console only)
|
<td>2</td>
|
||||||
<TD>Try changing the $logMode value to **1** and try again.<BR>$logMode value 1 logs to both console and file.
|
<td>Error when logging to console. $logMode = 0.<BR>(console only)</td>
|
||||||
|
<td>Try changing the $logMode value to **1** and try again.<BR>$logMode value 1 logs to both console and file.</td>
|
||||||
<TR><TD>3</TD>
|
</tr>
|
||||||
<TD>Error when logging to console and file. $logMode = 1.
|
<tr>
|
||||||
<TD>Verify that you have set the logPath parameter in RunConfig.bat, and that the configuration script has access to connect and write to this location.
|
<td>3</td>
|
||||||
|
<td>Error when logging to console and file. $logMode = 1.</td>
|
||||||
<TR><TD>4</TD>
|
<td>Verify that you have set the logPath parameter in RunConfig.bat, and that the configuration script has access to connect and write to this location.</td>
|
||||||
<TD>Error when logging to file. $logMode = 2.
|
</tr>
|
||||||
<TD>Verify that you have set the logPath parameter in RunConfig.bat, and that the configuration script has access to connect and write to this location.
|
<tr>
|
||||||
|
<td>4</td>
|
||||||
<TR><TD>5</TD>
|
<td>Error when logging to file. $logMode = 2.</td>
|
||||||
<TD>Error when logging to console and file. $logMode = unknown.
|
<td>Verify that you have set the logPath parameter in RunConfig.bat, and that the configuration script has access to connect and write to this location.</td>
|
||||||
<TD>Verify that you have set the logPath parameter in RunConfig.bat, and that the configuration script has access to connect and write to this location.
|
</tr>
|
||||||
|
<tr>
|
||||||
<TR><TD>6</TD>
|
<td>5</td>
|
||||||
<TD>The commercialID parameter is set to unknown. <BR>Modify the runConfig.bat file to set the CommercialID value.
|
<td>Error when logging to console and file. $logMode = unknown.</td>
|
||||||
<TD>The value for parameter in the runconfig.bat file should match the Commercial ID key for your workspace.
|
<td>Verify that you have set the logPath parameter in RunConfig.bat, and that the configuration script has access to connect and write to this location.</td>
|
||||||
<BR>See [Generate your Commercial ID key](upgrade-readiness-get-started.md#generate-your-commercial-id-key) for instructions on generating a Commercial ID key for your workspace.
|
</tr>
|
||||||
|
<tr>
|
||||||
<TR><TD>8</TD>
|
<td>6</td>
|
||||||
<TD>Failure to create registry key path: **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**
|
<td>The commercialID parameter is set to unknown. <BR>Modify the runConfig.bat file to set the CommercialID value.</td>
|
||||||
<TD>The Commercial Id property is set at the following registry key path: **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**
|
<td>The value for parameter in the runconfig.bat file should match the Commercial ID key for your workspace.
|
||||||
<BR>Verify that the context under which the script in running has access to the registry key.
|
<BR>See [Generate your Commercial ID key](https://technet.microsoft.com/itpro/windows/deploy/upgrade-readiness-get-started#generate-your-commercial-id-key) for instructions on generating a Commercial ID key for your workspace.</td>
|
||||||
|
</tr>
|
||||||
<TR><TD>9</TD>
|
<tr>
|
||||||
<TD>The script failed to write Commercial Id to registry.
|
<td>8</td>
|
||||||
<BR>Error creating or updating registry key: **CommercialId** at **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**
|
<td>Failure to create registry key path: <div style='font-size:7.0pt'>**HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**</div></td>
|
||||||
<TD>Verify that the context under which the script in running has access to the registry key.
|
<td>The Commercial Id property is set at the following registry key path: <div style='font-size:7.0pt'>**HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**</div>
|
||||||
|
<BR>Verify that the context under which the script in running has access to the registry key.</td>
|
||||||
<TR><TD>10</TD>
|
</tr>
|
||||||
<TD>Error when writing **CommercialDataOptIn** to the registry at **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**
|
<tr>
|
||||||
<TD>Verify that the deployment script is running in a context that has access to the registry key.
|
<td>9</td>
|
||||||
|
<td>The script failed to write Commercial Id to registry.
|
||||||
<TR><TD>11</TD>
|
<BR>Error creating or updating registry key: **CommercialId** at <div style='font-size:7.0pt'>**HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**</div>
|
||||||
<TD>Function **SetupCommercialId** failed with an unexpected exception.
|
</td>
|
||||||
<TD>The **SetupCommercialId** function updates the Commercial Id at the registry key path: **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection** <BR>Verify that the configuration script has access to this location.
|
<td>Verify that the context under which the script in running has access to the registry key.</td>
|
||||||
|
</tr>
|
||||||
<TR><TD>12</TD>
|
<tr>
|
||||||
<TD>Can’t connect to Microsoft - Vortex. Check your network/proxy settings.
|
<td>10</td>
|
||||||
<TD>**Http Get** on the end points did not return a success exit code.<BR>
|
<td>Error when writing **CommercialDataOptIn** to the registry at <div style='font-size:7.0pt'>**HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**</div></td>
|
||||||
For Windows 10, connectivity is verified by connecting to https://v10.vortex-win.data.microsoft.com/health/keepalive.<BR>
|
<td>Verify that the deployment script is running in a context that has access to the registry key.</td>
|
||||||
For previous operating systems, connectivity is verified by connecting to https://vortex-win.data.microsoft.com/health/keepalive.
|
</tr>
|
||||||
<BR>If there is an error verifying connectivity, this will prevent the collected data from being sent to Upgrade Readiness. To resolve this issue, verify that the required endpoints are correctly whitelisted. For more information, see [Enable data sharing](upgrade-readiness-get-started.md#enable-data-sharing).
|
<tr>
|
||||||
|
<td>11</td>
|
||||||
|
<td>Function **SetupCommercialId** failed with an unexpected exception.</td>
|
||||||
<TR><TD>13</TD>
|
<td>The **SetupCommercialId** function updates the Commercial Id at the registry key path: <div style='font-size:7.0pt'>**HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**</div> <BR>Verify that the configuration script has access to this location.</td>
|
||||||
<TD>Can’t connect to Microsoft - setting.
|
</tr>
|
||||||
<TD>An error occurred connecting to https://settings.data.microsoft.com/qos. This error will prevent the collected data from being sent to Upgrade Readiness. To resolve this issue, verify that the required endpoints are correctly whitelisted. For more information, see [Enable data sharing](upgrade-readiness-get-started.md#enable-data-sharing).
|
<tr>
|
||||||
|
<td>12</td>
|
||||||
|
<td>Can’t connect to Microsoft - Vortex. Check your network/proxy settings.</td>
|
||||||
<TR><TD>14</TD>
|
<td>**Http Get** on the end points did not return a success exit code.<BR>
|
||||||
<TD>Can’t connect to Microsoft - compatexchange.
|
For Windows 10, connectivity is verified by connecting to https://v10.vortex-win.data.microsoft.com/health/keepalive.<BR>
|
||||||
<TD>An error occurred connecting to https://compatexchange1.trafficmanager.net/CompatibilityExchangeService.svc . This error will prevent the collected data from being sent to Upgrade Readiness. To resolve this issue, verify that the required endpoints are correctly whitelisted. For more information, see [Enable data sharing](upgrade-readiness-get-started.md#enable-data-sharing).
|
For previous operating systems, connectivity is verified by connecting to https://vortex-win.data.microsoft.com/health/keepalive.
|
||||||
|
<BR>If there is an error verifying connectivity, this will prevent the collected data from being sent to Upgrade Readiness. To resolve this issue, verify that the required endpoints are correctly whitelisted. For more information, see [Enable data sharing](https://technet.microsoft.com/en-us/itpro/windows/deploy/upgrade-readiness-get-started#enable-data-sharing).</td>
|
||||||
<TR><TD>15</TD>
|
</tr>
|
||||||
<TD>Function CheckVortexConnectivity failed with an unexpected exception.
|
<tr>
|
||||||
<TD>This error will prevent the collected data from being sent to Upgrade Readiness. To resolve this issue, verify that the required endpoints are correctly whitelisted. For more information, see [Enable data sharing](upgrade-readiness-get-started.md#enable-data-sharing). Check the logs for the exception message and the HResult.
|
<td>13</td>
|
||||||
|
<td>Can’t connect to Microsoft - setting. </td>
|
||||||
<TR><TD>16</TD>
|
<td>An error occurred connecting to https://settings.data.microsoft.com/qos. This error will prevent the collected data from being sent to Upgrade Readiness. To resolve this issue, verify that the required endpoints are correctly whitelisted. For more information, see [Enable data sharing](https://technet.microsoft.com/en-us/itpro/windows/deploy/upgrade-readiness-get-started#enable-data-sharing).</td>
|
||||||
<TD>The computer requires a reboot before running the script.
|
</tr>
|
||||||
<TD>A reboot is required to complete the installation of the compatibility update and related KBs. Reboot the computer before running the Upgrade Readiness deployment script.
|
<tr>
|
||||||
|
<td>14</td>
|
||||||
<TR><TD>17</TD>
|
<td>Can’t connect to Microsoft - compatexchange.</td>
|
||||||
<TD>Function **CheckRebootRequired** failed with an unexpected exception.
|
<td>An error occurred connecting to https://compatexchange1.trafficmanager.net/CompatibilityExchangeService.svc . This error will prevent the collected data from being sent to Upgrade Readiness. To resolve this issue, verify that the required endpoints are correctly whitelisted. For more information, see [Enable data sharing](https://technet.microsoft.com/en-us/itpro/windows/deploy/upgrade-readiness-get-started#enable-data-sharing).</td>
|
||||||
<TD>A reboot is required to complete installation of the compatibility update and related KBs. Check the logs for the exception message and the HResult.
|
</tr>
|
||||||
|
<tr>
|
||||||
<TR><TD>18</TD>
|
<td>15</td>
|
||||||
<TD>Appraiser KBs not installed or **appraiser.dll** not found.
|
<td>Function CheckVortexConnectivity failed with an unexpected exception.</td>
|
||||||
<TD>Either the Appraiser KBs are not installed, or the **appraiser.dll** file was not found. For more information, see appraiser telemetry events and fields information in the [Data collection](upgrade-readiness-get-started.md#data-collection-and-privacy) and privacy topic.
|
<td>This error will prevent the collected data from being sent to Upgrade Readiness. To resolve this issue, verify that the required endpoints are correctly whitelisted. For more information, see [Enable data sharing](https://technet.microsoft.com/en-us/itpro/windows/deploy/upgrade-readiness-get-started#enable-data-sharing). Check the logs for the exception message and the HResult.</td>
|
||||||
|
</tr>
|
||||||
<TR><TD>19</TD>
|
<tr>
|
||||||
<TD>Function **CheckAppraiserKB**, which checks the compatibility update KBs, failed with unexpected exception.
|
<td>16</td>
|
||||||
<TD>Check the logs for the Exception message and HResult. The script will not run further if this error is not fixed.
|
<td>The computer requires a reboot before running the script.</td>
|
||||||
|
<td>A reboot is required to complete the installation of the compatibility update and related KBs. Reboot the computer before running the Upgrade Readiness deployment script.</td>
|
||||||
<TR><TD>20</TD>
|
</tr>
|
||||||
<TD>An error occurred when creating or updating the registry key **RequestAllAppraiserVersions** at **HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Appraiser**
|
<tr>
|
||||||
<TD>The registry key is required for data collection to work correctly. Verify that the script is running in a context that has access to the registry key.
|
<td>17</td>
|
||||||
|
<td>Function **CheckRebootRequired** failed with an unexpected exception.</td>
|
||||||
<TR><TD>21</TD>
|
<td>A reboot is required to complete installation of the compatibility update and related KBs. Check the logs for the exception message and the HResult.</td>
|
||||||
<TD>Function **SetRequestAllAppraiserVersions** failed with an unexpected exception.
|
</tr>
|
||||||
<TD>Check the logs for the exception message and HResult.
|
<tr>
|
||||||
|
<td>18</td>
|
||||||
<TR><TD>22</TD>
|
<td>Appraiser KBs not installed or **appraiser.dll** not found.</td>
|
||||||
<TD>**RunAppraiser** failed with unexpected exception.
|
<td>Either the Appraiser KBs are not installed, or the **appraiser.dll** file was not found. For more information, see appraiser telemetry events and fields information in the [Data collection](https://technet.microsoft.com/itpro/windows/deploy/upgrade-readiness-get-started#data-collection-and-privacy) and privacy topic.</td>
|
||||||
<TD>Check the logs for the exception message and HResult. Check the **%windir%\System32*8 directory for the file **CompatTelRunner.exe**. If the file does not exist, reinstall the required compatibility updates which include this file, and check your organization's Group Policy to verify it does not remove this file.
|
</tr>
|
||||||
|
<tr>
|
||||||
<TR><TD>23</TD>
|
<td>19</td>
|
||||||
<TD>Error finding system variable **%WINDIR%**.
|
<td>Function **CheckAppraiserKB**, which checks the compatibility update KBs, failed with unexpected exception.</td>
|
||||||
<TD>Verify that this environment variable is configured on the computer.
|
<td>Check the logs for the Exception message and HResult. The script will not run further if this error is not fixed.</td>
|
||||||
|
</tr>
|
||||||
<TR><TD>24</TD>
|
<tr>
|
||||||
<TD>The script failed when writing **IEDataOptIn** to the registry. An error occurred when creating registry key **IEOptInLevel** at **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**
|
<td>20</td>
|
||||||
<TD>This is a required registry key for IE data collection to work correctly. Verify that the deployment script in running in a context that has access to the registry key. Check the logs for the exception message and HResult.
|
<td>An error occurred when creating or updating the registry key **RequestAllAppraiserVersions** at <div style='font-size:7.0pt'>**HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Appraiser**</div> </td>
|
||||||
|
<td>The registry key is required for data collection to work correctly. Verify that the script is running in a context that has access to the registry key. </td>
|
||||||
<TR><TD>25</TD>
|
</tr>
|
||||||
<TD>The function **SetIEDataOptIn** failed with unexpected exception.
|
<tr>
|
||||||
<TD>Check the logs for the exception message and HResult.
|
<td>21</td>
|
||||||
|
<td>Function **SetRequestAllAppraiserVersions** failed with an unexpected exception.</td>
|
||||||
<TR><TD>26</TD>
|
<td>Check the logs for the exception message and HResult.</td>
|
||||||
<TD>The operating system is Server or LTSB SKU.
|
</tr>
|
||||||
<TD> The script does not support Server or LTSB SKUs.
|
<tr>
|
||||||
|
<td>22</td>
|
||||||
<TR><TD>27</TD>
|
<td>**RunAppraiser** failed with unexpected exception.</td>
|
||||||
<TD>The script is not running under **System** account.
|
<td>Check the logs for the exception message and HResult. Check the **%windir%\System32*8 directory for the file **CompatTelRunner.exe**. If the file does not exist, reinstall the required compatibility updates which include this file, and check your organization's Group Policy to verify it does not remove this file.</td>
|
||||||
<TD>The Upgrade Readiness configuration script must be run as **System**.
|
</tr>
|
||||||
|
<tr>
|
||||||
<TR><TD>28</TD>
|
<td>23</td>
|
||||||
<TD>Could not create log file at the specified **logPath**.
|
<td>Error finding system variable **%WINDIR%**.</td>
|
||||||
<TD> Make sure the deployment script has access to the location specified in the **logPath** parameter.
|
<td>Verify that this environment variable is configured on the computer.</td>
|
||||||
|
</tr>
|
||||||
<TR><TD>29</TD>
|
<tr>
|
||||||
<TD>Connectivity check failed for proxy authentication.
|
<td>24</td>
|
||||||
<TD>Install the cumulative updates on the computer and enable the **DisableEnterpriseAuthProxy** authentication proxy setting.
|
<td>The script failed when writing **IEDataOptIn** to the registry. An error occurred when creating registry key **IEOptInLevel** at <div style='font-size:7.0pt'>**HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**</div></td>
|
||||||
<BR>The **DisableEnterpriseAuthProxy** setting is enabled by default for Windows 7.
|
<td>This is a required registry key for IE data collection to work correctly. Verify that the deployment script in running in a context that has access to the registry key. Check the logs for the exception message and HResult.</td>
|
||||||
<BR>For Windows 8.1 computers, set the **DisableEnterpriseAuthProxy** setting to **0** (not disabled).
|
</tr>
|
||||||
<BR>For more information on authentication proxy support, see [this blog post](https://go.microsoft.com/fwlink/?linkid=838688).
|
<tr>
|
||||||
|
<td>25</td>
|
||||||
<TR><TD>30</TD>
|
<td>The function **SetIEDataOptIn** failed with unexpected exception.</td>
|
||||||
<TD>Connectivity check failed. Registry key property **DisableEnterpriseAuthProxy** is not enabled.
|
<td>Check the logs for the exception message and HResult.</td>
|
||||||
<TD>The **DisableEnterpriseAuthProxy** setting is enabled by default for Windows 7.
|
</tr>
|
||||||
<BR>For Windows 8.1 computers, set the **DisableEnterpriseAuthProxy** setting to **0** (not disabled).
|
<tr>
|
||||||
<BR>For more information on authentication proxy support, see [this blog post](https://go.microsoft.com/fwlink/?linkid=838688).
|
<td>26</td>
|
||||||
|
<td>The operating system is Server or LTSB SKU.</td>
|
||||||
<TR><TD>31</TD>
|
<td> The script does not support Server or LTSB SKUs.</td>
|
||||||
<TD>There is more than one instance of the Upgrade Readiness data collector running at the same time on this computer.
|
</tr>
|
||||||
<TD>Use the Windows Task Manager to check if **CompatTelRunner.exe** is running, and wait until it has completed to rerun the script. The Upgrade Readiness task is scheduled to run daily at 3 a.m.
|
<tr>
|
||||||
|
<td>27</td>
|
||||||
<TR><TD>32</TD>
|
<td>The script is not running under **System** account.</td>
|
||||||
<TD>Appraiser version on the machine is outdated.
|
<td>The Upgrade Readiness configuration script must be run as **System**. </td>
|
||||||
<TD>The configuration script detected a version of the compatibility update module that is older than the minimum required to correctly collect the data required by Upgrade Readiness solution. Use the latest version of the [compatibility update](upgrade-readiness-get-started.md#deploy-the-compatibility-update-and-related-kbs) for Windows 7 SP1/Windows 8.1.
|
</tr>
|
||||||
|
<tr>
|
||||||
<TR><TD>33</TD>
|
<td>28</td>
|
||||||
<TD>**CompatTelRunner.exe** exited with an exit code
|
<td>Could not create log file at the specified **logPath**.</td>
|
||||||
<TD>**CompatTelRunner.exe** runs the appraise task on the machine. If it fails, it will provide a specific exit code. The script will return exit code 33 when **CompatTelRunner.exe** itself exits with an exit code. Please check the logs for more details.
|
<td> Make sure the deployment script has access to the location specified in the **logPath** parameter.</td>
|
||||||
|
</tr>
|
||||||
<TR><TD>34</TD>
|
<tr>
|
||||||
<TD>Function **CheckProxySettings** failed with an unexpected exception.
|
<td>29</td>
|
||||||
<TD>Check the logs for the exception message and HResult.
|
<td>Connectivity check failed for proxy authentication. </td>
|
||||||
|
<td>Install the cumulative updates on the computer and enable the **DisableEnterpriseAuthProxy** authentication proxy setting.
|
||||||
<TR><TD>35</TD>
|
<BR>The **DisableEnterpriseAuthProxy** setting is enabled by default for Windows 7.
|
||||||
<TD>Function **CheckAuthProxy** failed with an unexpected exception.
|
<BR>For Windows 8.1 computers, set the **DisableEnterpriseAuthProxy** setting to **0** (not disabled).
|
||||||
<TD>Check the logs for the exception message and HResult.
|
<BR>For more information on authentication proxy support, see [this blog post](https://go.microsoft.com/fwlink/?linkid=838688).</td>
|
||||||
|
</tr>
|
||||||
<TR><TD>36</TD>
|
<tr>
|
||||||
<TD>Function **CheckAppraiserEndPointsConnectivity** failed with an unexpected exception.
|
<td>30</td>
|
||||||
<TD>Check the logs for the exception message and HResult.
|
<td>Connectivity check failed. Registry key property **DisableEnterpriseAuthProxy** is not enabled.</td>
|
||||||
|
<td>The **DisableEnterpriseAuthProxy** setting is enabled by default for Windows 7.
|
||||||
<TR><TD>37</TD>
|
<BR>For Windows 8.1 computers, set the **DisableEnterpriseAuthProxy** setting to **0** (not disabled).
|
||||||
<TD>**Diagnose_internal.cmd** failed with an unexpected exception.
|
<BR>For more information on authentication proxy support, see [this blog post](https://go.microsoft.com/fwlink/?linkid=838688).</td>
|
||||||
<TD>Check the logs for the exception message and HResult.
|
</tr>
|
||||||
|
<tr>
|
||||||
<TR><TD>38</TD>
|
<td>31</td>
|
||||||
<TD>Function **Get-SqmID** failed with an unexpected exception.
|
<td>There is more than one instance of the Upgrade Readiness data collector running at the same time on this computer. </td>
|
||||||
<TD>Check the logs for the exception message and HResult.
|
<td>Use the Windows Task Manager to check if **CompatTelRunner.exe** is running, and wait until it has completed to rerun the script. The Upgrade Readiness task is scheduled to run daily at 3 a.m.</td>
|
||||||
|
</tr>
|
||||||
<TR><TD>39</TD>
|
<tr>
|
||||||
<TD>For Windows 10: AllowTelemetry property is not set to 1 or higher at registry key path **HKLM:\SOFTWARE\Policies\Microsoft\Windows\DataCollection**
|
<td>32</td>
|
||||||
or **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**
|
<td>Appraiser version on the machine is outdated. </td>
|
||||||
<TD>For Windows 10 machines, the **AllowTelemetry** property should be set to 1 or greater to enable data collection. The script will throw an error if this is not true. For more information, see [Configure Windows telemetry in your organization](/windows/configuration/configure-windows-telemetry-in-your-organization).
|
<td>The configuration script detected a version of the compatibility update module that is older than the minimum required to correctly collect the data required by Upgrade Readiness solution. Use the latest version of the [compatibility update](https://technet.microsoft.com/en-us/itpro/windows/deploy/upgrade-readiness-get-started#deploy-the-compatibility-update-and-related-kbs) for Windows 7 SP1/Windows 8.1.</td>
|
||||||
|
</tr>
|
||||||
<TR><TD>40</TD>
|
<tr>
|
||||||
<TD>Function **CheckTelemetryOptIn** failed with an unexpected exception.
|
<td>33</td>
|
||||||
<TD>Check the logs for the exception message and HResult.
|
<td>**CompatTelRunner.exe** exited with an exit code </td>
|
||||||
|
<td>**CompatTelRunner.exe** runs the appraise task on the machine. If it fails, it will provide a specific exit code. The script will return exit code 33 when **CompatTelRunner.exe** itself exits with an exit code. Please check the logs for more details.</td>
|
||||||
<TR><TD>41</TD>
|
</tr>
|
||||||
<TD>The script failed to impersonate the currently logged on user.
|
<tr>
|
||||||
<TD>The script mimics the UTC client to collect upgrade readiness data. When auth proxy is set, the UTC client impersonates the logged on user. The script also tries to mimic this, but the process failed.
|
<td>34</td>
|
||||||
|
<td>Function **CheckProxySettings** failed with an unexpected exception. </td>
|
||||||
<TR><TD>42</TD>
|
<td>Check the logs for the exception message and HResult.></td>
|
||||||
<TD>Function **StartImpersonatingLoggedOnUser** failed with an unexpected exception.
|
</tr>
|
||||||
<TD>Check the logs for the exception message and HResult.
|
<tr>
|
||||||
|
<td>35</td>
|
||||||
<TR><TD>43</TD>
|
<td>Function **CheckAuthProxy** failed with an unexpected exception.</td>
|
||||||
<TD>Function **EndImpersonatingLoggedOnUser** failed with an unexpected exception.
|
<td>Check the logs for the exception message and HResult.</td>
|
||||||
<TD>Check the logs for the exception message and HResult.
|
</tr>
|
||||||
|
<tr>
|
||||||
<TR><TD>44</TD>
|
<td>36</td>
|
||||||
<TD>Function **Diagtrack.dll** version is old and so Auth Proxy will not work.
|
<td>Function **CheckAppraiserEndPointsConnectivity** failed with an unexpected exception.</td>
|
||||||
<TD>Update the computer using Windows Update or WSUS.
|
<td>Check the logs for the exception message and HResult.</td>
|
||||||
|
</tr>
|
||||||
<TR><TD>45</TD>
|
<tr>
|
||||||
<TD>**Diagtrack.dll** not found.
|
<td>37</td>
|
||||||
<TD>Update the computer using Windows Update or WSUS.
|
<td>**Diagnose_internal.cmd** failed with an unexpected exception.</td>
|
||||||
|
<td>Check the logs for the exception message and HResult.</td>
|
||||||
<TR><TD>46</TD>
|
</tr>
|
||||||
<TD>**DisableEnterpriseAuthProxy** property should be set to 1 for ClientProxy=Telemetry to work.
|
<tr>
|
||||||
<TD>The ClientProxy=Telemetry scenario requires the **DisableEnterpriseAuthProxy** registry key to be set to 1 at registry path: **HKLM:\SOFTWARE\Policies\Microsoft\Windows\DataCollection**.
|
<td>38</td>
|
||||||
|
<td>Function **Get-SqmID** failed with an unexpected exception. </td>
|
||||||
<TR><TD>47</TD>
|
<td>Check the logs for the exception message and HResult.</td>
|
||||||
<TD>**TelemetryProxyServer** property is not present in the Windows registry at **HKLM:\SOFTWARE\Policies\Microsoft\Windows\DataCollection**.
|
</tr>
|
||||||
<TD>ClientProxy selected is Telemetry. The **TelemetryProxyServer** key is not present at Windows registry path: **HKLM:\SOFTWARE\Policies\Microsoft\Windows\DataCollection**.
|
<tr>
|
||||||
|
<td>39</td>
|
||||||
<TR><TD>48</TD>
|
<td>For Windows 10: AllowTelemetry property is not set to 1 or higher at registry key path <div style='font-size:7.0pt'>**HKLM:\SOFTWARE\Policies\Microsoft\Windows\DataCollection**</div></td>
|
||||||
<TD>The **CommercialID** referenced in RunConfig.bat must be a GUID.
|
or <div style='font-size:7.0pt'>**HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**</div>
|
||||||
<TD>The **CommercialID** that is entered in RunConfig.bat must be a GUID. Copy the commercial ID from your workspace. To find the commercialID on the OMS portal, view Upgrade Readiness > Settings. You will find the commercial ID on the settings page.
|
<td>For Windows 10 machines, the **AllowTelemetry** property should be set to 1 or greater to enable data collection. The script will throw an error if this is not true. For more information, see [Configure Windows telemetry in your organization](https://technet.microsoft.com/itpro/windows/manage/configure-windows-telemetry-in-your-organization).</td>
|
||||||
|
</tr>
|
||||||
</TABLE>
|
<tr>
|
||||||
|
<td>40</td>
|
||||||
|
<td>Function **CheckTelemetryOptIn** failed with an unexpected exception. </td>
|
||||||
|
<td>Check the logs for the exception message and HResult.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>41</td>
|
||||||
|
<td>The script failed to impersonate the currently logged on user. </td>
|
||||||
|
<td>The script mimics the UTC client to collect upgrade readiness data. When auth proxy is set, the UTC client impersonates the logged on user. The script also tries to mimic this, but the process failed.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>42</td>
|
||||||
|
<td>Function **StartImpersonatingLoggedOnUser** failed with an unexpected exception. </td>
|
||||||
|
<td>Check the logs for the exception message and HResult.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>43</td>
|
||||||
|
<td>Function **EndImpersonatingLoggedOnUser** failed with an unexpected exception.</td>
|
||||||
|
<td>Check the logs for the exception message and HResult.</td>
|
||||||
|
</table>
|
Reference in New Issue
Block a user