uwe82
Goto Top

WSUS: Keine Statusreports mehr, merkwürdiger Fehler im Log

Nach Installation von SharePoint und nachträglicher Neuinstallation von ASP.NET funktioniert WSUS nicht mehr korrekt.

Folgendes Phänomen habe ich auf den Clients im WindowsUpdate.log:
2005-12-21	20:42:19	1440	63c	PT	+++++++++++  PT: Synchronizing server updates  +++++++++++
2005-12-21	20:42:19	1440	63c	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://server-2k3/ClientWebService/client.asmx
2005-12-21	20:42:21	1440	63c	PT	Initializing simple targeting cookie, clientId = ea96194c-235b-4f96-afdd-45c3452ad1cd, target group = , DNS name = uglaptop.grohne.local
2005-12-21	20:42:21	1440	63c	PT	  Server URL = http://server-2k3/SimpleAuthWebService/SimpleAuth.asmx
2005-12-21	20:42:22	1440	63c	PT	WARNING: GetAuthorizationCookie failure, error = 0x80244008, soap client error = 8, soap error code = 0, HTTP status code = 200
2005-12-21	20:42:22	1440	63c	PT	WARNING: Sync of Updates: 0x80244008
2005-12-21	20:42:23	1440	63c	Agent	  * WARNING: Failed to synchronize, error = 0x80244008
Ich konnte bisher nirgends Informationen über den ausgegebenen Fehler finden. Kennt den einer von Euch und weiß wie man ihn behebt? Es ist auf jeden Fall ein Problem auf der Serverseite, weil die Meldung bei allen Clients dieselbe ist.

//EDIT: Ich habe jetzt eine Möglichkeit gefunden, dem Fehler eher auf die Spur zu kommen, weiß aber im Moment nicht weiter. Durch das ASP.NET-Debugging bekomme ich folgenden Fehler:
Configuration Error 
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

Parser Error Message: Assembly microsoft.updateservices.server.simpleauth.dll security permission grant set is incompatible between appdomains.

Source Error: 


Line 357:
Line 358:                <add
Line 359:                    assembly="System.Web.UI.MobileControls.Adapters,Version=1.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" />  
Line 360:
Line 361:END section inserted by Device Update 4 installer.
 

Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config    Line: 359 

Content-Key: 22111

Url: https://administrator.de/contentid/22111

Printed on: April 18, 2024 at 16:04 o'clock

Member: Uwe82
Uwe82 Dec 22, 2005 at 05:09:41 (UTC)
Goto Top
OK, bin jetzt einen Schritt weiter. Die Zeile 359 war auskommentiert (keine Ahnung warum). Dafür bekomme ich nun einen neuen Fehler im Log:
2005-12-21	21:01:41	1440	63c	Setup	  * IsUpdateRequired = No
2005-12-21	21:01:42	1440	63c	PT	+++++++++++  PT: Synchronizing server updates  +++++++++++
2005-12-21	21:01:42	1440	63c	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://server-2k3/ClientWebService/client.asmx
2005-12-21	21:01:42	1440	63c	PT	Initializing simple targeting cookie, clientId = ea96194c-235b-4f96-afdd-45c3452ad1cd, target group = , DNS name = uglaptop.grohne.local
2005-12-21	21:01:42	1440	63c	PT	  Server URL = http://server-2k3/SimpleAuthWebService/SimpleAuth.asmx
2005-12-21	21:01:43	1440	63c	PT	WARNING: GetAuthorizationCookie failure, error = 0x8024400E, soap client error = 7, soap error code = 400, HTTP status code = 200
2005-12-21	21:01:43	1440	63c	PT	WARNING: SOAP Fault: 0x000190
2005-12-21	21:01:43	1440	63c	PT	WARNING:     faultstring:Fault occurred
2005-12-21	21:01:43	1440	63c	PT	WARNING:     ErrorCode:InternalServerError(5)
2005-12-21	21:01:43	1440	63c	PT	WARNING:     Message:
        
2005-12-21	21:01:43	1440	63c	PT	WARNING:     Method:"http://www.microsoft.com/SoftwareDistribution/Server/SimpleAuthWebService/GetAuthorizationCookie"  
2005-12-21	21:01:43	1440	63c	PT	WARNING:     ID:aaf19190-f833-4ebe-9313-5b92ad811497
2005-12-21	21:01:43	1440	63c	PT	WARNING: Sync of Updates: 0x8024400e
2005-12-21	21:01:43	1440	63c	Agent	  * WARNING: Failed to synchronize, error = 0x8024400E
2005-12-21	21:01:43	1440	63c	Agent	  * WARNING: Exit code = 0x8024400E
2005-12-21	21:01:43	1440	63c	Agent	*********
2005-12-21	21:01:43	1440	63c	Agent	**  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
2005-12-21	21:01:43	1440	63c	Agent	*************
2005-12-21	21:01:43	1440	63c	Agent	WARNING: WU client failed Searching for update with error 0x8024400e
2005-12-21	21:01:43	1440	63c	AU	>>##  RESUMED  ## AU: Search for updates [CallId = {C61A0546-C930-4B77-8A9D-3BB0B984C17A}]
2005-12-21	21:01:43	1440	63c	AU	  # WARNING: Search callback failed, result = 0x8024400E
2005-12-21	21:01:43	1440	63c	AU	#########
2005-12-21	21:01:43	1440	63c	AU	##  END  ##  AU: Search for updates [CallId = {C61A0546-C930-4B77-8A9D-3BB0B984C17A}]
2005-12-21	21:01:43	1440	63c	AU	#############
Nun gehts weiter zum nächsten Fehler. Hoffentlich komme ich bald mal an ein Ende face-sad