Hi,
I'm trying to REINSTALL WSUS 3.0 in RODC (windows 2012). But I can't past the post installation and always getting the error:
2019-01-24 14:38:43 Postinstall started
2019-01-24 14:38:43 Detected role services: UI, WidDatabase, Services
2019-01-24 14:38:43 Start: LoadSettingsFromParameters
2019-01-24 14:38:43 Content local is: True
2019-01-24 14:38:43 Content directory is: c:\WSUS
2019-01-24 14:38:43 SQL instname is:
2019-01-24 14:38:43 End: LoadSettingsFromParameters
2019-01-24 14:38:43 Start: Run
2019-01-24 14:38:43 Configuring content directory...
2019-01-24 14:38:43 Configuring groups...
2019-01-24 14:38:43 Starting group configuration for WSUS Administrators...
2019-01-24 14:38:43 Group does not already exist in the registry
2019-01-24 14:38:43 Searching for existing group...
2019-01-24 14:40:28 Group was not fount attempt to create it...
2019-01-24 14:40:28 System.DirectoryServices.AccountManagement.PrincipalOperationException: The group already exists.
---> System.Runtime.InteropServices.COMException: The group already exists.
at System.DirectoryServices.DirectoryEntry.CommitChanges()
at System.DirectoryServices.AccountManagement.SDSUtils.ApplyChangesToDirectory(Principal p, StoreCtx storeCtx, GroupMembershipUpdater updateGroupMembership, NetCred credentials, AuthenticationTypes authTypes)
--- End of inner exception stack trace ---
at System.DirectoryServices.AccountManagement.SDSUtils.ApplyChangesToDirectory(Principal p, StoreCtx storeCtx, GroupMembershipUpdater updateGroupMembership, NetCred credentials, AuthenticationTypes authTypes)
at System.DirectoryServices.AccountManagement.SDSUtils.InsertPrincipal(Principal p, StoreCtx storeCtx, GroupMembershipUpdater updateGroupMembership, NetCred credentials, AuthenticationTypes authTypes, Boolean needToSetPassword)
at System.DirectoryServices.AccountManagement.SAMStoreCtx.Insert(Principal p)
at Microsoft.UpdateServices.Administration.ConfigureGroups.FetchOrCreateGroup(PrincipalContext context, String name, String description)
at Microsoft.UpdateServices.Administration.ConfigureGroups.SetupGroup(PrincipalContext context, String groupName, String description, String registryValue)
at Microsoft.UpdateServices.Administration.ConfigureGroups.Run(Action`1 logWriter)
at Microsoft.UpdateServices.Administration.PostInstall.Run()
at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
I already have the groups needed in RWDC.
1. SQLServer2005MSFTEUser$Servername$Microsoft##SSEE
2. SQLServer2005MSSQLUser$Servername$Microsoft##SSEE
3. WSUS Administrators
4. WSUS Reporters
Already uninstalled IIS and WSUS, still no luck. Can some help me figure out this or send me step by step configuration for this. Thanks in advance.