Hey Spicers,
I'm trying to install WSUS services on my new Windows 2012 server but i keep getting configuration fail errors. I've copied the log below, would anybody be able to help me out?
2013-08-30 08:21:26 Postinstall started
2013-08-30 08:21:26 Detected role services: Api, UI, WidDatabase, Services
2013-08-30 08:21:26 Start: LoadSettingsFromXml
2013-08-30 08:21:26 Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
2013-08-30 08:21:26 Value is true
2013-08-30 08:21:26 End: GetConfigValue
2013-08-30 08:21:26 Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentDirectory
2013-08-30 08:21:26 Value is C:\WSUS
2013-08-30 08:21:26 End: GetConfigValue
2013-08-30 08:21:26 Content directory is C:\WSUS
2013-08-30 08:21:26 Database roleservice is not installed
2013-08-30 08:21:26 End: LoadSettingsFromXml
Post install is starting
2013-08-30 08:21:26 Start: Run
2013-08-30 08:21:26 Configuring content directory...
2013-08-30 08:21:26 Configuring groups...
2013-08-30 08:21:26 Starting group configuration for WSUS Administrators...
2013-08-30 08:21:26 Found group in regsitry, attempting to use it...
2013-08-30 08:21:26 Searching for existing group...
2013-08-30 08:21:27 Existing group was found
2013-08-30 08:21:27 Writing group to registry...
2013-08-30 08:21:27 Finished group creation
2013-08-30 08:21:27 Starting group configuration for WSUS Reporters...
2013-08-30 08:21:27 Found group in regsitry, attempting to use it...
2013-08-30 08:21:27 Searching for existing group...
2013-08-30 08:21:27 Existing group was found
2013-08-30 08:21:27 Writing group to registry...
2013-08-30 08:21:27 Finished group creation
2013-08-30 08:21:27 Configuring permissions...
2013-08-30 08:21:27 Fetching content directory...
2013-08-30 08:21:27 Fetching ContentDir from registry store
2013-08-30 08:21:27 Value is C:\WSUS
2013-08-30 08:21:27 Fetching group SIDs...
2013-08-30 08:21:27 Fetching WsusAdministratorsSid from registry store
2013-08-30 08:21:27 Value is S-1-5-21-4038164067-3932836542-1362040074-1226
2013-08-30 08:21:27 Fetching WsusReportersSid from registry store
2013-08-30 08:21:27 Value is S-1-5-21-4038164067-3932836542-1362040074-1227
2013-08-30 08:21:27 Creating group principals...
2013-08-30 08:21:27 Granting directory permissions...
2013-08-30 08:21:27 Granting permissions on content directory...
2013-08-30 08:21:28 Granting registry permissions...
2013-08-30 08:21:28 Granting registry permissions...
2013-08-30 08:21:28 Granting registry permissions...
2013-08-30 08:21:28 Configuring shares...
2013-08-30 08:21:28 Configuring network shares...
2013-08-30 08:21:28 Fetching content directory...
2013-08-30 08:21:28 Fetching ContentDir from registry store
2013-08-30 08:21:28 Value is C:\WSUS
2013-08-30 08:21:28 Fetching WSUS admin SID...
2013-08-30 08:21:28 Fetching WsusAdministratorsSid from registry store
2013-08-30 08:21:28 Value is S-1-5-21-4038164067-3932836542-1362040074-1226
2013-08-30 08:21:28 Content directory is local, creating content shares...
2013-08-30 08:21:28 Creating share "UpdateServicesPackages" with path "C:\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."
2013-08-30 08:21:28 Deleting existing share...
2013-08-30 08:21:28 Creating share...
2013-08-30 08:21:28 Share successfully created
2013-08-30 08:21:28 Creating share "WsusContent" with path "C:\WSUS\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system."
2013-08-30 08:21:28 Deleting existing share...
2013-08-30 08:21:28 Creating share...
2013-08-30 08:21:28 Share successfully created
2013-08-30 08:21:28 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."
2013-08-30 08:21:28 Deleting existing share...
2013-08-30 08:21:28 Creating share...
2013-08-30 08:21:28 Share successfully created
2013-08-30 08:21:28 Finished creating content shares
2013-08-30 08:21:28 Configuring WID database...
2013-08-30 08:21:28 Configuring the database...
2013-08-30 08:21:28 Establishing DB connection...
2013-08-30 08:21:28 Checking to see if database exists...
2013-08-30 08:21:28 Database exists
2013-08-30 08:21:28 Switching database to single user mode...
2013-08-30 08:21:31 Loading install type query...
2013-08-30 08:21:31 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
2013-08-30 08:21:31 Install type is: Reinstall
2013-08-30 08:21:31 Creating logins...
2013-08-30 08:21:31 Fetching account info for S-1-5-20
2013-08-30 08:21:31 Found principal
2013-08-30 08:21:31 Found account
2013-08-30 08:21:31 Got binary SID
2013-08-30 08:21:31 Fetching WsusAdministratorsSid from registry store
2013-08-30 08:21:31 Value is S-1-5-21-4038164067-3932836542-1362040074-1226
2013-08-30 08:21:31 Fetching account info for S-1-5-21-4038164067-3932836542-1362040074-1226
2013-08-30 08:21:31 Fetching account info for S-1-5-21-4038164067-3932836542-1362040074-1226
2013-08-30 08:21:31 Found principal
2013-08-30 08:21:31 Found account
2013-08-30 08:21:31 Got binary SID
2013-08-30 08:21:31 Setting content location...
2013-08-30 08:21:31 Fetching ContentDir from registry store
2013-08-30 08:21:31 Value is C:\WSUS
2013-08-30 08:21:31 Swtching DB to multi-user mode......
2013-08-30 08:21:32 Finished setting multi-user mode
2013-08-30 08:21:32 Writing DB settings to registry...
2013-08-30 08:21:32 Marking PostInstall done for UpdateServices-WidDatabase in the registry...
2013-08-30 08:21:32 Configuring IIS...
2013-08-30 08:21:32 Start: ConfigureWebsite
2013-08-30 08:21:33 Configuring website on port 8530
2013-08-30 08:22:12 2013-08-30 08:21:44 Info IISCustomAction Performing Setup Action, Command /Install
2013-08-30 08:22:11 Info IISCustomAction Command /Install Succeeded
2013-08-30 08:22:12 End: ConfigureWebsite
2013-08-30 08:22:12 Configuring performance counters...
2013-08-30 08:22:12 Configuring Stats.NET perf counter...
2013-08-30 08:22:12 Configuring reporting perf counter...
2013-08-30 08:22:12 Configuring client webservice perf counter...
2013-08-30 08:22:12 Configuring server sync webservice perf counter...
2013-08-30 08:22:12 Configuring API remoting perf counter...
2013-08-30 08:22:12 Bringing services online...
2013-08-30 08:22:12 Checking initialization status...
2013-08-30 08:22:12 Database needs initialization.
2013-08-30 08:22:12 StartServer starting...
2013-08-30 08:22:12 Generating encryption key to write to the registry...
2013-08-30 08:22:12 Generating encryption key to write to the database...
2013-08-30 08:22:12 Generating encryption key succeeded...
2013-08-30 08:22:12 Setting WSUSService to autostart...
2013-08-30 08:22:12 WSUSService is set to autostart.
2013-08-30 08:22:12 Starting WSUSService...
2013-08-30 08:22:12 Failed to start WsusService. Exception: System.InvalidOperationException: Cannot start service WSUSService on computer '.'. ---> System.ComponentModel.Win32Exception: An instance of the service is already running
--- End of inner exception stack trace ---
at System.ServiceProcess.ServiceController.Start(String[] args)
at Microsoft.UpdateServices.Setup.StartServer.StartServer.StartAndConfigureService()
2013-08-30 08:22:12 Importing default detectoids.
2013-08-30 08:22:12 Importing CriticalUpdates.xml...
2013-08-30 08:22:13 Importing Drivers.xml...
2013-08-30 08:22:13 Importing FeaturePacks.xml...
2013-08-30 08:22:13 Importing MicrosoftCorporation.xml...
2013-08-30 08:22:13 Importing SecurityUpdates.xml...
2013-08-30 08:22:13 Importing ServicePacks.xml...
2013-08-30 08:22:13 Importing Tools.xml...
2013-08-30 08:22:13 Importing UpdateRollups.xml...
2013-08-30 08:22:13 Importing Updates.xml...
2013-08-30 08:22:13 Importing Windows.xml...
2013-08-30 08:22:13 Importing Windows2000family.xml...
2013-08-30 08:22:13 Importing WindowsServer2003DatacenterEdition.xml...
2013-08-30 08:22:13 Importing WindowsServer2003Family.xml...
2013-08-30 08:22:13 Importing WindowsXPfamily.xml...
2013-08-30 08:22:13 Importing LocalPublisher.xml...
2013-08-30 08:22:13 Importing LocallyPublishedPackages.xml...
2013-08-30 08:22:13 Importing Applications.xml...
2013-08-30 08:22:13 Importing Exchange.xml...
2013-08-30 08:22:13 Importing Office.xml...
2013-08-30 08:22:13 Importing SQL.xml...
2013-08-30 08:22:13 Importing Exchange2000Server.xml...
2013-08-30 08:22:13 Importing ExchangeServer2003.xml...
2013-08-30 08:22:13 Importing OfficeXP.xml...
2013-08-30 08:22:13 Importing Office2003.xml...
2013-08-30 08:22:13 Importing SQLServer.xml...
2013-08-30 08:22:13 Importing WindowsXP64BitEditionVersion2003.xml...
2013-08-30 08:22:13 Importing DefinitionUpdateSusXml.xml...
2013-08-30 08:22:13 Importing ClientServicingApiDetectoid.xml...
2013-08-30 08:22:13 Importing default detectoids succeeded.
2013-08-30 08:22:13 Creating default subscription.
2013-08-30 08:22:13 Instantiating UpdateServer
2013-08-30 08:22:15 CreateDefaultSubscription failed. Exception: System.Net.WebException: The request failed with HTTP status 503: Service Unavailable.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.UpdateServices.Internal.ApiRemoting.GetServerVersion()
at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.GetServerVersion()
at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.CreateUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)
at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer..ctor(Boolean bypassApiRemoting)
at Microsoft.UpdateServices.Setup.StartServer.StartServer.CreateDefaultSubscription()
2013-08-30 08:22:15 StartServer encountered errors. Exception=The request failed with HTTP status 503: Service Unavailable.
2013-08-30 08:22:15 Microsoft.UpdateServices.Administration.CommandException: Failed to start and configure the WSUS service
at Microsoft.UpdateServices.Administration.PostInstall.Run()
at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
Fatal Error: Failed to start and configure the WSUS service