Skip to content

Commit 1516007

Browse files
authored
Merge pull request #9663 from dknappettmsft/migrate-wsus-article
AB#7374: Migrating WSUS troubleshooting article from Windows Server docs
2 parents dab5ce4 + 7b7bff3 commit 1516007

File tree

2 files changed

+130
-10
lines changed

2 files changed

+130
-10
lines changed
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
---
2+
title: WSUS Messages and Troubleshooting Tips
3+
description: Windows Server Update Service (WSUS) article - Troubleshoot using WSUS messages
4+
ms.topic: troubleshooting
5+
ms.date: 03/07/2023
6+
ms.custom:
7+
- sap:windows servicing,updates and features on demand\windows update configuration,settings and management"
8+
- pcy:WinComm Devices Deploy
9+
---
10+
# WSUS Messages and Troubleshooting Tips
11+
12+
This article contains information about the following WSUS messages:
13+
14+
- Computer hasn't reported status
15+
16+
- Message ID 6703 - WSUS Synchronization Failed
17+
18+
- Error 0x80070643: Fatal error during installation
19+
20+
- Some services aren't running. Check the following services [...]
21+
22+
## Computer hasn't reported status
23+
24+
This message is generated in the WSUS console when a WSUS client computer doesn't send information to the WSUS server to indicate its current update state. This issue is typically caused by the WSUS client computer, not the WSUS server.
25+
26+
The most common reasons are:
27+
28+
- The computer has lost connectivity to the network:
29+
- The network cable is unplugged.
30+
- An intervening network cable is faulty.
31+
- The computer has a faulty network adapter.
32+
- The network port to which the computer connects has been disabled.
33+
- The wireless adapter is unable to associate with and connect to the corporate wireless access point.
34+
- The computer is turned off. (It has been shut down or is in sleep or hibernation mode.)
35+
36+
## Message ID 6703 - WSUS Synchronization Failed
37+
38+
```Event
39+
Message: The request failed with HTTP status 503: Service Unavailable.
40+
Source: Microsoft.UpdateServices.Administration.AdminProxy.createUpdateServer.
41+
```
42+
43+
When you attempt to open Update Services on the WSUS server, you receive the following error:
44+
45+
```Event
46+
Error: Connection Error
47+
An error occurred trying to connect to the WSUS server. This error can happen for a number of reasons. Please contact your network administrator if the problem persists. Click the reset Server Node to connect to the server again.
48+
```
49+
50+
Attempts to access the URL for the WSUS Administration website, for example `http://WSUS01:8530`, fails with the error:
51+
52+
`HTTP Error 503. The service is unavailable`
53+
54+
In this situation, the most likely cause is that the WsusPool Application Pool in IIS is in a stopped state.
55+
56+
Also, the Private Memory Limit (KB) for the Application Pool is probably set to the default value of 1843200 KB. If you encounter this problem, increase the Private Memory Limit to 4 GB (4000000 KB) and restart the Application Pool. To increase the memory perform the following steps:
57+
58+
1. Open the **Internet Information Services (IIS) Manager** console.
59+
1. Select **Application Pools** from the **Connections** pane, then select **WsusPool**, right-click and select **Advanced Settings**.
60+
1. Set the **Private Memory Limit (KB)** to _4000000_.
61+
1. Select **OK** to apply the setting.
62+
63+
It may be necessary to increase the Private Memory Limit to 8GB (8000000 KB) or higher depending on the environment.
64+
65+
## Error 0x80070643: Fatal error during installation
66+
67+
If WSUS was set up using Microsoft SQL Server, this problem occurs because the user who is running WSUS Setup doesn't have System Administrator permissions in SQL Server.
68+
To resolve this problem, grant System Administrator permissions to a user account or to a group account in SQL Server, and then run WSUS Setup again.
69+
70+
## Some services aren't running
71+
72+
Check the following services are running:
73+
74+
- **Selfupdate:** See [Automatic Updates Must Be Updated](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc708554(v=ws.10)) for information about troubleshooting the Selfupdate service.
75+
76+
- **WSSUService.exe:** This service facilitates synchronization. If you have problems with synchronization, access WSUSService.exe by clicking **Start**, pointing to **Administrative Tools**, clicking **Services**, and then finding **Windows Server Update Service** in the list of services. Once you have found the service:
77+
78+
- Verify that this service is running. Select **Start** if it's stopped or **Restart** to refresh the service.
79+
80+
- Use Event Viewer to check the **Application**, **Securit**y, and **System** event logs to see if there are any events that might indicate a problem.
81+
82+
- **Web servicesSQL Service:** Web services are hosted in IIS. If they aren't running, ensure that IIS is running (or started). You can also try resetting the Web service by typing **iisreset** at a command prompt.
83+
84+
- **SQL Service:** Every service except for the selfupdate service requires that the SQL service is running. If any of the log files indicate SQL connection problems, check the SQL service first. To access the SQL service, select **Start**, point to **Administrative Tools**, select **Services**, and then look for one of the following:
85+
86+
- **MSSQLSERVER** (if you're using WMSDE or MSDE, or if you're using SQL Server and are using the default instance name for the instance name)
87+
88+
- **MSSQL$WSUS** (if you're using a SQL Server database and have named your database instance WSUS)
89+
90+
Right-click the service, and then select **Start** if the service isn't running, or **Restart** to refresh the service if it's running.
91+
92+
## Cannot add duplicate collection entry of type mimeMap
93+
<!--max7633666-->
94+
If you previously added MIME types manually, you may see errors about duplicate entries due to [changes for WSUS to support UUP](/windows-server/administration/windows-server-update-services/plan/plan-your-wsus-deployment#uup-considerations#uup-considerations). If you receive an error similar to `Cannot add duplicate collection entry of type 'mimeMap' with unique key attribute 'fileExtension' set to '.wim'`, the MIME type may not have been set at the proper level. To resolve this issue, you'll need to edit the web.config file to remove the MIME type from level where it was originally set.
95+
96+
Locate the *web.config* file where the MIME type was set:
97+
98+
1. Open **MIME Types** at each level and find where the **Entry type** is listed as `local` for the `.wim` and `.msu` MIME types.
99+
- For instance, you might find that `.wim` is set to `local` at the *WSUS Administration* site level or at the *APIRemoting30* web service. These two MIME types should only be set to `local` at the server level.
100+
1. Once you've located where the MIME types are set to `local`, from that same location, in the action pane, select **Explore** to open the folder location.
101+
1. Open the *web.config* file with Notepad, or another text editor.
102+
1. Locate the MIME map entries for `.wim` and `.msu`. The entries should look similar to `<mimeMap fileExtension=".msu" mimeType="application/octect-stream" />`.
103+
1. In the line directly above the file entry, insert a removal for the type such as `<remove fileExtension=".msu" />`. If both file types were listed, the *web.config* file should look similar to the following entry:
104+
105+
```xml
106+
<configuration>
107+
<system.webServer>
108+
<staticContent>
109+
<remove fileExtension=".wim" />
110+
<mimeMap fileExtension=".wim" mimeType="application/x-ms-wim" />
111+
<remove fileExtension=".msu" />
112+
<mimeMap fileExtension=".msu" mimeType="application/octect-stream" />
113+
</staticContent>
114+
</system.webServer>
115+
</configuration>
116+
```
117+
118+
1. Save the changed to the *web.config* file then close it.

support/windows-server/toc.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3170,6 +3170,8 @@ items:
31703170
href: ./installing-updates-features-roles/windows-server-update-services-3-sp2.md
31713171
- name: WSUS clients can't install updates
31723172
href: ./installing-updates-features-roles/wsus-clients-cant-install-updates.md
3173+
- name: WSUS messages and troubleshooting tips
3174+
href: ./installing-updates-features-roles/wsus-messages-troubleshooting-tips.md
31733175
- name: Windows Update fails - installation stops with error
31743176
items:
31753177
- name: 'Troubleshooting guidance: Windows Server update'
@@ -3208,16 +3210,16 @@ items:
32083210
href: ./installing-updates-features-roles/troubleshoot-windows-installation-error.md
32093211
- name: Windows Update for Business Reports
32103212
items:
3211-
- name: Initial service configuration and Onboarding
3212-
items:
3213-
- name: 'Troubleshooting guidance: Windows Update for Business reports'
3214-
href: ./installing-updates-features-roles/wubr-troubleshooting-guidance.md
3215-
- name: Missing data or incomplete report data
3216-
items:
3217-
- name: 'WUBr: Troubleshoot diagnostic data transmission'
3218-
href: ./installing-updates-features-roles/wubr-troubleshooting-data-transmission.md
3219-
- name: 'WUBr: Use the configuration script to troubleshoot device configuration'
3220-
href: ./installing-updates-features-roles/wubr-troubleshooting-device-config-using-script.md
3213+
- name: Initial service configuration and Onboarding
3214+
items:
3215+
- name: 'Troubleshooting guidance: Windows Update for Business reports'
3216+
href: ./installing-updates-features-roles/wubr-troubleshooting-guidance.md
3217+
- name: Missing data or incomplete report data
3218+
items:
3219+
- name: 'WUBr: Troubleshoot diagnostic data transmission'
3220+
href: ./installing-updates-features-roles/wubr-troubleshooting-data-transmission.md
3221+
- name: 'WUBr: Use the configuration script to troubleshoot device configuration'
3222+
href: ./installing-updates-features-roles/wubr-troubleshooting-device-config-using-script.md
32213223
- name: Windows Server End of Support (EoS) FAQ
32223224
items:
32233225
- name: End of support for Windows Server 2008 and Windows Server 2008 R2

0 commit comments

Comments
 (0)