Dormelchen 10 Posted October 11, 2003 Report Share Posted October 11, 2003 Hallo bekomme folgende Fehlermeldung und kann damit nicht direkt was anfangen : Ereignistyp: Warnung Ereignisquelle: WUSyncService Ereigniskategorie: Keine Ereigniskennung: 107 Datum: 11.10.2003 Zeit: 18:02:16 Benutzer: Nicht zutreffend Computer: SERVER Beschreibung: Software Update Services failed to load some configuration information. Examples of configuration information include: proxy server configuration, content location, and client locales to support. Because not all configuration information was loaded successfully, the default settings will be used instead. User Action To confirm your configuration, go to the Software Update Services Admin Web site (http://<YourServerName>/SUSAdmin), and click the Set options link. Additional Data One or more errors occurred while loading the settings file 'C:\inetpub\wwwroot\autoupdate\dictionaries\settings.txt'. (Error 0x80070057: Falscher Parameter.) Meine settings : AllowBasicAuth,0 AutomaticReapproval,1 AutoSyncEnabled,1 AutoSyncMaxRetries,3 AutoSyncPeriod,1440 CabPoolPath,C:\SUS\content\cabs CabPoolURL,http://server/content LanguageFilter,de LastApprovalDate, LastSync, MaintainContentLocally,1 NextSync,2003-10-12T04:00:00 ProxyAutoDetect,1 ProxyBypassLocal,1 ProxyName, ProxyPort,80 ProxyRequiresAuth,0 ProxyUserName, SyncApprovedItems,0 UseApprovedItemsList,1 UseProxy,0 UseWUServer,0 rufe ich http://server/content auf im Browser kommt Sie haben nicht die erforderliche Berechtigung, um die Seite anzuzeigen. Was habe ich vergessen oder kennt jemand noch eine gute Seite ausser die MS Seite die sich damit beschäftigt wo ich Hilfe finde Danke (PS : bin neu was SUS betrifft - habe aber schon sync etc gemacht und alles da und aproved) Quote Link to comment
thorgood 10 Posted October 11, 2003 Report Share Posted October 11, 2003 Die Event ID 107 ist laut MS nur ein Hinweis und kann Ignoriert werden. thorgood Quote Link to comment
Dormelchen 10 Posted October 11, 2003 Author Report Share Posted October 11, 2003 naja aber die updates holt er sich nicht.... Quote Link to comment
thorgood 10 Posted October 11, 2003 Report Share Posted October 11, 2003 Jetzt hab ich auch den Link mal endlich gefunden zu 107. http://www.microsoft.com/windowsserversystem/sus/susfaq.mspx thorgood Quote Link to comment
thorgood 10 Posted October 11, 2003 Report Share Posted October 11, 2003 Die Meldung Sie haben nicht die erforderliche Berechtigung, um die Seite anzuzeigen ist OK, da gibt es auch nichts anzuzeigen. Was zeigt denn http://server/susadmin ? thorgood Quote Link to comment
Dormelchen 10 Posted October 11, 2003 Author Report Share Posted October 11, 2003 Welcome to.... Also da ist auch alles eingestellt (denke ich) Die Updates sind runtergeladen - alle aproved die für die clients (XP) nötig sind options : kein proxyserver servername : server etc. aprovelog : succesfull Quote Link to comment
thorgood 10 Posted October 11, 2003 Report Share Posted October 11, 2003 Wenn Updates heruntergeladen sind und du diese approved hast läuft der SUS Server. thorgood Quote Link to comment
Dormelchen 10 Posted October 11, 2003 Author Report Share Posted October 11, 2003 tja nur die Clients bekommen nichts davon ab auf der clientseite http://server erscheint das Under Construction vom IIS also Verbindung ist da Quote Link to comment
thorgood 10 Posted October 11, 2003 Report Share Posted October 11, 2003 Das kannst du checken am Client. Gib auf der Konsole net stop wuauserv ein. Dein Verzeichnis \Programme\WindowsUpdate muss leer sein. Speichere nachfolgendes als update.reg Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update] "AUOptions"=dword:00000002 "AUState"=dword:00000002 [-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "WUServer"="http://server" "WUStatusServer"="http://server" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "NoAutoRebootWithLoggedOnUsers"=dword:00000001 "UseWUServer"=dword:00000001 "NoAutoUpdate"=dword:00000000 "AUOptions"=dword:00000002 "ScheduledInstallDay"=dword:00000000 "ScheduledInstallTime"=dword:00000001 "RescheduleWaitTime"=dword:00000001 Dann die REG Datei ausführen. und alles mit net start wuauserv starten. Innerhalb der nächsten 10 min müsste das Update starten. Das siehst du auch neuen an Dateien im Verzeichnis \Programme\WindowsUpdate thorgood Quote Link to comment
Dormelchen 10 Posted October 11, 2003 Author Report Share Posted October 11, 2003 ich werde berichten obs geklappt hat Danke schon mal Quote Link to comment
Dormelchen 10 Posted October 11, 2003 Author Report Share Posted October 11, 2003 Also der / die Clients wollen keine updates haben bzw bekommen keine Habe in den group policies eingestellt das die Abfrage kommen soll ob install etc.. Beim SUS Server funktioniert es und er bekommt die Updates Die Clients nicht Idee ? Quote Link to comment
thorgood 10 Posted October 12, 2003 Report Share Posted October 12, 2003 @Dormelchen, wir checken 1. stoppen des Clients ( net stop wuauserv ) 2. dein Verzeichnis \Programme\WindowsUpdate muss leer sein 3. im Regkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update sollten sich nur zwei Einträge befinden -> AUOptions und AUState 4. starten des Clients ( net start wuauserv ) 5. nach ca. 2 min sollten zwei Einträg im oben genannten Regkey hinzugekommen sein, das sind DetectionStartTime und LastWaitTimeout. LastWaitTimeout sollte ca 2 Std vor DetectionStartTime liegen. Dann funktioniert dein Client schon mal. 6. Sollten diese beiden Werte sich innerhalb der nächsten 10-20 min nicht verändern hat dein Client keine Verbindung zum Server. Dann Ping mal den Namen den du bei WUServer verwendet hast. thorgood Quote Link to comment
Dormelchen 10 Posted October 12, 2003 Author Report Share Posted October 12, 2003 1. gemacht 2. ist leer 3. Japp 2 Einträge 4. gestartet 5. LastWaitTimeout ist da DetectionStartTime auch Unterschied etwa 2 Std ( 1 Std und 55 Minuten) 6. ping server - funktioniert http://server auch Quote Link to comment
thorgood 10 Posted October 12, 2003 Report Share Posted October 12, 2003 @Dormelchen gibt es Dateien im Verzeichnis \Programme\WindowsUpdate. Was steht in der Datei "Windows Update.log" (ist im Windows Verzeichnis). Teste mal die Einträge WUServer und WUStatusServer mit der IP Adresse des SUS-Servers. thorgood Quote Link to comment
Dormelchen 10 Posted October 16, 2003 Author Report Share Posted October 16, 2003 gibt Dateien im Windows Update unter Programme : item.xml und das DIR V4 Auszug Log : 2003-10-16 23:55:40 21:55:40 Success IUENGINE Starting 2003-10-16 23:55:40 21:55:40 Success IUENGINE Determining machine configuration 2003-10-16 23:55:40 21:55:40 Success IUENGINE Querying software update catalog from http://192.168.0.1/autoupdate/getmanifest.asp'>http://192.168.0.1/autoupdate/getmanifest.asp'>http://192.168.0.1/autoupdate/getmanifest.asp 2003-10-16 23:55:40 21:55:40 Success IUENGINE Determining machine configuration 2003-10-16 23:55:40 21:55:40 Success IUENGINE Querying software update catalog from http://192.168.0.1/autoupdate/getmanifest.asp 2003-10-16 23:55:40 21:55:40 Success IUENGINE Determining machine configuration 2003-10-16 23:55:41 21:55:41 Success IUENGINE Querying software update catalog from http://192.168.0.1/autoupdate/getmanifest.asp 2003-10-16 23:55:45 21:55:45 Success IUENGINE Determining machine configuration 2003-10-16 23:55:45 21:55:45 Error IUENGINE Querying software update catalog from http://192.168.0.1/autoupdatedrivers/getmanifest.asp (Error 0x80190194) 2003-10-16 23:55:45 21:55:45 Success IUENGINE Shutting down 2003-10-16 23:55:45 21:55:45 Success IUCTL Shutting down WUServer etc mit IP eingetragen kommt aber nichts Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.