Wiki source code of Metadaten-Download Timeout erhöhen
Last modified by Sabrina V. on 2025/09/22 06:04
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Initial situation = | ||
2 | |||
3 | Windows Update Management is based on the targeted downloading and distribution of selected updates that are required for the user. Even if you, as the administrator, make a pre-selection of products and classifications, all metadata is required for comparison and is downloaded in its entirety. As a result, the download is sometimes so large that it no longer fits into the download slot, as this has a time limit. To avoid this, you can increase the metadata download timeout to download even larger and more extensive amounts of data as metadata. | ||
4 | |||
5 | |||
6 | = Procedure = | ||
7 | |||
8 | 1. Before you can increase the timeout, you must first exit the //ACMP Server //service. | ||
9 | 1. Then navigate to the ProgramData folder of the ACMP Server | ||
10 | "C:\ProgramData\Aagon\ACMP\Server\Config\{ServerID}". | ||
11 | 1. Create a backup of the Config.xml file by copying the folder to another location. | ||
12 | 1. Open the Config.xml file as an administrator. The file will open with the following content: | ||
13 | |||
14 | {{box}} | ||
15 | <MetadataDownloadTimeouts> | ||
16 | <THTTPTimeouts> | ||
17 | <ConnectTimeout>120</ConnectTimeout> | ||
18 | <ReceiveTimeout>300</ReceiveTimeout> | ||
19 | <SendTimeout>120</SendTimeout> | ||
20 | <Action>eaNone</Action> | ||
21 | </THTTPTimeouts> | ||
22 | </MetadataDownloadTimeouts> | ||
23 | {{/box}} | ||
24 | |||
25 | Change the content to: | ||
26 | |||
27 | {{box}} | ||
28 | <MetadataDownloadTimeouts> | ||
29 | <THTTPTimeouts> | ||
30 | <ConnectTimeout>320</ConnectTimeout> | ||
31 | <ReceiveTimeout>1800</ReceiveTimeout> | ||
32 | <SendTimeout>320</SendTimeout> | ||
33 | <Action>eaNone</Action> | ||
34 | </THTTPTimeouts> | ||
35 | </MetadataDownloadTimeouts> | ||
36 | {{/box}} | ||
37 | |||
38 | {{aagon.infobox}} | ||
39 | Please note that config.xml only exists if the server service has been exited beforehand. It is not generated at runtime. | ||
40 | {{/aagon.infobox}} | ||
41 | |||
42 | 5. Restart the ACMP Server service. When you initiate the next Metadata download, the increased timeout will be taken into account. | ||
43 | |||
44 | {{box}} | ||
45 | **Tip**: Check afterwards whether the extended timeout is still necessary after the first download or whether it can be reduced again. If an error occurs at a later point in time and the time window has not yet been reduced again, the error message will also be delayed accordingly. | ||
46 | {{/box}} |