2014-04-21 10:21:58 Postinstall started 2014-04-21 10:21:58 Detected role services: Api, UI, WidDatabase, Services 2014-04-21 10:21:58 Start: LoadSettingsFromParameters 2014-04-21 10:21:58 Content local is: True 2014-04-21 10:21:58 Content directory is: C:\WSUS 2014-04-21 10:21:58 SQL instname is: 2014-04-21 10:21:58 End: LoadSettingsFromParameters 2014-04-21 10:21:58 Start: Run 2014-04-21 10:21:58 Configuring content directory... 2014-04-21 10:21:58 Configuring groups... 2014-04-21 10:21:58 Starting group configuration for WSUS Administrators... 2014-04-21 10:21:58 Found group in regsitry, attempting to use it... 2014-04-21 10:21:58 Searching for existing group... 2014-04-21 10:21:58 Existing group was found 2014-04-21 10:21:58 Writing group to registry... 2014-04-21 10:21:58 Finished group creation 2014-04-21 10:21:58 Starting group configuration for WSUS Reporters... 2014-04-21 10:21:58 Found group in regsitry, attempting to use it... 2014-04-21 10:21:58 Searching for existing group... 2014-04-21 10:21:58 Existing group was found 2014-04-21 10:21:58 Writing group to registry... 2014-04-21 10:21:58 Finished group creation 2014-04-21 10:21:58 Configuring permissions... 2014-04-21 10:21:58 Fetching content directory... 2014-04-21 10:21:58 Fetching ContentDir from registry store 2014-04-21 10:21:58 Value is C:\WSUS 2014-04-21 10:21:58 Fetching group SIDs... 2014-04-21 10:21:58 Fetching WsusAdministratorsSid from registry store 2014-04-21 10:21:58 Value is S-1-5-21-468459533-1350957897-3903369320-1604 2014-04-21 10:21:58 Fetching WsusReportersSid from registry store 2014-04-21 10:21:58 Value is S-1-5-21-468459533-1350957897-3903369320-1605 2014-04-21 10:21:58 Creating group principals... 2014-04-21 10:21:59 Granting directory permissions... 2014-04-21 10:21:59 Granting permissions on content directory... 2014-04-21 10:21:59 Granting registry permissions... 2014-04-21 10:21:59 Granting registry permissions... 2014-04-21 10:21:59 Granting registry permissions... 2014-04-21 10:21:59 Configuring shares... 2014-04-21 10:21:59 Configuring network shares... 2014-04-21 10:21:59 Fetching content directory... 2014-04-21 10:21:59 Fetching ContentDir from registry store 2014-04-21 10:21:59 Value is C:\WSUS 2014-04-21 10:21:59 Fetching WSUS admin SID... 2014-04-21 10:21:59 Fetching WsusAdministratorsSid from registry store 2014-04-21 10:21:59 Value is S-1-5-21-468459533-1350957897-3903369320-1604 2014-04-21 10:21:59 Content directory is local, creating content shares... 2014-04-21 10:21:59 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." 2014-04-21 10:21:59 Deleting existing share... 2014-04-21 10:21:59 Creating share... 2014-04-21 10:21:59 Share successfully created 2014-04-21 10:21:59 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." 2014-04-21 10:21:59 Deleting existing share... 2014-04-21 10:21:59 Creating share... 2014-04-21 10:21:59 Share successfully created 2014-04-21 10:21:59 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." 2014-04-21 10:21:59 Deleting existing share... 2014-04-21 10:21:59 Creating share... 2014-04-21 10:21:59 Share successfully created 2014-04-21 10:21:59 Finished creating content shares 2014-04-21 10:21:59 Configuring WID database... 2014-04-21 10:21:59 Configuring the database... 2014-04-21 10:21:59 Establishing DB connection... 2014-04-21 10:21:59 Checking to see if database exists... 2014-04-21 10:21:59 Database exists 2014-04-21 10:21:59 Switching database to single user mode... 2014-04-21 10:22:00 Loading install type query... 2014-04-21 10:22:00 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 2014-04-21 10:22:00 Install type is: Reinstall 2014-04-21 10:22:00 Creating logins... 2014-04-21 10:22:00 Fetching account info for S-1-5-20 2014-04-21 10:22:00 Found principal 2014-04-21 10:22:00 Found account 2014-04-21 10:22:00 Got binary SID 2014-04-21 10:22:00 Fetching WsusAdministratorsSid from registry store 2014-04-21 10:22:00 Value is S-1-5-21-468459533-1350957897-3903369320-1604 2014-04-21 10:22:00 Fetching account info for S-1-5-21-468459533-1350957897-3903369320-1604 2014-04-21 10:22:00 Fetching account info for S-1-5-21-468459533-1350957897-3903369320-1604 2014-04-21 10:22:00 Found principal 2014-04-21 10:22:00 Found account 2014-04-21 10:22:00 Got binary SID 2014-04-21 10:22:00 Setting content location... 2014-04-21 10:22:00 Fetching ContentDir from registry store 2014-04-21 10:22:00 Value is C:\WSUS 2014-04-21 10:22:00 Swtching DB to multi-user mode...... 2014-04-21 10:22:01 Finished setting multi-user mode 2014-04-21 10:22:01 Writing DB settings to registry... 2014-04-21 10:22:01 Marking PostInstall done for UpdateServices-WidDatabase in the registry... 2014-04-21 10:22:01 Configuring IIS... 2014-04-21 10:22:01 Start: ConfigureWebsite 2014-04-21 10:22:01 Configuring website on port 8530 2014-04-21 10:22:16 2014-04-21 10:22:01 Info IISCustomAction Performing Setup Action, Command /Install 2014-04-21 10:22:16 Info IISCustomAction Command /Install Succeeded 2014-04-21 10:22:16 End: ConfigureWebsite 2014-04-21 10:22:16 Configuring performance counters... 2014-04-21 10:22:16 Configuring Stats.NET perf counter... 2014-04-21 10:22:16 Configuring reporting perf counter... 2014-04-21 10:22:16 Configuring client webservice perf counter... 2014-04-21 10:22:16 Configuring server sync webservice perf counter... 2014-04-21 10:22:16 Configuring API remoting perf counter... 2014-04-21 10:22:16 Bringing services online... 2014-04-21 10:22:16 Checking initialization status... 2014-04-21 10:22:17 StartServer starting... 2014-04-21 10:22:17 Generating encryption key to write to the registry... 2014-04-21 10:22:17 Generating encryption key to write to the database... 2014-04-21 10:22:17 Generating encryption key succeeded... 2014-04-21 10:22:17 Setting WSUSService to autostart... 2014-04-21 10:22:17 WSUSService is set to autostart. 2014-04-21 10:22:17 Starting WSUSService... 2014-04-21 10:22:17 WSUSService is now started. 2014-04-21 10:22:17 Importing default detectoids. 2014-04-21 10:22:17 Importing CriticalUpdates.xml... 2014-04-21 10:22:18 Importing Drivers.xml... 2014-04-21 10:22:18 Importing FeaturePacks.xml... 2014-04-21 10:22:18 Importing MicrosoftCorporation.xml... 2014-04-21 10:22:18 Importing SecurityUpdates.xml... 2014-04-21 10:22:18 Importing ServicePacks.xml... 2014-04-21 10:22:18 Importing Tools.xml... 2014-04-21 10:22:18 Importing UpdateRollups.xml... 2014-04-21 10:22:18 Importing Updates.xml... 2014-04-21 10:22:18 Importing Windows.xml... 2014-04-21 10:22:18 Importing Windows2000family.xml... 2014-04-21 10:22:18 Importing WindowsServer2003DatacenterEdition.xml... 2014-04-21 10:22:18 Importing WindowsServer2003Family.xml... 2014-04-21 10:22:18 Importing WindowsXPfamily.xml... 2014-04-21 10:22:18 Importing LocalPublisher.xml... 2014-04-21 10:22:18 Importing LocallyPublishedPackages.xml... 2014-04-21 10:22:18 Importing Applications.xml... 2014-04-21 10:22:18 Importing Exchange.xml... 2014-04-21 10:22:18 Importing Office.xml... 2014-04-21 10:22:19 Importing SQL.xml... 2014-04-21 10:22:19 Importing Exchange2000Server.xml... 2014-04-21 10:22:19 Importing ExchangeServer2003.xml... 2014-04-21 10:22:19 Importing OfficeXP.xml... 2014-04-21 10:22:19 Importing Office2003.xml... 2014-04-21 10:22:19 Importing SQLServer.xml... 2014-04-21 10:22:19 Importing WindowsXP64BitEditionVersion2003.xml... 2014-04-21 10:22:19 Importing DefinitionUpdateSusXml.xml... 2014-04-21 10:22:19 Importing ClientServicingApiDetectoid.xml... 2014-04-21 10:22:19 Importing default detectoids succeeded. 2014-04-21 10:22:21 FixSubscriptionCategories failed. Exception: System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.TypeInitializationException: The type initializer for 'Microsoft.UpdateServices.Internal.ApiRemoting' threw an exception. ---> System.UnauthorizedAccessException: Access to the path 'Update Services' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost) at System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost) at System.IO.Directory.CreateDirectory(String path) at Microsoft.UpdateServices.Log.GetUsableLogFileName(String fileName, LogFileLocation& actualLogLocation) at Microsoft.UpdateServices.Log.InitializeFromConfig() at Microsoft.UpdateServices.Log.InitializeIfNeeded() at Microsoft.UpdateServices.Internal.ApiRemoting..cctor() --- End of inner exception stack trace --- at Microsoft.UpdateServices.Internal.ApiRemoting..ctor() --- End of inner exception stack trace --- at Microsoft.UpdateServices.Internal.BaseApi.SoapExceptionProcessor.DeserializeAndThrow(SoapException soapException) 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.FixSubscriptionCategories() 2014-04-21 10:22:21 StartServer encountered errors. Exception=System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.TypeInitializationException: The type initializer for 'Microsoft.UpdateServices.Internal.ApiRemoting' threw an exception. ---> System.UnauthorizedAccessException: Access to the path 'Update Services' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost) at System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost) at System.IO.Directory.CreateDirectory(String path) at Microsoft.UpdateServices.Log.GetUsableLogFileName(String fileName, LogFileLocation& actualLogLocation) at Microsoft.UpdateServices.Log.InitializeFromConfig() at Microsoft.UpdateServices.Log.InitializeIfNeeded() at Microsoft.UpdateServices.Internal.ApiRemoting..cctor() --- End of inner exception stack trace --- at Microsoft.UpdateServices.Internal.ApiRemoting..ctor() --- End of inner exception stack trace --- 2014-04-21 10:22:21 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)