2020-10-21 10:01:49 Postinstall started 2020-10-21 10:01:49 Detected role services: Api, UI, WidDatabase, Services 2020-10-21 10:01:49 Start: LoadSettingsFromParameters 2020-10-21 10:01:49 Content local is: True 2020-10-21 10:01:49 Content directory is: E:\WSUS 2020-10-21 10:01:49 SQL instname is: 2020-10-21 10:01:49 End: LoadSettingsFromParameters 2020-10-21 10:01:49 Start: Run 2020-10-21 10:01:49 Fetching WsusAdministratorsSid from registry store 2020-10-21 10:01:49 Value is xxxxx 2020-10-21 10:01:49 Fetching WsusReportersSid from registry store 2020-10-21 10:01:49 Value is xxxxx 2020-10-21 10:02:51 Configuring content directory... 2020-10-21 10:02:51 Configuring groups... 2020-10-21 10:02:53 Starting group configuration for WSUS Administrators... 2020-10-21 10:02:53 Found group in regsitry, attempting to use it... 2020-10-21 10:02:56 Writing group to registry... 2020-10-21 10:02:56 Finished group creation 2020-10-21 10:02:56 Starting group configuration for WSUS Reporters... 2020-10-21 10:02:56 Found group in regsitry, attempting to use it... 2020-10-21 10:02:56 Writing group to registry... 2020-10-21 10:02:56 Finished group creation 2020-10-21 10:02:56 Configuring permissions... 2020-10-21 10:02:56 Fetching content directory... 2020-10-21 10:02:56 Fetching ContentDir from registry store 2020-10-21 10:02:56 Value is E:\WSUS 2020-10-21 10:02:56 Fetching group SIDs... 2020-10-21 10:02:56 Fetching WsusAdministratorsSid from registry store 2020-10-21 10:02:56 Value is xxxxx 2020-10-21 10:02:56 Fetching WsusReportersSid from registry store 2020-10-21 10:02:56 Value is xxxxx 2020-10-21 10:02:56 Creating group principals... 2020-10-21 10:02:56 Granting directory permissions... 2020-10-21 10:02:58 Granting permissions on content directory... 2020-10-21 10:03:09 Granting registry permissions... 2020-10-21 10:03:09 Granting registry permissions... 2020-10-21 10:03:09 Granting registry permissions... 2020-10-21 10:03:09 Configuring shares... 2020-10-21 10:03:09 Configuring network shares... 2020-10-21 10:03:09 Fetching content directory... 2020-10-21 10:03:09 Fetching ContentDir from registry store 2020-10-21 10:03:09 Value is E:\WSUS 2020-10-21 10:03:09 Fetching WSUS admin SID... 2020-10-21 10:03:09 Fetching WsusAdministratorsSid from registry store 2020-10-21 10:03:09 Value is xxxxx 2020-10-21 10:03:09 Content directory is local, creating content shares... 2020-10-21 10:03:09 Creating share "UpdateServicesPackages" with path "E:\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." 2020-10-21 10:03:09 Deleting existing share... 2020-10-21 10:03:10 Creating share... 2020-10-21 10:03:10 Share successfully created 2020-10-21 10:03:10 Creating share "WsusContent" with path "E:\WSUS\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system." 2020-10-21 10:03:10 Deleting existing share... 2020-10-21 10:03:10 Creating share... 2020-10-21 10:03:10 Share successfully created 2020-10-21 10:03:10 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." 2020-10-21 10:03:10 Deleting existing share... 2020-10-21 10:03:10 Creating share... 2020-10-21 10:03:10 Share successfully created 2020-10-21 10:03:10 Finished creating content shares 2020-10-21 10:03:10 Stopping service WSUSService 2020-10-21 10:03:10 Stopping service W3SVC 2020-10-21 10:04:40 Configuring WID database... 2020-10-21 10:04:40 Configuring the database... 2020-10-21 10:05:04 Establishing DB connection... 2020-10-21 10:05:04 Checking to see if database exists... 2020-10-21 10:05:04 Database does not exist 2020-10-21 10:05:04 Loading install type query... 2020-10-21 10:05:04 DECLARE @currentDBVersion int DECLARE @scriptMajorVersion int = (14393) DECLARE @scriptMinorVersion int = (0) DECLARE @databaseMajorVersion int DECLARE @databaseMinorVersion int DECLARE @databaseBuildNumber nvarchar(10) IF NOT EXISTS(SELECT * FROM sys.databases WHERE name='SUSDB') BEGIN SELECT 1 END ELSE BEGIN SET @currentDBVersion = (SELECT SchemaVersion FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB') SET @databaseBuildNumber = (SELECT BuildNumber FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB') DECLARE @delimiterPosition INT = CHARINDEX('.', @databaseBuildNumber) IF (@delimiterPosition = 0) BEGIN RAISERROR('Invalid schema version number', 16, 1) with nowait return END SET @databaseMajorVersion = SUBSTRING(@databaseBuildNumber, 1, @delimiterPosition - 1) SET @databaseMinorVersion = SUBSTRING(@databaseBuildNumber, (@delimiterPosition + 1), (10 - @delimiterPosition)) IF @currentDBVersion < 926 BEGIN SELECT 3 END ELSE BEGIN IF (@scriptMajorVersion > @databaseMajorVersion OR (@scriptMajorVersion = @databaseMajorVersion AND @scriptMinorVersion > @databaseMinorVersion)) BEGIN SELECT 2 END ELSE IF (@scriptMajorVersion = @databaseMajorVersion AND @scriptMinorVersion = @databaseMinorVersion) BEGIN SELECT 0 END ELSE BEGIN SELECT 4 END END END 2020-10-21 10:05:04 Install type is: Fresh 2020-10-21 10:05:04 Checking if WSUS database is detached 2020-10-21 10:05:04 WSUS database file: 'C:\WINDOWS\WID\Data\SUSDB.mdf' 2020-10-21 10:05:05 Attaching database 2020-10-21 10:05:05 Executing command - CREATE DATABASE SUSDB ON (FILENAME = 'C:\WINDOWS\WID\Data\SUSDB.mdf'),(FILENAME = 'C:\WINDOWS\WID\Data\SUSDB_log.ldf') FOR ATTACH 2020-10-21 10:05:20 Disposing Connection 2020-10-21 10:05:20 Clearing Connection Pools 2020-10-21 10:05:20 Restarting WID Service 2020-10-21 10:05:30 Establishing DB connection... 2020-10-21 10:05:30 Checking to see if database exists... 2020-10-21 10:05:31 Database exists 2020-10-21 10:05:31 Switching database to single user mode... 2020-10-21 10:05:49 Loading install type query... 2020-10-21 10:05:49 DECLARE @currentDBVersion int DECLARE @scriptMajorVersion int = (14393) DECLARE @scriptMinorVersion int = (0) DECLARE @databaseMajorVersion int DECLARE @databaseMinorVersion int DECLARE @databaseBuildNumber nvarchar(10) IF NOT EXISTS(SELECT * FROM sys.databases WHERE name='SUSDB') BEGIN SELECT 1 END ELSE BEGIN SET @currentDBVersion = (SELECT SchemaVersion FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB') SET @databaseBuildNumber = (SELECT BuildNumber FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB') DECLARE @delimiterPosition INT = CHARINDEX('.', @databaseBuildNumber) IF (@delimiterPosition = 0) BEGIN RAISERROR('Invalid schema version number', 16, 1) with nowait return END SET @databaseMajorVersion = SUBSTRING(@databaseBuildNumber, 1, @delimiterPosition - 1) SET @databaseMinorVersion = SUBSTRING(@databaseBuildNumber, (@delimiterPosition + 1), (10 - @delimiterPosition)) IF @currentDBVersion < 926 BEGIN SELECT 3 END ELSE BEGIN IF (@scriptMajorVersion > @databaseMajorVersion OR (@scriptMajorVersion = @databaseMajorVersion AND @scriptMinorVersion > @databaseMinorVersion)) BEGIN SELECT 2 END ELSE IF (@scriptMajorVersion = @databaseMajorVersion AND @scriptMinorVersion = @databaseMinorVersion) BEGIN SELECT 0 END ELSE BEGIN SELECT 4 END END END 2020-10-21 10:05:49 Install type is: Upgrade 2020-10-21 10:05:49 Creating database... 2020-10-21 10:05:49 Disposing Connection 2020-10-21 10:05:49 Clearing Connection Pools 2020-10-21 10:05:50 Changed database context to 'SUSDB'. 2020-10-21 10:05:50 Changed database context to 'SUSDB'. 2020-10-21 10:05:50 Creating Procedures spDropForeignKeyConstraint 2020-10-21 10:05:50 Adding function spDropTableColumnIfExists 2020-10-21 10:05:50 Adding function spAddTableColumnIfNotExists 2020-10-21 10:05:50 Adding function spDropPrimaryKeyConstraint 2020-10-21 10:05:50 Creating table dbo.tbPrerequisiteDependency 2020-10-21 10:05:50 Creating table dbo.tbBundleDependency 2020-10-21 10:05:50 Creating table tbUpdateStatusPerComputer 2020-10-21 10:05:51 Creating table tbUpdateSummaryForAllComputers 2020-10-21 10:05:51 Creating table tbComputerSummaryForMicrosoftUpdates 2020-10-21 10:05:51 Creating table dbo.tbRequestedTargetGroup 2020-10-21 10:05:51 Creating table dbo.tbRequestedTargetGroupsForTarget 2020-10-21 10:05:51 Creating table tbDeletedComputer 2020-10-21 10:05:51 Creating table dbo.tbComputerTargetDetail 2020-10-21 10:05:51 Creating table dbo.tbComputerTarget 2020-10-21 10:05:52 upgrading tbComputerTarget, moving columns to tbComputerTargetDetail 2020-10-21 10:05:52 Creating table dbo.tbClientWithRecentNameChange 2020-10-21 10:05:52 Creating table dbo.tbDownstreamServerTarget 2020-10-21 10:05:52 Creating table dbo.tbDownstreamServerSummaryRollup 2020-10-21 10:05:52 Creating table dbo.tbDownstreamServerClientSummaryRollup 2020-10-21 10:05:52 Creating table dbo.tbDownstreamServerClientActivityRollup 2020-10-21 10:05:52 Creating table dbo.tbTarget 2020-10-21 10:05:52 Creating table dbo.tbTargetType 2020-10-21 10:05:52 Creating table dbo.tbDeployment 2020-10-21 10:05:52 tbDeployment exists, updating it 2020-10-21 10:06:13 Creating table dbo.tbDeadDeployment 2020-10-21 10:06:15 Creating table dbo.tbRevisionLanguage 2020-10-21 10:06:15 Creating table dbo.tbProperty 2020-10-21 10:06:17 Creating table dbo.tbRevisionExtendedProperty 2020-10-21 10:06:17 Creating table dbo.tbKBArticleForRevision 2020-10-21 10:06:17 Creating table dbo.tbMoreInfoURLForRevision 2020-10-21 10:06:17 Creating table dbo.tbSecurityBulletinForRevision 2020-10-21 10:06:17 Creating table dbo.tbLocalizedPropertyForRevision 2020-10-21 10:06:17 Creating table dbo.tbFileForRevision 2020-10-21 10:06:21 Creating table dbo.tbFileHash 2020-10-21 10:06:21 Creating table dbo.tbRevisionSupersedesUpdate 2020-10-21 10:06:21 Creating table dbo.tbInstalledUpdateSufficientForPrerequisite 2020-10-21 10:06:21 Creating table dbo.tbBundleAtLeastOne 2020-10-21 10:06:21 Creating table dbo.tbBundleAll 2020-10-21 10:06:21 Creating table dbo.tbPrerequisite 2020-10-21 10:06:21 Creating table dbo.tbDriver 2020-10-21 10:06:21 Creating table dbo.tbCompatiblePrinterProvider 2020-10-21 10:06:21 Creating table dbo.tbDriverClass 2020-10-21 10:06:21 Creating table dbo.tbTargetGroup 2020-10-21 10:06:21 Creating table dbo.tbFlattenedTargetGroup 2020-10-21 10:06:21 Creating table dbo.tbTargetGroupType 2020-10-21 10:06:21 Creating table dbo.tbExpandedTargetInTargetGroup 2020-10-21 10:06:21 Creating table dbo.tbTargetInTargetGroup 2020-10-21 10:06:21 Updating dbo.tbExpandedTargetInTargetGroup during upgrade of dbo.tbTargetInTargetGroup 2020-10-21 10:06:21 Creating table dbo.tbEulaProperty 2020-10-21 10:06:21 Creating table dbo.tbEulaAcceptance 2020-10-21 10:06:21 Creating table dbo.tbLocalizedProperty 2020-10-21 10:06:21 Creating table dbo.tbFile 2020-10-21 10:06:21 Creating table dbo.tbXml 2020-10-21 10:06:21 Creating table dbo.tbGroupAuthorization 2020-10-21 10:06:21 Creating table dbo.tbAuthorization 2020-10-21 10:06:21 Creating table dbo.tbFileOnServer 2020-10-21 10:06:32 Creating table dbo.tbFileDownloadProgress 2020-10-21 10:06:32 Creating table dbo.tbSingletonData 2020-10-21 10:06:32 Creating table dbo.tbReference 2020-10-21 10:06:32 Creating table dbo.tbFrontEndServersHealth 2020-10-21 10:06:32 Creating table dbo.tbConfigurationC 2020-10-21 10:06:32 Creating table dbo.tbConfigurationB 2020-10-21 10:06:32 Creating table dbo.tbConfigurationA 2020-10-21 10:06:32 Creating table dbo.tbConfiguration 2020-10-21 10:06:32 Creating table dbo.tbImplicitCategory 2020-10-21 10:06:32 Creating table dbo.tbCategoryInSubscription 2020-10-21 10:06:32 Creating table dbo.tbLanguageInSubscription 2020-10-21 10:06:32 Creating table dbo.tbSchedule 2020-10-21 10:06:32 Creating table dbo.tbEmailNotificationRecipient 2020-10-21 10:06:32 Creating table dbo.tbRevisionInCategory 2020-10-21 10:06:32 Creating table dbo.tbCategory 2020-10-21 10:06:32 Creating table dbo.tbRevision 2020-10-21 10:06:32 Creating table dbo.tbRevisionExtendedLanguageMask 2020-10-21 10:06:33 Creating table dbo.tbUpdate 2020-10-21 10:06:33 Creating table dbo.tbUpdateType 2020-10-21 10:06:33 Creating table dbo.tbUpdateFlag 2020-10-21 10:06:33 Creating table dbo.tbHandler 2020-10-21 10:06:33 Creating table dbo.tbLanguage 2020-10-21 10:06:33 Creating table dbo.tbCategoryType 2020-10-21 10:06:33 Creating table dbo.tbStateMachine 2020-10-21 10:06:33 Creating table dbo.tbStateMachineState 2020-10-21 10:06:33 Creating table dbo.tbStateMachineEvent 2020-10-21 10:06:33 Creating table dbo.tbStateMachineTransition 2020-10-21 10:06:33 Creating table dbo.tbStateMachineEventTransitionLog 2020-10-21 10:06:33 Adding View vwStateMachineEventTransitionLog 2020-10-21 10:06:33 Creating table dbo.tbNotificationEvent 2020-10-21 10:06:33 Creating table dbo.tbChangeTracking 2020-10-21 10:06:33 Creating table dbo.tbFlattenedRevisionInCategory 2020-10-21 10:06:33 Creating table dbo.tbServerSyncResult 2020-10-21 10:06:33 Creating table dbo.tbAutoDeploymentRule 2020-10-21 10:06:33 Creating table dbo.tbUpdateClassificationInAutoDeploymentRule 2020-10-21 10:06:33 Creating table dbo.tbCategoryInAutoDeploymentRule 2020-10-21 10:06:33 Creating table dbo.tbTargetGroupInAutoDeploymentRule 2020-10-21 10:06:33 Creating table dbo.tbSchemaVersion 2020-10-21 10:06:33 Creating table dbo.tbSchemaVersionHistory 2020-10-21 10:06:33 Creating table dbo.tbServerHealth 2020-10-21 10:06:33 Creating table dbo.tbProgramKeys 2020-10-21 10:06:33 Creating table tbComputersThatNeedDetailedRollup 2020-10-21 10:06:33 Creating table dbo.tbDriverTargetingGroup 2020-10-21 10:06:33 Creating table dbo.tbDriverTargetingGroupPrerequisite 2020-10-21 10:06:33 Creating table dbo.tbTargetedDriverHwid 2020-10-21 10:06:33 Creating table dbo.tbDriverFeatureScore 2020-10-21 10:06:33 Creating table dbo.tbDistributionComputerHardwareId 2020-10-21 10:06:33 Creating table dbo.tbTargetComputerHardwareId 2020-10-21 10:06:34 Creating type GuidListType 2020-10-21 10:06:34 Adding indexed view ivwApiUpdateRevision 2020-10-21 10:06:41 Creating Procedure spAddConstraint 2020-10-21 10:06:41 executing stored PROCEDURE spAddConstraint 2020-10-21 10:06:43 Adding FUNCTION fn_GetGrade 2020-10-21 10:06:43 Adding FUNCTION fnGetOnlineSummaryFlags 2020-10-21 10:06:43 Adding PROCEDURE spUpdateChangeTrackingNumber 2020-10-21 10:06:44 Creating PROCEDURE spUpdateChangeTrackingNumber 2020-10-21 10:06:45 Adding Trigger trOnUpdatingConfiguration 2020-10-21 10:06:45 Adding Trigger trOnInsertingUpdateStatus 2020-10-21 10:06:45 Adding Trigger trOnDeletingUpdateStatus 2020-10-21 10:06:45 Adding Trigger trOnUpdatingUpdateStatus 2020-10-21 10:06:45 Adding FUNCTION fn_GetBestRevisionForEvaluateDeployment 2020-10-21 10:06:45 Adding PROCEDURE spMoveEvaluateDeploymentsAsNeeded 2020-10-21 10:06:45 Adding PROCEDURE spDeleteUneededPrerequisiteDeployments 2020-10-21 10:06:45 Adding PROCEDURE spDeleteUneededBundleDeployments 2020-10-21 10:06:45 Adding PROCEDURE spProcessPrerequisitesForRevision 2020-10-21 10:06:45 Adding PROCEDURE spRefreshDriverTargetingDeployments 2020-10-21 10:06:45 Adding TRIGGER trOnUpdatingRevision 2020-10-21 10:06:45 Adding TRIGGER trOnUpdatingDeployment 2020-10-21 10:06:46 Adding TRIGGER trOnAddingDeployment 2020-10-21 10:06:46 Adding PROCEDURE spGetUpdateThrottlingSettings 2020-10-21 10:06:46 Creating PROCEDURE spGetUpdateThrottlingSettings 2020-10-21 10:06:46 Adding Trigger trOnDeletingDeployment 2020-10-21 10:06:46 Adding trigger trAdjustIsLeaf_reduce 2020-10-21 10:06:47 Adding trigger trAdjustPrerequisite 2020-10-21 10:06:47 Adding triggers trExpandRevisionInCategory 2020-10-21 10:06:47 Adding triggers trExpandFlattenedRevisionInCategory 2020-10-21 10:06:47 Adding triggers trExpandRevisionLanguage 2020-10-21 10:06:47 Adding triggers trAdjustIsLeaf_increase 2020-10-21 10:06:47 Adding trigger trOnAddingUpdatingGroupAuthorization 2020-10-21 10:06:47 Adding trigger trOnDeletingGroupAuthorization 2020-10-21 10:06:47 Adding trigger trOnAddingUpdatingAuthorization 2020-10-21 10:06:47 Adding trigger trOnDeletingAuthorization 2020-10-21 10:06:47 Adding trigger trOnAddingLanguage 2020-10-21 10:06:47 Adding trigger trOnChangingLanguage 2020-10-21 10:06:47 Adding trigger trOnDeletingLanguage 2020-10-21 10:06:47 Adding trigger trOnAddingDriver 2020-10-21 10:06:47 Adding trigger trOnDeletingDriver 2020-10-21 10:06:47 Adding trigger tr_insert_ExpandedTargetInTargetGroup 2020-10-21 10:06:47 Adding trigger tr_delete_ExpandedTargetInTargetGroup 2020-10-21 10:06:48 Adding FUNCTION fn_later_date 2020-10-21 10:06:49 Adding PROCEDURE spSaveXmlFragment 2020-10-21 10:06:50 Creating Procedure spSaveXmlFragment 2020-10-21 10:06:50 Adding PROCEDURE spGetChildCategories 2020-10-21 10:06:50 Creating Procedure spGetChildCategories 2020-10-21 10:06:50 Adding PROCEDURE spGetUssDeployments 2020-10-21 10:06:50 Creating Procedure spGetUssDeployments 2020-10-21 10:06:51 Adding PROCEDURE spUpdateSubTimestamp 2020-10-21 10:06:51 Creating Procedure spUpdateSubTimestamp 2020-10-21 10:06:51 Adding PROCEDURE spPopulateLanguageInSubscription 2020-10-21 10:06:51 Creating Procedure spPopulateLanguageInSubscription 2020-10-21 10:06:51 Adding PROCEDURE spAddNewLanguage 2020-10-21 10:06:51 Creating Procedure spAddNewLanguage 2020-10-21 10:06:51 Adding PROCEDURE spCheckRevisionExists 2020-10-21 10:06:51 Creating Procedure spCheckRevisionExists 2020-10-21 10:06:51 Adding PROCEDURE spCheckUpdateExists 2020-10-21 10:06:51 Creating Procedure spCheckUpdateExists 2020-10-21 10:06:52 Adding PROCEDURE spGetFilter 2020-10-21 10:06:52 Creating procedure spUpdateOnlineSummaryTablesForUpdateVisible 2020-10-21 10:06:52 Creating procedure spUpdateOnlineSummaryTablesForUpdateNotVisible 2020-10-21 10:06:52 Creating Procedure spImportUpdate 2020-10-21 10:06:54 Creating Procedure spDeploymentAutomation 2020-10-21 10:06:55 Creating Procedure spSetInitialDeploymentStatus 2020-10-21 10:06:55 Creating Procedure spImportUpdateForServerSync 2020-10-21 10:06:55 Adding FUNCTION fn_FormatError 2020-10-21 10:06:55 Adding FUNCTION fn_FormatLog 2020-10-21 10:06:55 Adding FUNCTION fn_BuildDeploymentMessage 2020-10-21 10:06:55 Creating Procedure spSelectProcFortbNotificationEvent 2020-10-21 10:06:55 Creating Procedure spUpdateProcFortbNotificationEvent 2020-10-21 10:06:55 Creating Procedure spSelectProcFortbSubscription 2020-10-21 10:06:55 Creating Procedure spUpdateProcFortbSubscription 2020-10-21 10:06:55 Creating Procedure spSelectProcFortbRevision 2020-10-21 10:06:55 Creating Procedure spUpdateProcFortbRevision 2020-10-21 10:06:55 Creating Procedure spSelectProcFortbFileOnServerDesired 2020-10-21 10:06:55 Creating Procedure spUpdateProcFortbFileOnServerDesired 2020-10-21 10:06:55 Creating Procedure spSelectProcFortbFileOnServerActual 2020-10-21 10:06:55 Creating Procedure spUpdateProcFortbFileOnServerActual 2020-10-21 10:06:55 Creating Procedure spFireStateMachineEventEx 2020-10-21 10:06:55 Creating Procedure spFireStateMachineEvent 2020-10-21 10:06:55 Adding PROCEDURE spGetNotificationEventItem 2020-10-21 10:06:55 Creating Procedure spGetNotificationEventItem 2020-10-21 10:06:55 Adding PROCEDURE spGetNotificationEventNamesToWakeUp 2020-10-21 10:06:55 Creating PROCEDURE spGetNotificationEventNamesToWakeUp 2020-10-21 10:06:55 Adding PROCEDURE spGetNotificationEventNamesToWakeUpOnStartup 2020-10-21 10:06:55 Creating PROCEDURE spGetNotificationEventNamesToWakeUpOnStartup 2020-10-21 10:06:55 Adding PROCEDURE spCleanupIntermediateFileStatesOnStartup 2020-10-21 10:06:55 Creating PROCEDURE spCleanupIntermediateFileStatesOnStartup 2020-10-21 10:06:55 Adding PROCEDURE spStartCatalogSync 2020-10-21 10:06:55 Creating Procedure spStartCatalogSync 2020-10-21 10:06:55 Adding PROCEDURE spCancelCatalogSync 2020-10-21 10:06:55 Creating Procedure spCancelCatalogSync 2020-10-21 10:06:55 Adding PROCEDURE spSetHandshakeAnchor 2020-10-21 10:06:55 Creating Procedure spSetHandshakeAnchor 2020-10-21 10:06:55 Adding PROCEDURE spResetNotificationState 2020-10-21 10:06:55 Creating Procedure spResetNotificationState 2020-10-21 10:06:56 Adding PROCEDURE spGetLocalIdList 2020-10-21 10:06:56 Creating Procedure spGetLocalIdList 2020-10-21 10:06:56 Adding PROCEDURE spQueueCatalogSyncRequest 2020-10-21 10:06:57 Creating Procedure spQueueCatalogSyncRequest 2020-10-21 10:06:57 Adding PROCEDURE spGetSubscriptionProgress 2020-10-21 10:06:57 Creating Procedure spGetSubscriptionProgress 2020-10-21 10:06:57 Adding PROCEDURE spSetSubscriptionProgress 2020-10-21 10:06:57 Creating Procedure spSetSubscriptionProgress 2020-10-21 10:06:57 Adding PROCEDURE spSetCatalogSyncFail 2020-10-21 10:06:57 Creating Procedure spSetCatalogSyncFail 2020-10-21 10:06:57 Adding PROCEDURE spNotifySyncCancel 2020-10-21 10:06:57 Creating Procedure spNotifySyncCancel 2020-10-21 10:06:57 Adding PROCEDURE spSyncWorkDone 2020-10-21 10:06:57 Creating Procedure spSyncWorkDone 2020-10-21 10:06:57 Adding PROCEDURE spGetNextQueuedSubscription 2020-10-21 10:06:57 Creating Procedure spGetNextQueuedSubscription 2020-10-21 10:06:57 Adding PROCEDURE spGetSubscriptionState 2020-10-21 10:06:57 Creating Procedure spGetSubscriptionState 2020-10-21 10:06:57 Adding PROCEDURE spFixCatalogSyncStates 2020-10-21 10:06:57 Creating Procedure spFixCatalogSyncStates 2020-10-21 10:06:57 Creating Procedure spCancelFilesAndRelatedRevisions 2020-10-21 10:06:57 Creating Procedure spDeactivateDeploymentsAndNotifyParentRevisionsChildNotReady 2020-10-21 10:06:57 Creating Procedure spCheckRevisionsNeedingFile 2020-10-21 10:06:57 Creating Procedure spNotifyFileActualStateMUUrlNeeded 2020-10-21 10:06:57 Creating Procedure spNotifyFileActualStateDownloadNeeded 2020-10-21 10:06:57 Creating Procedure spNotifyFileActualStateImportNeeded 2020-10-21 10:06:57 Creating Procedure spNotifyFileActualStateNotNeeded 2020-10-21 10:06:57 Creating Procedure spNotifyActualStateAndRevisionsFileCancelled 2020-10-21 10:06:57 Creating Procedure spWakeUpContentAgent 2020-10-21 10:06:57 Creating Procedure spRemoveFileFromProgress 2020-10-21 10:06:57 Creating Procedure spRemoveFileFromProgressAndWakeUpContentAgent 2020-10-21 10:06:57 Creating Procedure spNotifyRevisionsFileReady 2020-10-21 10:06:57 Creating Procedure spNotifyRevisionsFileFailed 2020-10-21 10:06:57 Creating Procedure spCheckFileDesiredState 2020-10-21 10:06:58 Creating Procedure spCheckFileDownloadQueue 2020-10-21 10:06:58 Creating Procedure spCheckDesiredStateAndNotifyRevisionsFileReady 2020-10-21 10:06:58 Creating Procedure spCheckFileDownloadQueueAndNotifyRevisionsFileFailed 2020-10-21 10:06:58 Creating Procedure spCheckDesiredStateAndNotifyRevisionsFileFailed 2020-10-21 10:06:58 Creating Procedure spNotifyRevisionsFileNotReadyAndCheckDesiredState 2020-10-21 10:06:58 Creating Procedure spCheckFileDownloadQueueAndRemoveFileFromProgress 2020-10-21 10:06:58 Creating Procedure spCheckFileDownloadQueueAndDesiredState 2020-10-21 10:06:58 Creating Procedure spUpdateQueueEntryTimeAndCheckFileDownloadQueue 2020-10-21 10:06:58 Creating Procedure spNotifyContentSyncNotificationEventWorking 2020-10-21 10:06:58 Creating Procedure spGetNextContentSyncWorkItem 2020-10-21 10:06:58 Creating Procedure spGetNextContentSyncWorkItemOnStartup 2020-10-21 10:06:58 Creating PROCEDURE spUpdateFileDownloadProgress 2020-10-21 10:06:58 Creating Procedure spSetFileMUUrl 2020-10-21 10:06:58 Creating Procedure spGetUpdatesForFile 2020-10-21 10:06:58 Creating Procedure spRetrieveFileDigestFromRowID 2020-10-21 10:06:58 Creating Procedure spNotifyEulaFilesNeeded 2020-10-21 10:06:58 Creating Procedure spCheckRevisionInstallationPossibility 2020-10-21 10:06:58 Creating Procedure spNotifyParentsEulasReadyAndCheckRevisionInstallationPossibility 2020-10-21 10:06:58 Creating Procedure spCheckRevisionNeededAndNotifyParentsChildInstallationPossible 2020-10-21 10:06:58 Adding procedure spAddDownstreamServerToTargetGroup 2020-10-21 10:06:58 Adding procedure spPreregisterDownstreamServer 2020-10-21 10:06:58 Adding PROCEDURE spGetDssTargetGroup 2020-10-21 10:06:58 Adding PROCEDURE spUpdateDownstreamServerID 2020-10-21 10:06:58 Adding PROCEDURE spReturnStateMachineTransitionEventLogEntriesFromError 2020-10-21 10:06:58 Creating Procedure spReturnStateMachineTransitionEventLogEntriesFromError 2020-10-21 10:06:58 Creating Procedure spCheckFilesAndChildRevisionsReady 2020-10-21 10:06:58 Creating Procedure spNotifyFilesAndChildRevisionsNeeded 2020-10-21 10:06:58 Creating Procedure spActivateDeploymentsAndNotifyParentRevisionsChildReady 2020-10-21 10:06:58 Creating Procedure spFailParentRevisions 2020-10-21 10:06:59 Creating Procedure spCheckEulasAndChildRevisionsReady 2020-10-21 10:06:59 Creating Procedure spDeactivateDeploymentsNotifyFilesNotNeeded 2020-10-21 10:06:59 Creating Procedure spResetStateMachineAndReEvaluate 2020-10-21 10:06:59 Creating Procedures spCancelAllNotReadyRevisions 2020-10-21 10:06:59 Creating Procedures spDownloadAllNotNeededRevisions 2020-10-21 10:06:59 Creating Procedures spWakeUpResetAgent 2020-10-21 10:06:59 Creating Procedures spWakeUpEmailNotificationAgent 2020-10-21 10:07:00 Creating Procedures spNotifyResetAgentNotificationEventWorking 2020-10-21 10:07:00 Creating Procedures spNotifyResetAgentNotificationEventDone 2020-10-21 10:07:00 Creating Procedures spWakeUpRollupAgent 2020-10-21 10:07:00 Creating Procedures spNotifyRollupAgentNotificationEventWorking 2020-10-21 10:07:00 Creating Procedures spNotifyRollupAgentNotificationEventDone 2020-10-21 10:07:00 Creating Procedures spNotifyEmailNotificationAgentNotificationEventWorking 2020-10-21 10:07:00 Creating Procedures spNotifyEmailNotificationAgentNotificationEventDone 2020-10-21 10:07:01 Creating Procedure spSaveUssHostOnMU 2020-10-21 10:07:01 Creating Procedure spRetrieveUssHostOnMU 2020-10-21 10:07:01 Creating Procedure spGetLastServerSyncCookie 2020-10-21 10:07:01 Creating Procedure spSetLastServerSyncCookie 2020-10-21 10:07:01 Creating Procedure spResetServer 2020-10-21 10:07:01 Creating Procedure spGetLastSyncTime 2020-10-21 10:07:01 Creating Procedure spSetLastSyncTime 2020-10-21 10:07:01 Creating Procedure spIsRegistrationRequired 2020-10-21 10:07:01 Creating Procedure spGetComputerTargetGroup 2020-10-21 10:07:01 Creating Procedure spCheckForClientNameChange 2020-10-21 10:07:01 Creating Procedure spGetFrontEndServers 2020-10-21 10:07:01 Creating Procedure spRemoveFrontEndServer 2020-10-21 10:07:01 Creating Procedure spGetClientsWithRecentNameChange 2020-10-21 10:07:01 Creating Procedure spGetComputerTargetGroupEx 2020-10-21 10:07:01 Adding PROCEDURE spRegisterComputer 2020-10-21 10:07:01 Creating Procedure spSetBatchURL 2020-10-21 10:07:01 Creating Procedure spUpdateServerHealthStatus 2020-10-21 10:07:01 Creating PROCEDURE spGetExportData 2020-10-21 10:07:01 Creating Procedure spGetExportUpdateData 2020-10-21 10:07:01 Adding PROCEDURE spGetDataForSyncPackage 2020-10-21 10:07:01 Creating Procedure spGetDataForSyncPackage 2020-10-21 10:07:01 Creating Procedure spGetBundedByDataForSyncPackage 2020-10-21 10:07:01 Creating Procedure spGetUpdateDataForSyncPackage 2020-10-21 10:07:01 Creating Procedure spGetUpdateTypeByRevisionID 2020-10-21 10:07:01 Creating Procedure spEnableReplica 2020-10-21 10:07:01 Creating Procedure spGetAllExplicitComputerDeployments 2020-10-21 10:07:01 Adding procedure spGetUpdatesForBulkHideInReplicaSync 2020-10-21 10:07:01 Adding Procedure spDeleteRevision 2020-10-21 10:07:01 Creating Procedure spGetCompressionThesholds 2020-10-21 10:07:01 Adding Procedure spGetUpdatesWithPermanantlyInactiveDeployments 2020-10-21 10:07:01 Adding Procedure spDeleteDeploymentsForUpdatesWithPermanantlyInactiveDeployments 2020-10-21 10:07:01 Adding Procedure spSetUpdateFlagCatalogSite 2020-10-21 10:07:01 Adding Procedure spGetUpdatesWithCatalogSiteFlag 2020-10-21 10:07:01 Adding Procedure spMarkComputerAsNeedingDetailedRollup 2020-10-21 10:07:01 Adding Procedure spMarkComputerAsDeletedForDss 2020-10-21 10:07:01 Adding Procedure spUpdateDownstreamServerTarget 2020-10-21 10:07:01 Adding Procedure spUpdateDownstreamServerSummaryRollup 2020-10-21 10:07:01 Adding Procedure spUpdateDownstreamServerClientSummaryRollup 2020-10-21 10:07:01 Adding Procedure spUpdateDownstreamServerClientActivityRollup 2020-10-21 10:07:01 Adding Procedure spGetDownstreamServerClientSummaries 2020-10-21 10:07:01 Adding Procedure spClearAllClientActivityCounts 2020-10-21 10:07:01 Adding Procedure spGetClientSummaryForAllServers 2020-10-21 10:07:01 Adding Procedure spGetClientActivityForAllServers 2020-10-21 10:07:01 Adding Procedure spSetLastTimeReportToMU 2020-10-21 10:07:02 Adding Procedure spGetLastTimeReportToMU 2020-10-21 10:07:02 Adding PROCEDURE spGetTempContentCache 2020-10-21 10:07:02 Creating PROCEDURE spGetTempContentCache 2020-10-21 10:07:02 Creating PROCEDURE spPopulateMissingExpandedUpdateContentThrottlingInfo 2020-10-21 10:07:02 Creating PROCEDURE spSetStringInContextInfo 2020-10-21 10:07:02 Creating PROCEDURE spGetStringFromContextInfo 2020-10-21 10:07:02 Creating PROCEDURE spSetOfflineSyncExclusionList 2020-10-21 10:07:02 Creating PROCEDURE spGetEncryptedProxyPasswordFromDatabaseForUpgrade 2020-10-21 10:07:02 Creating PROCEDURE spResetDssRequestedStateForFiles 2020-10-21 10:07:02 Creating PROCEDURE spAllowComputersWithDuplicateNames 2020-10-21 10:07:02 Creating PROCEDURE spGetAllUpdateUrls 2020-10-21 10:07:02 Creating PROCEDURE spGetStartServerInitializationStatus 2020-10-21 10:07:02 Creating PROCEDURE spSetStartServerInitializationStatus 2020-10-21 10:07:02 Changed database context to 'SUSDB'. 2020-10-21 10:07:02 Adding function fnGetConfigurationValue 2020-10-21 10:07:02 Adding view vwConfiguration 2020-10-21 10:07:02 Adding PROCEDURE spConfiguration 2020-10-21 10:07:02 Creating Procedure spConfiguration 2020-10-21 10:07:02 Creating Procedure spGetUpstreamServerInfo 2020-10-21 10:07:02 Adding PROCEDURE spGetUpdateXmlFromRevision 2020-10-21 10:07:02 Creating Procedure spGetUpdateXmlFromRevision 2020-10-21 10:07:02 Adding PROCEDURE spGetChangeTrackingInformation 2020-10-21 10:07:02 Creating PROCEDURE spGetChangeTrackingInformation 2020-10-21 10:07:02 Adding PROCEDURE spGetChangeTrackingNumber 2020-10-21 10:07:02 Creating PROCEDURE spGetChangeTrackingNumber 2020-10-21 10:07:02 Adding procedure spGetAllLanguagesWithEnabledState 2020-10-21 10:07:02 Adding procedure spCheckConnection 2020-10-21 10:07:02 Adding procedure spGetChangeTrackingNumbersForCache 2020-10-21 10:07:02 Adding procedure spGetLanguageListForCache 2020-10-21 10:07:02 Adding procedure spGetRevisionIdListForCache 2020-10-21 10:07:02 Adding Procedure spGetRelatedRevisionsForUpdateID 2020-10-21 10:07:02 Adding Procedure spGetAllUpdateIDs 2020-10-21 10:07:02 Adding procedure spGetProgramKeys 2020-10-21 10:07:02 Creating type UpdateIdentityListType 2020-10-21 10:07:02 Adding procedure spGetMissingDrivers 2020-10-21 10:07:02 Adding procedure spGetMissingDriverSets 2020-10-21 10:07:02 Adding procedure spGetPublishedXmlForUpdate 2020-10-21 10:07:03 Creating Procedure spGetUpdateDecryptionData 2020-10-21 10:07:03 Creating Procedure spSetUpdateDecryptionData 2020-10-21 10:07:03 Changed database context to 'SUSDB'. 2020-10-21 10:07:03 Creating Function fnCsvToInt 2020-10-21 10:07:03 Creating Function fnCsvToUniqueID 2020-10-21 10:07:03 Creating Procedure spGetCoreUpdateXml 2020-10-21 10:07:03 Creating Procedure spGetLocalizedUpdateXml 2020-10-21 10:07:03 Creating Procedure spGetLocaleNames 2020-10-21 10:07:03 Creating Procedure spGetGlobalUpdates 2020-10-21 10:07:03 Creating Procedure spGetHardwareDrivers 2020-10-21 10:07:03 Creating Procedure spGetMonitorableStatus 2020-10-21 10:07:03 Creating Procedure spGetFileLocations 2020-10-21 10:07:03 Adding procedure spGetAllTargetGroups 2020-10-21 10:07:03 Creating Procedure spGetFrontEndServerInfo 2020-10-21 10:07:03 Creating Procedure spSetFrontEndServerInfo 2020-10-21 10:07:03 Creating Procedure spSetFileLocationChange 2020-10-21 10:07:03 Creating Procedure spGetRevisionInfo 2020-10-21 10:07:03 Creating Procedure spGetDeltaRevisionInfo 2020-10-21 10:07:03 Adding procedure spGetConfigurationValue 2020-10-21 10:07:03 Adding procedure spSetConfigurationValue 2020-10-21 10:07:03 Changed database context to 'SUSDB'. 2020-10-21 10:07:03 Adding procedure spAdduser 2020-10-21 10:07:03 Adding procedure spGrantAsp 2020-10-21 10:07:03 Adding procedure spSetupLogin 2020-10-21 10:07:03 Adding procedure spSetContentCacheLocation 2020-10-21 10:07:03 Adding procedure spSetDefaults 2020-10-21 10:07:04 Adding database version 2020-10-21 10:07:04 Changed database context to 'SUSDB'. 2020-10-21 10:07:04 Creating table tbEventMessageTemplate 2020-10-21 10:07:04 Creating table tbEventInstance 2020-10-21 10:07:07 Caution: Changing any part of an object name could break scripts and stored procedures. 2020-10-21 10:07:07 Creating table tbEvent 2020-10-21 10:07:07 Creating table tbEventSource 2020-10-21 10:07:07 Creating table tbEventNamespace 2020-10-21 10:07:07 Alter table tbEvent with foreign key 2020-10-21 10:07:07 Alter table tbEventSource with foreign key 2020-10-21 10:07:07 Alter table tbEventMessageTemplate with foreign key 2020-10-21 10:07:07 Alter table tbEventInstance with foreign keys 2020-10-21 10:07:07 Adding procedure spImportEventNamespaceDescriptor 2020-10-21 10:07:07 Adding procedure spAutoPurgeReportingEvents 2020-10-21 10:07:07 Adding procedure spLoadReportingEventAttributes 2020-10-21 10:07:08 Changed database context to 'SUSDB'. 2020-10-21 10:07:08 Creating table tbLocaleMap 2020-10-21 10:07:08 Creating table tbOSMap 2020-10-21 10:07:08 Creating table tbDownstreamServerRollupConfiguration 2020-10-21 10:07:08 Creating table tbEventRollupCounters 2020-10-21 10:07:08 Adding function fnFindOsID 2020-10-21 10:07:08 Adding function fnGetSummarizationState 2020-10-21 10:07:08 Adding function fnGetEffectiveDeployment 2020-10-21 10:07:08 Adding function fnGetTargetGroupIDForComputer 2020-10-21 10:07:08 Adding procedure spAddReportingEventBatch 2020-10-21 10:07:08 Adding procedure spProcessActivityEvents 2020-10-21 10:07:08 Adding procedure spAddReportingEventInternal 2020-10-21 10:07:08 Adding procedure spAddUpdateStatusEventBatch 2020-10-21 10:07:08 Adding procedure spHandleClientRebootedEvent 2020-10-21 10:07:08 Adding procedure spUpdateLatestRollupEventTime 2020-10-21 10:07:08 Adding procedure spGetCurrentSqlServerTime 2020-10-21 10:07:08 Adding procedure spGetLatestRollupEventTime 2020-10-21 10:07:08 Adding procedure spUpdateCurrentRollupState 2020-10-21 10:07:08 Adding procedure spGetCurrentRollupState 2020-10-21 10:07:08 Adding procedure spGetRollupCounter 2020-10-21 10:07:08 Adding procedure spUpdateRollupCounter 2020-10-21 10:07:08 Adding procedure spSetLastRollupInfo 2020-10-21 10:07:08 Adding procedure spGetLastRollupInfo 2020-10-21 10:07:08 Adding procedure spResetOnlineSummaryTables 2020-10-21 10:07:08 Changed database context to 'SUSDB'. 2020-10-21 10:07:08 Adding procedure spGetComputersToRollup 2020-10-21 10:07:08 Adding procedure spMarkComputersAsNeedingFullComputerRollup 2020-10-21 10:07:08 Adding procedure spUpdateComputersAfterRollup 2020-10-21 10:07:08 Adding procedure spAddRollupComputers 2020-10-21 10:07:09 Adding procedure spGetComputerLastRollupNumbers 2020-10-21 10:07:09 Adding procedure spGetOutOfSyncComputers 2020-10-21 10:07:09 Adding procedure spMarkComputersAsNeedingFullStatusRollup 2020-10-21 10:07:09 Adding procedure spGetComputerStatusToRollup 2020-10-21 10:07:09 Adding procedure spUpdateComputerStatusAfterRollup 2020-10-21 10:07:09 Adding procedure spAddRollupStatus 2020-10-21 10:07:09 Adding procedure spAddRollupStatusNoStatus 2020-10-21 10:07:09 Adding procedure spMarkDataForFullRollup 2020-10-21 10:07:09 Changed database context to 'SUSDB'. 2020-10-21 10:07:09 Adding function fnMapLocalUpdateIDToGlobal 2020-10-21 10:07:09 Adding function fnMapGlobalToLocalUpdateID 2020-10-21 10:07:09 Adding function fnHasStaleDeployments 2020-10-21 10:07:09 Adding function fnHasSupersededUpdates 2020-10-21 10:07:09 Adding function fnIsEulaAcceptanceRequired 2020-10-21 10:07:09 Adding function fnGetTargetGroupTypeID 2020-10-21 10:07:09 Adding function fnGetComputerTargetID 2020-10-21 10:07:09 Adding function fnGetLatestRevisionNumber 2020-10-21 10:07:09 Adding function fnIsInReplicaMode 2020-10-21 10:07:09 Adding function fnComputeAutoApprovalDeadline 2020-10-21 10:07:09 Adding view vwUpdatesToReport 2020-10-21 10:07:09 Adding view vwUpdateInCategory 2020-10-21 10:07:09 Adding view vwApiUpdateType 2020-10-21 10:07:09 Adding view vwMinimalUpdate 2020-10-21 10:07:09 Adding view vwUpdateLanguage 2020-10-21 10:07:09 Adding view vwDefaultLocalizedProperty 2020-10-21 10:07:09 Adding view vwUpdateLocalizedProperties 2020-10-21 10:07:09 Adding view vwCategoryProperties 2020-10-21 10:07:09 Adding view vwEventHistory 2020-10-21 10:07:09 Adding function fnTbUpdateTypeNamesToGet 2020-10-21 10:07:09 Adding function fnTbComputersInTargetGroup 2020-10-21 10:07:09 Adding procedure spFilterUpdatesByScopeInternal 2020-10-21 10:07:09 Adding procedure spGetCategories 2020-10-21 10:07:09 Adding procedure spGetTopLevelCategories 2020-10-21 10:07:09 Adding procedure spGetCategoryPropertiesByID 2020-10-21 10:07:09 Adding procedure spGetSubCategoriesByUpdateID 2020-10-21 10:07:09 Adding procedure spGetUpdatesUnderACategory 2020-10-21 10:07:09 Adding procedure spGetTotalSummary 2020-10-21 10:07:09 Adding procedure spGetSummariesPerComputer 2020-10-21 10:07:09 Adding procedure spGetSummariesPerUpdate 2020-10-21 10:07:09 Adding procedure spGetTotalUpdateSummaryForTargetGroup 2020-10-21 10:07:09 Adding procedure spGetUpdateSummariesForTargetGroup 2020-10-21 10:07:10 Adding procedure spGetTotalSummaryForComputer 2020-10-21 10:07:10 Adding procedure spGetComputerSummariesForTargetGroup 2020-10-21 10:07:10 Adding procedure spGetTargetGroupSummariesForUpdate 2020-10-21 10:07:10 Adding procedure spGetUpdateSummaryForSingleTargetGroup 2020-10-21 10:07:10 Adding procedure spGetTotalSummaryForCategory 2020-10-21 10:07:10 Adding procedure spGetUpdateSummariesForCategory 2020-10-21 10:07:10 Adding procedure spGetComputerSummariesForCategory 2020-10-21 10:07:10 Adding procedure spGetUpdateInstallationInfoForUpdate 2020-10-21 10:07:10 Adding procedure spGetUpdateInstallationInfoForComputer 2020-10-21 10:07:10 Adding procedure spGetUpdateInstallationInfoForTargetGroup 2020-10-21 10:07:10 Adding procedure spDeployRevisionToDss 2020-10-21 10:07:10 Adding procedure spGetAutoDeploymentRuleByID 2020-10-21 10:07:10 Adding procedure spSaveParsedExtendedProperties 2020-10-21 10:07:10 Adding procedure spGetUpdatesAndDeployments 2020-10-21 10:07:10 Adding procedure spSetAutoDeploymentRule 2020-10-21 10:07:10 Adding procedure spGetAutoDeploymentRuleIDs 2020-10-21 10:07:10 Adding procedure spCreateAutoDeploymentRule 2020-10-21 10:07:10 Adding procedure spDeleteAutoDeploymentRuleByID 2020-10-21 10:07:10 Adding procedure spGetUpdateListToApproveForAutoDeploymentRule 2020-10-21 10:07:10 Adding procedure spGetComputersNotContactedSinceCount 2020-10-21 10:07:10 Adding procedure spDeclineUpdate 2020-10-21 10:07:10 Adding procedure spGetParentCategories 2020-10-21 10:07:10 Adding procedure spSearchUpdates 2020-10-21 10:07:10 Adding procedure spGetAllUpdates 2020-10-21 10:07:10 Adding procedure spGetUpdateCount 2020-10-21 10:07:11 Adding procedure spGetRevisions 2020-10-21 10:07:11 Adding procedure spGetComputerTargetByName 2020-10-21 10:07:11 Adding procedure spSimpleSearchComputers 2020-10-21 10:07:11 Adding procedure spSimpleSearchUpdates 2020-10-21 10:07:11 Adding procedure spGetEulaFiles 2020-10-21 10:07:11 Adding procedure spGetShortLanguage 2020-10-21 10:07:11 Adding procedure spGetEulaAcceptances 2020-10-21 10:07:11 Adding procedure spAcceptEula 2020-10-21 10:07:11 Adding procedure spAcceptEulaForReplicaDSS 2020-10-21 10:07:11 Adding procedure spRecurseInsertCategoriesIntoFlatTable 2020-10-21 10:07:11 Adding procedure spInsertCategoriesIntoFlatTable 2020-10-21 10:07:11 Adding procedure spRepairPrecomputedTables 2020-10-21 10:07:11 Adding procedure spGetInstallableItems 2020-10-21 10:07:11 Adding PROCEDURE spGetApprovedUpdateMetadata 2020-10-21 10:07:11 Creating Procedure spGetApprovedUpdateMetadata 2020-10-21 10:07:11 Adding procedure spHasApprovalsChanged 2020-10-21 10:07:11 Adding procedure spGetUpdateByID 2020-10-21 10:07:11 Adding procedure spGetUpdatesBundledByUpdate 2020-10-21 10:07:11 Adding procedure spGetUpdatesThatBundleUpdate 2020-10-21 10:07:11 Adding procedure spGetUpdatesSupersededByUpdate 2020-10-21 10:07:11 Adding procedure spGetUpdatesThatSupersedeUpdate 2020-10-21 10:07:11 Adding procedure spGetUpdatesRequiredByUpdate 2020-10-21 10:07:11 Adding procedure spGetUpdatesThatRequireUpdate 2020-10-21 10:07:11 Adding procedure spGetLanguagesForUpdate 2020-10-21 10:07:11 Adding procedure spGetContentDownloadProgress 2020-10-21 10:07:11 Adding procedure spCancelDownload 2020-10-21 10:07:11 Adding procedure spCancelAllDownloads 2020-10-21 10:07:11 Adding procedure spResumeDownload 2020-10-21 10:07:12 Adding procedure spResumeAllDownloads 2020-10-21 10:07:12 Adding procedure spSetConfiguration 2020-10-21 10:07:12 Adding Procedure spSetRollupConfiguration 2020-10-21 10:07:12 Adding procedure spGetResetStateMachineNeededFlag 2020-10-21 10:07:12 Adding procedure spDeleteDeployment 2020-10-21 10:07:12 Adding procedure spCreateImplicitDeployment 2020-10-21 10:07:12 Adding procedure spCreateDriverTargetingDeployments 2020-10-21 10:07:12 Adding procedure spUndeclineUpdate 2020-10-21 10:07:12 Adding procedure spDeployUpdate 2020-10-21 10:07:12 Adding procedure spGetDeploymentByID 2020-10-21 10:07:12 Adding procedure spGetDeploymentsForAnUpdate 2020-10-21 10:07:12 Adding procedure spGetDeployments 2020-10-21 10:07:12 Adding procedure spRefreshDeployments 2020-10-21 10:07:12 Adding procedure spGetSubscription 2020-10-21 10:07:12 Adding procedure spGetSubscriptionCategories 2020-10-21 10:07:12 Adding procedure spGetSubscriptionNextSynchronizationTime 2020-10-21 10:07:12 Adding procedure spSetSubscription 2020-10-21 10:07:12 Adding procedure spSetSubscriptionLastRunTime 2020-10-21 10:07:12 Adding procedure spSetScheduleFrequency 2020-10-21 10:07:12 Adding procedure spSetSubscriptionDeploymentAnchor 2020-10-21 10:07:12 Adding procedure spSetSubscriptionAnchor 2020-10-21 10:07:12 Adding procedure spGetTargetGroupByID 2020-10-21 10:07:12 Adding procedure spGetTargetGroupForComputer 2020-10-21 10:07:12 Adding procedure spGetTargetGroupsForComputer 2020-10-21 10:07:12 Adding procedure spGetChildTargetGroups 2020-10-21 10:07:12 Adding procedure spGetParentTargetGroup 2020-10-21 10:07:12 Adding procedure spCreateTargetGroup 2020-10-21 10:07:12 Adding procedure spDeleteTargetGroup 2020-10-21 10:07:12 Adding procedure spAddTargetToTargetGroup 2020-10-21 10:07:12 Adding procedure spRemoveTargetFromTargetGroup 2020-10-21 10:07:12 Adding procedure spGetAllComputers 2020-10-21 10:07:12 Adding procedure spSearchComputers 2020-10-21 10:07:12 Adding procedure spGetComputerCount 2020-10-21 10:07:12 Adding procedure spGetAllDownstreamServers 2020-10-21 10:07:12 Adding procedure spGetInventoryItemsForComputer 2020-10-21 10:07:12 Adding procedure spGetInventorySummary 2020-10-21 10:07:12 Adding procedure spGetComputersHavingInventoryItem 2020-10-21 10:07:12 Adding procedure spGetComputersInTargetGroup 2020-10-21 10:07:12 Adding procedure spAddComputerToTargetGroup 2020-10-21 10:07:12 Adding procedure spAddComputerToTargetGroupAllowMultipleGroups 2020-10-21 10:07:12 Adding procedure spRemoveComputerFromTargetGroup 2020-10-21 10:07:12 Adding procedure spGetDownstreamServersInTargetGroup 2020-10-21 10:07:12 Adding procedure spCreateTargetEntry 2020-10-21 10:07:12 Adding procedure spPreregisterComputer 2020-10-21 10:07:12 Adding procedure spGetComputerByID 2020-10-21 10:07:12 Adding procedure spGetDownstreamServer 2020-10-21 10:07:12 Adding procedure spDeleteComputer 2020-10-21 10:07:13 Adding procedure spDeleteDownstreamServer 2020-10-21 10:07:13 Adding procedure spSearchEventHistory 2020-10-21 10:07:13 Adding procedure spPurgeReportingEvents 2020-10-21 10:07:13 Adding procedure spGetComponentsWithErrors 2020-10-21 10:07:13 Adding procedure spGetUpdateServerStatus 2020-10-21 10:07:13 Adding Procedure spGetDownstreamServerRollupSummary 2020-10-21 10:07:13 Creating Procedure spGetXmlForUpdate 2020-10-21 10:07:13 Creating Procedure spGetPreviousRevision 2020-10-21 10:07:13 Adding Procedure spGetLatestRevisionNumberForUpdate 2020-10-21 10:07:13 Adding Procedure spGetSdpXmlForUpdate 2020-10-21 10:07:14 Adding PROCEDURE spGetEmailNotificationConfiguration 2020-10-21 10:07:14 Adding PROCEDURE spSetEmailNotificationConfiguration 2020-10-21 10:07:14 Adding procedure spGetEmailNotificationStatus 2020-10-21 10:07:14 Adding procedure spSetEmailNotificationStatus 2020-10-21 10:07:14 Adding PROCEDURE spScheduleEmailNotification 2020-10-21 10:07:14 Adding PROCEDURE spGetEmailsToNotify 2020-10-21 10:07:14 Adding PROCEDURE spGetEmailNotificationRecipients 2020-10-21 10:07:14 Adding PROCEDURE spAddEmailNotificationRecipient 2020-10-21 10:07:14 Adding PROCEDURE spDeclineSupersededUpdates 2020-10-21 10:07:14 Adding PROCEDURE spDeclineExpiredUpdates 2020-10-21 10:07:14 Adding PROCEDURE spCountObsoleteUpdatesToCleanup 2020-10-21 10:07:14 Adding PROCEDURE spGetObsoleteUpdatesToCleanup 2020-10-21 10:07:14 Adding PROCEDURE spDeleteUpdate 2020-10-21 10:07:14 Adding PROCEDURE spDeleteUpdateByUpdateID 2020-10-21 10:07:14 Adding PROCEDURE spCountUpdatesToCompress 2020-10-21 10:07:14 Adding PROCEDURE spGetUpdatesToCompress 2020-10-21 10:07:14 Adding PROCEDURE spCompressUpdate 2020-10-21 10:07:14 Adding PROCEDURE spCleanupObsoleteComputers 2020-10-21 10:07:14 Adding PROCEDURE spCleanupUnneededContentFiles 2020-10-21 10:07:14 Adding procedure spGetFailedToDownloadUpdatesCount 2020-10-21 10:07:14 Changed database context to 'SUSDB'. 2020-10-21 10:07:15 Populating the database with basic configuration information 2020-10-21 10:07:15 Creating the pre-defined target groups 2020-10-21 10:07:15 Populating Auto Deployment Rules 2020-10-21 10:07:15 Populating System Subscription 2020-10-21 10:07:16 Populating Email Notification Configuration 2020-10-21 10:07:16 Populating Email Notification Status 2020-10-21 10:07:16 Populating Languages 2020-10-21 10:07:16 Populating tbLanguageInSubscription for default subscription 2020-10-21 10:07:16 Populating Categories 2020-10-21 10:07:16 Populating Driver classes 2020-10-21 10:07:16 Adding Firmware Driver Class 2020-10-21 10:07:16 Populating handlers 2020-10-21 10:07:16 Populating driver types 2020-10-21 10:07:16 Populating state machine 2020-10-21 10:07:25 Creating DSS deployments for any existing locally published updates that do not have one... 2020-10-21 10:07:25 Finished creating DSS deployments. 2020-10-21 10:07:27 Changed database context to 'SUSDB'. 2020-10-21 10:07:29 Changed database context to 'SUSDB'. 2020-10-21 10:07:29 Creating PROCEDURE spUpdateInventoryRulesXml 2020-10-21 10:07:29 Creating PROCEDURE spAddDetailedInventoryRules 2020-10-21 10:07:29 Creating PROCEDURE spGetInventoryVersion 2020-10-21 10:07:29 Creating PROCEDURE spAddInventoryXml 2020-10-21 10:07:29 Creating PROCEDURE spAddDetailedInventoryInformation 2020-10-21 10:07:29 Changed database context to 'SUSDB'. 2020-10-21 10:07:29 Dropping views and functions from the PUBLIC_VIEWS schema 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vUpdate 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vCategory 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vClassification 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vUpdateInCategory 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vLanguage 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vUpdateText 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vUpdateAdditionalInfoUrl 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vCategoryText 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vClassificationText 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vDownstreamServer 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vComputerTarget 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vComputerTargetGroup 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vComputerGroupMembership 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vUpdateApproval 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vUpdateInstallationInfoBasic 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vUpdateInstallationInfo 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vUpdateEffectiveApprovalPerComputer 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vSupportedInventory 2020-10-21 10:07:29 Creating view PUBLIC_VIEWS.vComputerInventory 2020-10-21 10:07:29 Creating TVF PUBLIC_VIEWS.fnUpdateInstallationStateMap 2020-10-21 10:07:29 Changed database context to 'SUSDB'. 2020-10-21 10:07:29 Adding table tbDynamicCategory 2020-10-21 10:07:29 Adding trigger trDynamicCategoryDeleted 2020-10-21 10:07:29 Adding trigger trDynamicCategoryCreated 2020-10-21 10:07:29 Adding table tbMapping_Target_DynamicCategory 2020-10-21 10:07:29 Adding trigger trDynamicCategoryCleanup 2020-10-21 10:07:29 Adding table tbDcRollupStatus 2020-10-21 10:07:29 Adding table tbDeletedDynamicCategory 2020-10-21 10:07:29 Creating type DynamicCategoryTableType 2020-10-21 10:07:29 Adding procedure spDcAddCategory 2020-10-21 10:07:29 Adding procedure spDcAddCategories 2020-10-21 10:07:29 Adding procedure spDcGetCategoryById 2020-10-21 10:07:29 Adding procedure spDcGetCategoryByName 2020-10-21 10:07:29 Adding procedure spDcGetCategories 2020-10-21 10:07:29 Adding procedure spDcSetSyncStatus 2020-10-21 10:07:29 Adding procedure spDcDeleteCategory 2020-10-21 10:07:29 Adding procedure spDcGetTargetIdForComputer 2020-10-21 10:07:29 Reestablishing database connection... 2020-10-21 10:07:29 Creating logins... 2020-10-21 10:07:30 Fetching account info for S-1-5-20 2020-10-21 10:07:30 Found principal 2020-10-21 10:07:30 Found account 2020-10-21 10:07:30 Got binary SID 2020-10-21 10:07:30 Fetching WsusAdministratorsSid from registry store 2020-10-21 10:07:30 Value is xxxxx 2020-10-21 10:07:30 Fetching account info for xxxxx 2020-10-21 10:07:32 Found principal 2020-10-21 10:07:32 Found account 2020-10-21 10:07:32 Got binary SID 2020-10-21 10:07:32 Setting content location... 2020-10-21 10:07:32 Fetching ContentDir from registry store 2020-10-21 10:07:32 Value is E:\WSUS 2020-10-21 10:07:32 Swtching DB to multi-user mode...... 2020-10-21 10:07:38 Finished setting multi-user mode 2020-10-21 10:07:38 Writing DB settings to registry... 2020-10-21 10:07:38 Disposing Connection 2020-10-21 10:07:38 Clearing Connection Pools 2020-10-21 10:07:38 Marking PostInstall done for UpdateServices-WidDatabase in the registry... 2020-10-21 10:07:38 Starting service W3SVC 2020-10-21 10:07:38 Configuring IIS... 2020-10-21 10:07:38 Start: ConfigureWebsite 2020-10-21 10:07:40 Configuring website on port 8530 2020-10-21 10:09:25 2020-10-21 10:07:46 Info IISCustomAction Performing Setup Action, Command /Install 2020-10-21 10:09:22 Info IISCustomAction Command /Install Succeeded 2020-10-21 10:09:25 End: ConfigureWebsite 2020-10-21 10:09:25 Configuring performance counters... 2020-10-21 10:09:25 Configuring Stats.NET perf counter... 2020-10-21 10:09:25 Configuring reporting perf counter... 2020-10-21 10:09:25 Configuring client webservice perf counter... 2020-10-21 10:09:25 Configuring server sync webservice perf counter... 2020-10-21 10:09:25 Configuring API remoting perf counter... 2020-10-21 10:09:25 Bringing services online... 2020-10-21 10:09:25 StartServer starting... 2020-10-21 10:09:25 Generating encryption key to write to the database... 2020-10-21 10:09:32 Generating encryption key succeeded... 2020-10-21 10:09:32 Declining unapproved expired updates... 2020-10-21 10:11:44 Done declining unapproved expired updates. Declined 0 updates. 2020-10-21 10:11:44 Setting WSUSService to autostart... 2020-10-21 10:11:44 WSUSService is set to autostart. 2020-10-21 10:11:44 Starting WSUSService... 2020-10-21 10:11:44 WSUSService is now started. 2020-10-21 10:11:44 Importing default detectoids. 2020-10-21 10:11:44 Importing CriticalUpdates.xml... 2020-10-21 10:11:45 Importing Drivers.xml... 2020-10-21 10:11:55 Importing DriverSets.xml... 2020-10-21 10:11:55 Importing FeaturePacks.xml... 2020-10-21 10:11:55 Importing MicrosoftCorporation.xml... 2020-10-21 10:11:56 Importing SecurityUpdates.xml... 2020-10-21 10:11:56 Importing ServicePacks.xml... 2020-10-21 10:11:56 Importing Tools.xml... 2020-10-21 10:11:56 Importing UpdateRollups.xml... 2020-10-21 10:11:56 Importing Updates.xml... 2020-10-21 10:11:56 Importing Windows.xml... 2020-10-21 10:11:56 Importing Windows2000family.xml... 2020-10-21 10:11:56 Importing WindowsServer2003DatacenterEdition.xml... 2020-10-21 10:11:56 Importing WindowsServer2003Family.xml... 2020-10-21 10:11:56 Importing WindowsXPfamily.xml... 2020-10-21 10:11:57 Importing LocalPublisher.xml... 2020-10-21 10:11:57 Importing LocallyPublishedPackages.xml... 2020-10-21 10:11:57 Importing Applications.xml... 2020-10-21 10:11:57 Importing Exchange.xml... 2020-10-21 10:11:57 Importing Office.xml... 2020-10-21 10:11:57 Importing SQL.xml... 2020-10-21 10:11:57 Importing Exchange2000Server.xml... 2020-10-21 10:11:57 Importing ExchangeServer2003.xml... 2020-10-21 10:11:57 Importing OfficeXP.xml... 2020-10-21 10:11:57 Importing Office2003.xml... 2020-10-21 10:11:57 Importing SQLServer.xml... 2020-10-21 10:11:57 Importing WindowsXP64BitEditionVersion2003.xml... 2020-10-21 10:11:57 Importing DefinitionUpdateSusXml.xml... 2020-10-21 10:11:57 Importing ClientServicingApiDetectoid.xml... 2020-10-21 10:11:57 Importing default detectoids succeeded. 2020-10-21 10:12:00 FixSubscriptionCategories failed. Exception: System.Security.SecurityException: Request for principal permission failed. 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() The Zone of the assembly that failed was: MyComputer 2020-10-21 10:12:00 StartServer encountered errors. Exception=Request for principal permission failed. 2020-10-21 10:12:00 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)