2013-01-21 11:16:44 Postinstall started
2013-01-21 11:16:44 Detected role services: Api, UI, WidDatabase, Services
2013-01-21 11:16:44 Start: LoadSettingsFromParameters
2013-01-21 11:16:44 Content local is: True
2013-01-21 11:16:44 Content directory is: C:\Path
2013-01-21 11:16:44 SQL instname is:
2013-01-21 11:16:44 End: LoadSettingsFromParameters
2013-01-21 11:16:44 Start: Run
2013-01-21 11:16:44 Configuring content directory...
2013-01-21 11:16:44 Configuring groups...
2013-01-21 11:16:44 Starting group configuration for WSUS Administrators...
2013-01-21 11:16:44 Found group in regsitry, attempting to use it...
2013-01-21 11:16:47 Writing group to registry...
2013-01-21 11:16:47 Finished group creation
2013-01-21 11:16:47 Starting group configuration for WSUS Reporters...
2013-01-21 11:16:47 Found group in regsitry, attempting to use it...
2013-01-21 11:16:47 Writing group to registry...
2013-01-21 11:16:47 Finished group creation
2013-01-21 11:16:47 Configuring permissions...
2013-01-21 11:16:47 Fetching content directory...
2013-01-21 11:16:47 Fetching ContentDir from registry store
2013-01-21 11:16:47 Value is C:\Path
2013-01-21 11:16:47 Fetching group SIDs...
2013-01-21 11:16:47 Fetching WsusAdministratorsSid from registry store
2013-01-21 11:16:47 Value is S-1-5-21-222556900-4227015237-2781994514-1001
2013-01-21 11:16:47 Fetching WsusReportersSid from registry store
2013-01-21 11:16:47 Value is S-1-5-21-222556900-4227015237-2781994514-1002
2013-01-21 11:16:47 Creating group principals...
2013-01-21 11:16:47 Granting directory permissions...
2013-01-21 11:16:47 Granting permissions on content directory...
2013-01-21 11:16:47 Granting registry permissions...
2013-01-21 11:16:47 Granting registry permissions...
2013-01-21 11:16:47 Granting registry permissions...
2013-01-21 11:16:47 Configuring shares...
2013-01-21 11:16:47 Configuring network shares...
2013-01-21 11:16:47 Fetching content directory...
2013-01-21 11:16:47 Fetching ContentDir from registry store
2013-01-21 11:16:47 Value is C:\Path
2013-01-21 11:16:47 Fetching WSUS admin SID...
2013-01-21 11:16:47 Fetching WsusAdministratorsSid from registry store
2013-01-21 11:16:47 Value is S-1-5-21-222556900-4227015237-2781994514-1001
2013-01-21 11:16:47 Content directory is local, creating content shares...
2013-01-21 11:16:47 Creating share "UpdateServicesPackages" with path "C:\Path\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-01-21 11:16:47 Deleting existing share...
2013-01-21 11:16:47 Creating share...
2013-01-21 11:16:47 Share successfully created
2013-01-21 11:16:47 Creating share "WsusContent" with path "C:\Path\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system."
2013-01-21 11:16:47 Deleting existing share...
2013-01-21 11:16:47 Creating share...
2013-01-21 11:16:47 Share successfully created
2013-01-21 11:16:47 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-01-21 11:16:47 Deleting existing share...
2013-01-21 11:16:47 Creating share...
2013-01-21 11:16:47 Share successfully created
2013-01-21 11:16:47 Finished creating content shares
2013-01-21 11:16:47 Configuring WID database...
2013-01-21 11:16:47 Configuring the database...
2013-01-21 11:16:47 Establishing DB connection...
2013-01-21 11:16:47 Checking to see if database exists...
2013-01-21 11:16:47 Database exists
2013-01-21 11:16:47 Switching database to single user mode...
2013-01-21 11:16:50 Loading install type query...
2013-01-21 11:16:50 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-01-21 11:16:50 Install type is: Reinstall
2013-01-21 11:16:50 Creating logins...
2013-01-21 11:16:50 Fetching account info for S-1-5-20
2013-01-21 11:16:50 Found principal
2013-01-21 11:16:50 Found account
2013-01-21 11:16:50 Got binary SID
2013-01-21 11:16:50 Fetching WsusAdministratorsSid from registry store
2013-01-21 11:16:50 Value is S-1-5-21-222556900-4227015237-2781994514-1001
2013-01-21 11:16:50 Fetching account info for S-1-5-21-222556900-4227015237-2781994514-1001
2013-01-21 11:16:50 Found principal
2013-01-21 11:16:50 Found account
2013-01-21 11:16:50 Got binary SID
2013-01-21 11:16:50 Setting content location...
2013-01-21 11:16:50 Fetching ContentDir from registry store
2013-01-21 11:16:50 Value is C:\Path
2013-01-21 11:16:50 Swtching DB to multi-user mode......
2013-01-21 11:16:51 Finished setting multi-user mode
2013-01-21 11:16:51 Writing DB settings to registry...
2013-01-21 11:16:51 Marking PostInstall done for UpdateServices-WidDatabase in the registry...
2013-01-21 11:16:51 Configuring IIS...
2013-01-21 11:16:51 Start: ConfigureWebsite
2013-01-21 11:16:52 Configuring website on port 8530
2013-01-21 11:17:22 2013-01-21 11:17:01 Info IISCustomAction Performing Setup Action, Command /Install
2013-01-21 11:17:21 Info IISCustomAction Command /Install Succeeded
2013-01-21 11:17:22 End: ConfigureWebsite
2013-01-21 11:17:22 Configuring performance counters...
2013-01-21 11:17:22 Configuring Stats.NET perf counter...
2013-01-21 11:17:22 Configuring reporting perf counter...
2013-01-21 11:17:22 Configuring client webservice perf counter...
2013-01-21 11:17:22 Configuring server sync webservice perf counter...
2013-01-21 11:17:22 Configuring API remoting perf counter...
2013-01-21 11:17:22 Bringing services online...
2013-01-21 11:17:22 Checking initialization status...
2013-01-21 11:17:22 Database needs initialization.
2013-01-21 11:17:22 StartServer starting...
2013-01-21 11:17:22 Generating encryption key to write to the registry...
2013-01-21 11:17:22 Generating encryption key to write to the database...
2013-01-21 11:17:23 Generating encryption key succeeded...
2013-01-21 11:17:23 Setting WSUSService to autostart...
2013-01-21 11:17:23 WSUSService is set to autostart.
2013-01-21 11:17:23 Starting WSUSService...
2013-01-21 11:17:23 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(Stri ng[] args)
at Microsoft.UpdateServices.Setup.StartServer.StartSe rver.StartAndConfigureService()
2013-01-21 11:17:23 Importing default detectoids.
2013-01-21 11:17:23 Importing CriticalUpdates.xml...
2013-01-21 11:17:23 Importing Drivers.xml...
2013-01-21 11:17:23 Importing FeaturePacks.xml...
2013-01-21 11:17:23 Importing MicrosoftCorporation.xml...
2013-01-21 11:17:23 Importing SecurityUpdates.xml...
2013-01-21 11:17:23 Importing ServicePacks.xml...
2013-01-21 11:17:23 Importing Tools.xml...
2013-01-21 11:17:23 Importing UpdateRollups.xml...
2013-01-21 11:17:23 Importing Updates.xml...
2013-01-21 11:17:23 Importing Windows.xml...
2013-01-21 11:17:23 Importing Windows2000family.xml...
2013-01-21 11:17:23 Importing WindowsServer2003DatacenterEdition.xml...
2013-01-21 11:17:23 Importing WindowsServer2003Family.xml...
2013-01-21 11:17:23 Importing WindowsXPfamily.xml...
2013-01-21 11:17:23 Importing LocalPublisher.xml...
2013-01-21 11:17:23 Importing LocallyPublishedPackages.xml...
2013-01-21 11:17:23 Importing Applications.xml...
2013-01-21 11:17:23 Importing Exchange.xml...
2013-01-21 11:17:23 Importing Office.xml...
2013-01-21 11:17:23 Importing SQL.xml...
2013-01-21 11:17:23 Importing Exchange2000Server.xml...
2013-01-21 11:17:23 Importing ExchangeServer2003.xml...
2013-01-21 11:17:23 Importing OfficeXP.xml...
2013-01-21 11:17:23 Importing Office2003.xml...
2013-01-21 11:17:23 Importing SQLServer.xml...
2013-01-21 11:17:23 Importing WindowsXP64BitEditionVersion2003.xml...
2013-01-21 11:17:23 Importing DefinitionUpdateSusXml.xml...
2013-01-21 11:17:24 Importing ClientServicingApiDetectoid.xml...
2013-01-21 11:17:24 Importing default detectoids succeeded.
2013-01-21 11:17:24 Creating default subscription.
2013-01-21 11:17:24 Instantiating UpdateServer
2013-01-21 11:17:25 CreateDefaultSubscription failed. Exception: System.Net.WebException: The request failed with HTTP status 503: Service Unavailable.
at System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String methodName, Object[] parameters)
at Microsoft.UpdateServices.Internal.ApiRemoting.GetS erverVersion()
at Microsoft.UpdateServices.Internal.DatabaseAccess.A dminDataAccessProxy.GetServerVersion()
at Microsoft.UpdateServices.Internal.BaseApi.UpdateSe rver.CreateUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)
at Microsoft.UpdateServices.Internal.BaseApi.UpdateSe rver..ctor(Boolean bypassApiRemoting)
at Microsoft.UpdateServices.Setup.StartServer.StartSe rver.CreateDefaultSubscription()
2013-01-21 11:17:25 StartServer encountered errors. Exception=The request failed with HTTP status 503: Service Unavailable.
2013-01-21 11:17:25 Microsoft.UpdateServices.Administration.CommandExc eption: Failed to start and configure the WSUS service
at Microsoft.UpdateServices.Administration.PostInstal l.Run()
at Microsoft.UpdateServices.Administration.PostInstal l.Execute(String[] arguments)