Usuario
No puedo configurar WSUS

Pregunta
-
Alguna idea que cual es el error.
2016-09-14 00:07:09 Postinstall started
2016-09-14 00:07:09 Detected role services: Api, UI, WidDatabase, Services
2016-09-14 00:07:09 Start: LoadSettingsFromXml
2016-09-14 00:07:09 Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
2016-09-14 00:07:09 Value is true
2016-09-14 00:07:09 End: GetConfigValue
2016-09-14 00:07:09 Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentDirectory
2016-09-14 00:07:09 Value is w:\WSUS
2016-09-14 00:07:09 End: GetConfigValue
2016-09-14 00:07:09 Content directory is w:\WSUS
2016-09-14 00:07:09 Database roleservice is not installed
2016-09-14 00:07:09 End: LoadSettingsFromXml
La postinstalaci¢n se est iniciando
2016-09-14 00:07:09 Start: Run
2016-09-14 00:07:09 Configuring content directory...
2016-09-14 00:07:09 Configuring groups...
2016-09-14 00:07:09 Starting group configuration for WSUS Administrators...
2016-09-14 00:07:09 Found group in regsitry, attempting to use it...
2016-09-14 00:07:11 Writing group to registry...
2016-09-14 00:07:11 Finished group creation
2016-09-14 00:07:11 Starting group configuration for WSUS Reporters...
2016-09-14 00:07:11 Found group in regsitry, attempting to use it...
2016-09-14 00:07:11 Writing group to registry...
2016-09-14 00:07:11 Finished group creation
2016-09-14 00:07:11 Configuring permissions...
2016-09-14 00:07:11 Fetching content directory...
2016-09-14 00:07:11 Fetching ContentDir from registry store
2016-09-14 00:07:11 Value is w:\WSUS
2016-09-14 00:07:11 Fetching group SIDs...
2016-09-14 00:07:11 Fetching WsusAdministratorsSid from registry store
2016-09-14 00:07:11 Value is S-1-5-21-2379223563-2598031150-3429604501-1001
2016-09-14 00:07:11 Fetching WsusReportersSid from registry store
2016-09-14 00:07:11 Value is S-1-5-21-2379223563-2598031150-3429604501-1002
2016-09-14 00:07:11 Creating group principals...
2016-09-14 00:07:11 Granting directory permissions...
2016-09-14 00:07:11 Granting permissions on content directory...
2016-09-14 00:07:11 Granting registry permissions...
2016-09-14 00:07:11 Granting registry permissions...
2016-09-14 00:07:11 Granting registry permissions...
2016-09-14 00:07:11 Configuring shares...
2016-09-14 00:07:11 Configuring network shares...
2016-09-14 00:07:11 Fetching content directory...
2016-09-14 00:07:11 Fetching ContentDir from registry store
2016-09-14 00:07:11 Value is w:\WSUS
2016-09-14 00:07:11 Fetching WSUS admin SID...
2016-09-14 00:07:11 Fetching WsusAdministratorsSid from registry store
2016-09-14 00:07:11 Value is S-1-5-21-2379223563-2598031150-3429604501-1001
2016-09-14 00:07:11 Content directory is local, creating content shares...
2016-09-14 00:07:11 Creating share "UpdateServicesPackages" with path "w:\WSUS\UpdateServicesPackages" and description "A network share to be used by client systems for collecting all software packages (usually applications) published on this WSUS system."
2016-09-14 00:07:11 Deleting existing share...
2016-09-14 00:07:11 Creating share...
2016-09-14 00:07:11 Share successfully created
2016-09-14 00:07:11 Creating share "WsusContent" with path "w:\WSUS\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system."
2016-09-14 00:07:11 Deleting existing share...
2016-09-14 00:07:11 Creating share...
2016-09-14 00:07:11 Share successfully created
2016-09-14 00:07:11 Creating share "WSUSTemp" with path "C:\Program Files\Update Services\LogFiles\WSUSTemp" and description "A network share used by Local Publishing from a Remote WSUS Console Instance."
2016-09-14 00:07:11 Deleting existing share...
2016-09-14 00:07:12 Creating share...
2016-09-14 00:07:12 Share successfully created
2016-09-14 00:07:12 Finished creating content shares
2016-09-14 00:07:12 Configuring WID database...
2016-09-14 00:07:12 Configuring the database...
2016-09-14 00:07:12 Establishing DB connection...
2016-09-14 00:07:12 Checking to see if database exists...
2016-09-14 00:07:12 Database exists
2016-09-14 00:07:12 Switching database to single user mode...
2016-09-14 00:07:12 Loading install type query...
2016-09-14 00:07:12 DECLARE @currentScriptVersion int
DECLARE @currentDBVersion int
IF NOT EXISTS(SELECT * FROM sys.databases WHERE name='SUSDB')
BEGIN
SELECT 1
END
ELSE
BEGIN
SET @currentScriptVersion = (9200 + 16384)
SET @currentDBVersion = (SELECT SchemaVersion FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
IF @currentDBVersion < 926
BEGIN
SELECT 3
END
ELSE IF @currentDBVersion < @currentScriptVersion
BEGIN
SELECT 2
END
ELSE IF @currentDBVersion = @currentScriptVersion
BEGIN
SELECT 0
END
ELSE
BEGIN
SELECT 4
END
END
2016-09-14 00:07:12 Install type is: Reinstall
2016-09-14 00:07:12 Creating logins...
2016-09-14 00:07:12 Fetching account info for S-1-5-20
2016-09-14 00:07:12 Found principal
2016-09-14 00:07:12 Found account
2016-09-14 00:07:12 Got binary SID
2016-09-14 00:07:12 Fetching WsusAdministratorsSid from registry store
2016-09-14 00:07:12 Value is S-1-5-21-2379223563-2598031150-3429604501-1001
2016-09-14 00:07:12 Fetching account info for S-1-5-21-2379223563-2598031150-3429604501-1001
2016-09-14 00:07:12 Found principal
2016-09-14 00:07:12 Found account
2016-09-14 00:07:12 Got binary SID
2016-09-14 00:07:12 Setting content location...
2016-09-14 00:07:12 Fetching ContentDir from registry store
2016-09-14 00:07:12 Value is w:\WSUS
2016-09-14 00:07:12 Swtching DB to multi-user mode......
2016-09-14 00:07:13 Finished setting multi-user mode
2016-09-14 00:07:13 Writing DB settings to registry...
2016-09-14 00:07:13 Marking PostInstall done for UpdateServices-WidDatabase in the registry...
2016-09-14 00:07:13 Configuring IIS...
2016-09-14 00:07:13 Start: ConfigureWebsite
2016-09-14 00:07:13 Configuring website on port 8530
2016-09-14 00:07:33 2016-09-14 00:07:14 Info IISCustomAction Realizando acci¢n de instalaci¢n, comando /Install
2016-09-14 00:07:32 Info IISCustomAction Comando /Install ejecutado correctamente
2016-09-14 00:07:33 End: ConfigureWebsite
2016-09-14 00:07:33 Configuring performance counters...
2016-09-14 00:07:33 Configuring Stats.NET perf counter...
2016-09-14 00:07:33 Configuring reporting perf counter...
2016-09-14 00:07:33 Configuring client webservice perf counter...
2016-09-14 00:07:33 Configuring server sync webservice perf counter...
2016-09-14 00:07:33 Configuring API remoting perf counter...
2016-09-14 00:07:33 Bringing services online...
2016-09-14 00:07:33 Checking initialization status...
2016-09-14 00:07:34 Database needs initialization.
2016-09-14 00:07:34 StartServer starting...
2016-09-14 00:07:34 Generating encryption key to write to the registry...
2016-09-14 00:07:34 Generating encryption key to write to the database...
2016-09-14 00:07:34 Generating encryption key succeeded...
2016-09-14 00:07:34 Setting WSUSService to autostart...
2016-09-14 00:07:34 WSUSService is set to autostart.
2016-09-14 00:07:34 Starting WSUSService...
2016-09-14 00:07:34 WSUSService is now started.
2016-09-14 00:07:34 Importing default detectoids.
2016-09-14 00:07:34 Importing CriticalUpdates.xml...
2016-09-14 00:07:35 Importing Drivers.xml...
2016-09-14 00:07:35 Importing FeaturePacks.xml...
2016-09-14 00:07:35 Importing MicrosoftCorporation.xml...
2016-09-14 00:07:35 Importing SecurityUpdates.xml...
2016-09-14 00:07:35 Importing ServicePacks.xml...
2016-09-14 00:07:35 Importing Tools.xml...
2016-09-14 00:07:35 Importing UpdateRollups.xml...
2016-09-14 00:07:35 Importing Updates.xml...
2016-09-14 00:07:35 Importing Windows.xml...
2016-09-14 00:07:35 Importing Windows2000family.xml...
2016-09-14 00:07:36 Importing WindowsServer2003DatacenterEdition.xml...
2016-09-14 00:07:36 Importing WindowsServer2003Family.xml...
2016-09-14 00:07:36 Importing WindowsXPfamily.xml...
2016-09-14 00:07:36 Importing LocalPublisher.xml...
2016-09-14 00:07:36 Importing LocallyPublishedPackages.xml...
2016-09-14 00:07:36 Importing Applications.xml...
2016-09-14 00:07:36 Importing Exchange.xml...
2016-09-14 00:07:36 Importing Office.xml...
2016-09-14 00:07:36 Importing SQL.xml...
2016-09-14 00:07:36 Importing Exchange2000Server.xml...
2016-09-14 00:07:36 Importing ExchangeServer2003.xml...
2016-09-14 00:07:36 Importing OfficeXP.xml...
2016-09-14 00:07:36 Importing Office2003.xml...
2016-09-14 00:07:36 Importing SQLServer.xml...
2016-09-14 00:07:36 Importing WindowsXP64BitEditionVersion2003.xml...
2016-09-14 00:07:36 Importing DefinitionUpdateSusXml.xml...
2016-09-14 00:07:36 Importing ClientServicingApiDetectoid.xml...
2016-09-14 00:07:36 Importing default detectoids succeeded.
2016-09-14 00:07:36 Creating default subscription.
2016-09-14 00:07:36 Instantiating UpdateServer
2016-09-14 00:07:38 CreateDefaultSubscription failed. Exception: System.Net.WebException: Error de la solicitud con el c¢digo de estado HTTP 404: Not Found.
en System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
en System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
en Microsoft.UpdateServices.Internal.ApiRemoting.GetServerVersion()
en Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.GetServerVersion()
en Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.CreateUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)
en Microsoft.UpdateServices.Internal.BaseApi.UpdateServer..ctor(Boolean bypassApiRemoting)
en Microsoft.UpdateServices.Setup.StartServer.StartServer.CreateDefaultSubscription()
2016-09-14 00:07:38 StartServer encountered errors. Exception=Error de la solicitud con el c¢digo de estado HTTP 404: Not Found.
2016-09-14 00:07:38 Microsoft.UpdateServices.Administration.CommandException: No se pudo iniciar y configurar el servicio WSUS
en Microsoft.UpdateServices.Administration.PostInstall.Run()
en Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
Error irrecuperable: No se pudo iniciar y configurar el servicio WSUS