Link to home
Start Free TrialLog in
Avatar of WORKS2011
WORKS2011Flag for United States of America

asked on

Confirmation deleting WSUS database.

Working on a SBS2011 experiencing the usual SBS WSUS errors that create disk space issues. I decided to clean up the WSUS database by following two articles.

Reinstall WSUS on SBS tried removing from add and remove programs and it errors out. As mentioned in this article I proceeded to the document below to remove the role but have a database question prior to deleting.  

WSUS uninstall is failing I made the changes to the registry mentioned in this article and removed the role which completed successfully. Step 10 states, once WSUS is uninstalled, manually remove the WSUS content and/or database files from the hard drive. This is where I would like to clarify before deleting data. For obvious reasons I want to make sure what I’m deleting will not cause an instability.

My understanding of SQL is it’s installed on the C: partition below where the system databases are displayed. Rather than tamper with the SQL installation the only data I removed here was the log files which grew over 12G. FYI I copied them for further review.

SQL system files located C:\Windows\SYSMSI\SSEE\MSSQL.2005\MSSQL\ with the following folders:
Backup
Binn
Data
Install
LOG (12.8G) cleaned up the log files
SchemaSig

On the D: partition there is D:\WSUS with the following folders:
UpdateServicesPackages
WsusConent
SUSDB.mdb (26.5G)
SUSDB_log.ldf (2.6G)

I opened SQL Studio and see the following SUSDB database
User generated image
Would like a second opinion deleting this database is the correct WSUS database mentioned in the second article above. As well I assume It’s better to right click and select delete rather than remove from the directory, correct.

SQL shows the SUSDB file location here
User generated image
I believe the SQL instability was caused by the updates failing and plan to test this after deleting this database, reinstalling WSUS and testing.
Avatar of arnold
arnold
Flag of United States of America image

If you uninstalled, the action you outlined is the correct way to delete, ...

What is your finall goal here?

If your issues related to wsus crashing and erroring out on data updates, the reason is that when it is deployed the settings for database growth, and transaction log growth settings are too low. In the images it appears you adjusted the growth rate on the transaction log to 10% but left the growth rate on the database file at 1mb which is too low in the current number of products....

5% or 10%

You could relocate the db, Susdb to a different drove, partition.
Wsusutil prior to the uninstall, includes an option to move the content directory to another drive/partition.

I would suggest before going with deleting c:\wsus where content is, to make sure what the end result you wish to end up with before proceeding.

Creating a backup of the db, just in case...
>> I believe the SQL instability was caused by the updates failing

May I know what you are referring as SQL Instability so that we can understand the problem better to recommend better.
Also, let us know what updates are failing, is it the windows updates or WSUS updates..

>> plan to test this after deleting this database, reinstalling WSUS and testing.

If you delete the database and reinstall to get a new databases then chances are that you might not get into issues because your database doesn't have any data at all..
So, I would suggest to identify the real problem and fix it rather than deleting the database..
Uninstall/reinstall is a risk and is not always resolves .......

The db growth set is too low, 1mb unlimited growth.
Avatar of WORKS2011

ASKER

@ Arnold final goal is have the updates work. They give the following error.
User generated image
Some history, the database became corrupt causing updates to stop working. This caused the SQL error log to grow to large, sometimes over 25G creating disk space issues. This impacted production so updates were disabled. I cleaned up the dump files that were creating space issues but the above error is still a problem.

The SUSDB was already moved to another partition and not deleted just renamed with SUSDBOLD and the C:\WSUS was deleted.

I'll post the WSUS installation errors I get shortly.
@Raja Jegan R when I say SQL instability there were multiple errors trying to reinstall WSUS and the error logs seem to be pointing to the versio of .NET installed.
I get the following error when I try to reinstall WSUS. I run the following command**: WSUS30-KB972455-x64.exe /q DEFAULT_WEBSITE=0 CREATE_DATABASE=1 CONTENT_LOCAL=1 CONTENT_DIR=C:\WSUS WYUKON_DATA_DIR=C:\WSUS

I get this error:

Description:
  There was a failure while running setup.  Please review the setup log files and documentation and try again.

Problem signature:
  Problem Event Name:      WSUSSetup
  Installer Name:      WusSetup.exe
  Installer Version:      3.2.7600.226
  Error Code:      80070643
  Custom Action:      PERF_COUNTER_INST
  OS Version:      6.1.7601.2.1.0.305.9
  Locale ID:      1033
I believe the problem is the version of .NET4.6 which I verified is installed on the server. Plenty of dialogue how removing .NET4.6 allowed WSUS to be installed again. Little worrisome thinking what could happen to other apps if .NET4.6 is removed. Is this recommended? I'm assuming some version of .NET is needed for the server to be better off.
You are posting an error from the client, the GPO sets theintranet site.

Once you follow the uninstall route, it is a .........
you have to look through the install log if any, event log to see why it is erroring out.

Do you have another system in the environment on which you can deploy WSUS......

About the 4.6 .Net you have to check which apps depend on it. Why was it installed in the first place or was it a consequence of WSUS self updating.

only you can answer whether uninstalling .net 4.6 is something you can do.

Do you have backups prior to.
everything down this road is a risk that can make things worse, and I often approach it this way.

afer rescanning the comments, and seeing that you have an SBS your options are likely do not include another server onto which you can install wsus.

you could run hyper-v on a windows 10 system and purchase a server virtual license onto which you can install wsus ...

https://social.technet.microsoft.com/Forums/en-US/148be039-a795-4c50-b4cc-5f6afcebe90d/is-it-possible-to-configure-wsus-in-windows-10?forum=winserverwsus

Even with backups of the server trying to roll events back to address OS changes....

rolling back based on updates since this is a single DC....
if I went down this road and the uninstall of WSUS ...
I have a solid backup with the option to boot into a virtual environment, however I don't really want to go this route fixing WSUS for obvious reasons.

The server was placed into production in 2013 which in my opinion places the ROI prime for replacing it. I'm in talks about this with my client now maybe I should push it harder. Were finishing up the IT budget now.

This thread if you scroll down mentions the same permission errors SQL reports but how uninstalling .NET was the fix. I'm searching for the SQL logs now that showed permission errors and it being the reason the installation failed.  

User generated image
please clarify
You are posting an error from the client, the GPO sets theintranet site.

Not sure what you mean "from the client" everything is posted from the SBS.

FYI I turned off all the GPO's related to updates. The computers on the LAN update without WSUS.
This may be an option to help determine whether removing .NET4.6 is worth trying.

.NET Reflector
Your install uses wid

Does your SBS come with SQL server 2008?

Installing SQL 2008 standard and then during the wsus install instead of using the wid, select the SQL 2008 standard to see whether you get further.

You could backup/restore the Susdb that you showed earlier....

Transferring logons..

If upgrading potentially go into a virtualized environment...

The state in which it is now requires determining what is happening and how to resolve ...

Does the wid still installed? And the Susdb?
The WID is still installed without the SUSDB database.
User generated image
The SUSDB.mdf database file along with the SUSDB_log.ldf file haven't been deleted. As shown above they're not attached to any database in the WID.

User generated image
This might be your error, the installer sis the eid installed, but it either
1) unable to create a user that already exists
2) unable to access the Susdb which is detached, but remains in the location where it would be created and attached.

Do not recall whether during install you have an option to set an alternate data folder for just Susdb
There isn't any option to install to an alternate folder. Only option is to run the .exe from the command prompt and hope it finishes.

I looked into this error before and can't remember exactly the steps I tried just remember it seemed like going down a rabbit hole. Nothing changed the SQL permission error.
This is what I tried and it didn't make a difference.

Read the article here.
look at either reattaching the susdb database files, or relocate them from the data folder
It might be needed to remove the WID SQL instance ....
relocate the files, then during the install, advanced options to relocate where the data for the database folder should be if you want to moved it out of the c:\program files\microsoft sql server where it would commonly be....
>> There isn't any option to install to an alternate folder.

Are you able to uninstall SQL Server instance completely and then reinstall it..
If not, kindy let us know the latest status so that we can guide you accordingly.
hi everyone sorry for the delay and this just bumped up to a more serious issue. Updates missing are causing new apple devices from updating calendar and contacts info in Exchange. I've seen this with 2007 exchange and we upgraded. The obvious choice since 2007 is discontinued. This is a 2010 server. We're currently discussing upgrading and when the best time to do so.

@Arnold, I have the old database on the D: partition and last time it worked the WID was attached to it in this location. I was hoping there was a way to reconnect back to this but haven't found it. I was thinking of moving the database on the C:\WSUS folder and running the installer again, haven't tried this yet. Your thoughts?

@Raja
There isn't any option to install to an alternate folder.
Not that I'm aware of.

Are you able to uninstall SQL Server instance completely and then reinstall it..
When you say instance are you talking about the connection string to the WID or the actual databases. See image below. I don't believe it's a good option to delete the WID because it is tied to AD. I may be incorrect, please correct me if you know different.

User generated image
The susdb is detached, it might still exists as the mdb/ldb files

I do not remember whether when isntalling wss if the instance of mssql$microsoft##SSEE exists whether it will continue with the install when selecting a WID ....
As per the image above, either your WSUS DB is detached or the SQL Server instance is installed newly..
System databases will be present even if it is newly installed instance..

Just noticed your instance name, that is a Windows Internal database and not SQL Server database instance..
When you install WSUS, it will ask for SQL Server instance if already available on the server or it will use Windows Internal database.
Can you try installing WSUS again and install it to a SQL Server instance and attach your *.mdf and *.ldf files to that instance instead of WID

https://www.urtech.ca/2018/06/solved-everything-you-need-to-know-about-the-windows-internal-database-wid/
Arnold: yes SUSDB is detached, when I try to attach I get this error. As mentioned above maybe it is a permissions error.
User generated image
Raja: yes the SUSDB is detached. As I mentioned above it's WID. I don't get the option to choose anything installing WSUS. I run it from a command prompt and wait for it to pass or fail. Is there another way to install WSUS than from the command prompt? I tried adding the roll and it fails.
We're the files moved, thought they were on c: or d: is your not drive?

Check permissions (security) on d:\wsus\
Check with which credentials the wid SQL instance is running and make sure that has full access to d:\wsus
D:\wsus is it where the content is?
Raja, does this error have to do with the server in question is a SBS 2011 and you're post is 2012 server?

Very first step, "stop-service WSUSService, W3SVC" get the following error.
User generated image
Not sure why you want to stop the web publisher w3svc iis.
The error is clear.
To stop w3svc you must specify force so that the process can terminate any and all dependencies that rely on the w3svc service running.
-force

https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-service?view=powershell-6
I got the WSUS database to install and it's a little frustrating because I'm not 100% what I did that I haven't tried already. I detached the WSUS2 database that I created for testing purposes and connected back to the WSUS and got an error. I renamed the WSUS to WSUSold and created a new WSUS which created without any errors. I added the role Windows Update Service and it installed without any errors just noted that I should turn on automatic updates. I then ran updates and get the following error
User generated image
Not sure why you want to stop the web publisher w3svc iis.
it was a step in the article mentioned above and why in inquired about the article being about Server 2012 and problems I'm encountering are SBS2011.
Microsoft! One problem after another. I'm happy they did away with SBS and after this server I'll never EVER touch one again. Now this.
User generated imageUser generated image
Please clarify, I stalked you attached.....

Did you reinstall, then used the old Susdb files?


Wsusutil is the command to use to move content.

Not sure it is clear what you did.

Just start fresh, without interjecting steps to get it to use what you had.
Note in your original images, the file growth settings, the growth of the data file is too low. Change it from 1MB to 10%

This will reduce the overhead of having sql in short (seconds) having to request an allocation of 1MB noting your image has the data file is ~25GB


Suggesting you might be over subscribing to updates.
Do you need the entire ms update repository?
Arnold making the changes now. Not sure how far back the server needs updates I expect it's been awhile.

WSUSSetup.log
2018-11-24 19:06:03  Success   MWUSSetup          Validating pre-requisites...
2018-11-24 19:06:03  Error     MWUSSetup          Failed to determine if an higher version of WSUS is installed. Assuming it is not... (Error 0x80070002: The system cannot find the file specified.)
2018-11-24 19:06:03  Error     MWUSSetup          WSUS is outdated. But this will not block setup (Error 0x00000000: The operation completed successfully.)
2018-11-24 19:06:03  Success   MWUSSetup          Initializing installation details
2018-11-24 19:06:03  Success   MWUSSetup          Skipping Asp.Net install since not running on win2k3...
2018-11-24 19:06:03  Success   MWUSSetup          Installing wYukon using ocsetup
2018-11-24 19:06:03  Success   MWUSSetup          Windows Internal database is already installed on this machine
2018-11-24 19:06:03  Success   MWUSSetup          Installing WSUS...
2018-11-24 19:06:04  Success   CustomActions.Dll  Unable to get INSTALL_LANGUAGE property, calculating it...
2018-11-24 19:06:04  Success   CustomActions.Dll  Successfully set propery of WSUS admin groups' full names
2018-11-24 19:06:06  Success   CustomActions.Dll  .Net framework path: C:\Windows\Microsoft.NET\Framework64\v4.6.81
2018-11-24 19:06:07  Success   CustomActions.Dll  Creating user group: WSUS Reporters with Description: WSUS Administrators who can only run reports on the Windows Server Update Services server.
2018-11-24 19:06:07  Success   CustomActions.Dll  Creating WSUS Reporters user group
2018-11-24 19:06:07  Success   CustomActions.Dll  WSUS Reporters user group already exists
2018-11-24 19:06:07  Success   CustomActions.Dll  Successfully created WSUS Reporters user group
2018-11-24 19:06:07  Success   CustomActions.Dll  Creating user group: WSUS Administrators with Description: WSUS Administrators can administer the Windows Server Update Services server.
2018-11-24 19:06:07  Success   CustomActions.Dll  Creating WSUS Administrators user group
2018-11-24 19:06:07  Success   CustomActions.Dll  WSUS Administrators user group already exists
2018-11-24 19:06:07  Success   CustomActions.Dll  Successfully created WSUS Administrators user group
2018-11-24 19:06:07  Success   CustomActions.Dll  Successfully created WSUS user groups
2018-11-24 19:06:07  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-24 19:06:07  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-24 19:06:07  Success   CustomActions.Dll  Successfully set binary SID properties
2018-11-24 19:07:50  Error     MWUSSetup          InstallWsus: MWUS Installation Failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 19:07:50  Error     MWUSSetup          CInstallDriver::PerformSetup: WSUS installation failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 19:07:50  Error     MWUSSetup          CSetupDriver::LaunchSetup: Setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 19:07:50  Success   MWUSSetup          An error occurred while performing setup. Please refer to the error logs for details
2018-11-24 19:07:50  Error     MWUSSetup          DoInstall: Wsus setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 19:14:09  Success   MWUSSetup          Validating pre-requisites...
2018-11-24 19:14:09  Error     MWUSSetup          Failed to determine if an higher version of WSUS is installed. Assuming it is not... (Error 0x80070002: The system cannot find the file specified.)
2018-11-24 19:14:09  Error     MWUSSetup          WSUS is outdated. But this will not block setup (Error 0x00000000: The operation completed successfully.)
2018-11-24 19:14:09  Success   MWUSSetup          Initializing installation details
2018-11-24 19:14:09  Success   MWUSSetup          Skipping Asp.Net install since not running on win2k3...
2018-11-24 19:14:09  Success   MWUSSetup          Installing wYukon using ocsetup
2018-11-24 19:14:09  Success   MWUSSetup          Windows Internal database is already installed on this machine
2018-11-24 19:14:09  Success   MWUSSetup          Installing WSUS...
2018-11-24 19:14:10  Success   CustomActions.Dll  Unable to get INSTALL_LANGUAGE property, calculating it...
2018-11-24 19:14:10  Success   CustomActions.Dll  Successfully set propery of WSUS admin groups' full names
2018-11-24 19:14:11  Success   CustomActions.Dll  .Net framework path: C:\Windows\Microsoft.NET\Framework64\v4.6.81
2018-11-24 19:14:12  Success   CustomActions.Dll  Creating user group: WSUS Reporters with Description: WSUS Administrators who can only run reports on the Windows Server Update Services server.
2018-11-24 19:14:12  Success   CustomActions.Dll  Creating WSUS Reporters user group
2018-11-24 19:14:12  Success   CustomActions.Dll  WSUS Reporters user group already exists
2018-11-24 19:14:12  Success   CustomActions.Dll  Successfully created WSUS Reporters user group
2018-11-24 19:14:12  Success   CustomActions.Dll  Creating user group: WSUS Administrators with Description: WSUS Administrators can administer the Windows Server Update Services server.
2018-11-24 19:14:12  Success   CustomActions.Dll  Creating WSUS Administrators user group
2018-11-24 19:14:12  Success   CustomActions.Dll  WSUS Administrators user group already exists
2018-11-24 19:14:12  Success   CustomActions.Dll  Successfully created WSUS Administrators user group
2018-11-24 19:14:12  Success   CustomActions.Dll  Successfully created WSUS user groups
2018-11-24 19:14:13  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-24 19:14:13  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-24 19:14:13  Success   CustomActions.Dll  Successfully set binary SID properties
2018-11-24 19:15:55  Error     MWUSSetup          InstallWsus: MWUS Installation Failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 19:15:55  Error     MWUSSetup          CInstallDriver::PerformSetup: WSUS installation failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 19:15:55  Error     MWUSSetup          CSetupDriver::LaunchSetup: Setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 19:15:55  Success   MWUSSetup          An error occurred while performing setup. Please refer to the error logs for details
2018-11-24 19:15:55  Error     MWUSSetup          DoInstall: Wsus setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 19:22:29  Success   MWUSSetup          Validating pre-requisites...
2018-11-24 19:22:29  Error     MWUSSetup          Failed to determine if an higher version of WSUS is installed. Assuming it is not... (Error 0x80070002: The system cannot find the file specified.)
2018-11-24 19:22:29  Error     MWUSSetup          WSUS is outdated. But this will not block setup (Error 0x00000000: The operation completed successfully.)
2018-11-24 19:22:29  Success   MWUSSetup          Initializing installation details
2018-11-24 19:22:29  Success   MWUSSetup          Skipping Asp.Net install since not running on win2k3...
2018-11-24 19:22:29  Success   MWUSSetup          Installing wYukon using ocsetup
2018-11-24 19:22:29  Success   MWUSSetup          Windows Internal database is already installed on this machine
2018-11-24 19:22:29  Success   MWUSSetup          Installing WSUS...
2018-11-24 19:22:29  Success   CustomActions.Dll  Unable to get INSTALL_LANGUAGE property, calculating it...
2018-11-24 19:22:29  Success   CustomActions.Dll  Successfully set propery of WSUS admin groups' full names
2018-11-24 19:22:30  Success   CustomActions.Dll  .Net framework path: C:\Windows\Microsoft.NET\Framework64\v4.6.81
2018-11-24 19:22:31  Success   CustomActions.Dll  Creating user group: WSUS Reporters with Description: WSUS Administrators who can only run reports on the Windows Server Update Services server.
2018-11-24 19:22:31  Success   CustomActions.Dll  Creating WSUS Reporters user group
2018-11-24 19:22:31  Success   CustomActions.Dll  WSUS Reporters user group already exists
2018-11-24 19:22:31  Success   CustomActions.Dll  Successfully created WSUS Reporters user group
2018-11-24 19:22:31  Success   CustomActions.Dll  Creating user group: WSUS Administrators with Description: WSUS Administrators can administer the Windows Server Update Services server.
2018-11-24 19:22:31  Success   CustomActions.Dll  Creating WSUS Administrators user group
2018-11-24 19:22:31  Success   CustomActions.Dll  WSUS Administrators user group already exists
2018-11-24 19:22:31  Success   CustomActions.Dll  Successfully created WSUS Administrators user group
2018-11-24 19:22:31  Success   CustomActions.Dll  Successfully created WSUS user groups
2018-11-24 19:22:31  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-24 19:22:31  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-24 19:22:31  Success   CustomActions.Dll  Successfully set binary SID properties
2018-11-24 19:24:09  Error     MWUSSetup          InstallWsus: MWUS Installation Failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 19:24:09  Error     MWUSSetup          CInstallDriver::PerformSetup: WSUS installation failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 19:24:09  Error     MWUSSetup          CSetupDriver::LaunchSetup: Setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 19:24:09  Success   MWUSSetup          An error occurred while performing setup. Please refer to the error logs for details
2018-11-24 19:24:09  Error     MWUSSetup          DoInstall: Wsus setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 19:58:11  Success   MWUSSetup          Validating pre-requisites...
2018-11-24 19:58:11  Error     MWUSSetup          Failed to determine if an higher version of WSUS is installed. Assuming it is not... (Error 0x80070002: The system cannot find the file specified.)
2018-11-24 19:58:11  Error     MWUSSetup          WSUS is outdated. But this will not block setup (Error 0x00000000: The operation completed successfully.)
2018-11-24 19:58:11  Success   MWUSSetup          Initializing installation details
2018-11-24 19:58:11  Success   MWUSSetup          Skipping Asp.Net install since not running on win2k3...
2018-11-24 19:58:11  Success   MWUSSetup          Installing wYukon using ocsetup
2018-11-24 19:58:11  Success   MWUSSetup          Windows Internal database is already installed on this machine
2018-11-24 19:58:11  Success   MWUSSetup          Installing WSUS...
2018-11-24 19:58:12  Success   CustomActions.Dll  Unable to get INSTALL_LANGUAGE property, calculating it...
2018-11-24 19:58:12  Success   CustomActions.Dll  Successfully set propery of WSUS admin groups' full names
2018-11-24 19:58:12  Success   CustomActions.Dll  .Net framework path: C:\Windows\Microsoft.NET\Framework64\v4.6.81
2018-11-24 19:58:14  Success   CustomActions.Dll  Creating user group: WSUS Reporters with Description: WSUS Administrators who can only run reports on the Windows Server Update Services server.
2018-11-24 19:58:14  Success   CustomActions.Dll  Creating WSUS Reporters user group
2018-11-24 19:58:14  Success   CustomActions.Dll  WSUS Reporters user group already exists
2018-11-24 19:58:14  Success   CustomActions.Dll  Successfully created WSUS Reporters user group
2018-11-24 19:58:14  Success   CustomActions.Dll  Creating user group: WSUS Administrators with Description: WSUS Administrators can administer the Windows Server Update Services server.
2018-11-24 19:58:14  Success   CustomActions.Dll  Creating WSUS Administrators user group
2018-11-24 19:58:14  Success   CustomActions.Dll  WSUS Administrators user group already exists
2018-11-24 19:58:14  Success   CustomActions.Dll  Successfully created WSUS Administrators user group
2018-11-24 19:58:14  Success   CustomActions.Dll  Successfully created WSUS user groups
2018-11-24 19:58:14  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-24 19:58:14  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-24 19:58:14  Success   CustomActions.Dll  Successfully set binary SID properties
2018-11-24 19:59:50  Error     MWUSSetup          InstallWsus: MWUS Installation Failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 19:59:50  Error     MWUSSetup          CInstallDriver::PerformSetup: WSUS installation failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 19:59:50  Error     MWUSSetup          CSetupDriver::LaunchSetup: Setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 19:59:50  Success   MWUSSetup          An error occurred while performing setup. Please refer to the error logs for details
2018-11-24 19:59:50  Error     MWUSSetup          DoInstall: Wsus setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 20:26:44  Success   MWUSSetup          Validating pre-requisites...
2018-11-24 20:26:44  Error     MWUSSetup          Failed to determine if an higher version of WSUS is installed. Assuming it is not... (Error 0x80070002: The system cannot find the file specified.)
2018-11-24 20:26:44  Error     MWUSSetup          WSUS is outdated. But this will not block setup (Error 0x00000000: The operation completed successfully.)
2018-11-24 20:26:45  Success   MWUSSetup          Initializing installation details
2018-11-24 20:26:45  Success   MWUSSetup          Skipping Asp.Net install since not running on win2k3...
2018-11-24 20:26:45  Success   MWUSSetup          Installing wYukon using ocsetup
2018-11-24 20:26:45  Success   MWUSSetup          Windows Internal database is already installed on this machine
2018-11-24 20:26:45  Success   MWUSSetup          Installing WSUS...
2018-11-24 20:26:45  Success   CustomActions.Dll  Unable to get INSTALL_LANGUAGE property, calculating it...
2018-11-24 20:26:45  Success   CustomActions.Dll  Successfully set propery of WSUS admin groups' full names
2018-11-24 20:26:46  Success   CustomActions.Dll  .Net framework path: C:\Windows\Microsoft.NET\Framework64\v4.6.81
2018-11-24 20:26:47  Success   CustomActions.Dll  Creating user group: WSUS Reporters with Description: WSUS Administrators who can only run reports on the Windows Server Update Services server.
2018-11-24 20:26:47  Success   CustomActions.Dll  Creating WSUS Reporters user group
2018-11-24 20:26:47  Success   CustomActions.Dll  WSUS Reporters user group already exists
2018-11-24 20:26:47  Success   CustomActions.Dll  Successfully created WSUS Reporters user group
2018-11-24 20:26:47  Success   CustomActions.Dll  Creating user group: WSUS Administrators with Description: WSUS Administrators can administer the Windows Server Update Services server.
2018-11-24 20:26:47  Success   CustomActions.Dll  Creating WSUS Administrators user group
2018-11-24 20:26:47  Success   CustomActions.Dll  WSUS Administrators user group already exists
2018-11-24 20:26:47  Success   CustomActions.Dll  Successfully created WSUS Administrators user group
2018-11-24 20:26:47  Success   CustomActions.Dll  Successfully created WSUS user groups
2018-11-24 20:26:47  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-24 20:26:47  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-24 20:26:47  Success   CustomActions.Dll  Successfully set binary SID properties
2018-11-24 20:28:26  Error     MWUSSetup          InstallWsus: MWUS Installation Failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 20:28:26  Error     MWUSSetup          CInstallDriver::PerformSetup: WSUS installation failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 20:28:26  Error     MWUSSetup          CSetupDriver::LaunchSetup: Setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 20:28:26  Success   MWUSSetup          An error occurred while performing setup. Please refer to the error logs for details
2018-11-24 20:28:26  Error     MWUSSetup          DoInstall: Wsus setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 20:35:06  Success   MWUSSetup          Validating pre-requisites...
2018-11-24 20:35:06  Error     MWUSSetup          Failed to determine if an higher version of WSUS is installed. Assuming it is not... (Error 0x80070002: The system cannot find the file specified.)
2018-11-24 20:35:06  Error     MWUSSetup          WSUS is outdated. But this will not block setup (Error 0x00000000: The operation completed successfully.)
2018-11-24 20:35:06  Success   MWUSSetup          Initializing installation details
2018-11-24 20:35:06  Success   MWUSSetup          Skipping Asp.Net install since not running on win2k3...
2018-11-24 20:35:06  Success   MWUSSetup          Installing wYukon using ocsetup
2018-11-24 20:35:06  Success   MWUSSetup          Windows Internal database is already installed on this machine
2018-11-24 20:35:06  Success   MWUSSetup          Installing WSUS...
2018-11-24 20:35:07  Success   CustomActions.Dll  Unable to get INSTALL_LANGUAGE property, calculating it...
2018-11-24 20:35:07  Success   CustomActions.Dll  Successfully set propery of WSUS admin groups' full names
2018-11-24 20:35:07  Success   CustomActions.Dll  .Net framework path: C:\Windows\Microsoft.NET\Framework64\v4.6.81
2018-11-24 20:35:09  Success   CustomActions.Dll  Creating user group: WSUS Reporters with Description: WSUS Administrators who can only run reports on the Windows Server Update Services server.
2018-11-24 20:35:09  Success   CustomActions.Dll  Creating WSUS Reporters user group
2018-11-24 20:35:09  Success   CustomActions.Dll  WSUS Reporters user group already exists
2018-11-24 20:35:09  Success   CustomActions.Dll  Successfully created WSUS Reporters user group
2018-11-24 20:35:09  Success   CustomActions.Dll  Creating user group: WSUS Administrators with Description: WSUS Administrators can administer the Windows Server Update Services server.
2018-11-24 20:35:09  Success   CustomActions.Dll  Creating WSUS Administrators user group
2018-11-24 20:35:09  Success   CustomActions.Dll  WSUS Administrators user group already exists
2018-11-24 20:35:09  Success   CustomActions.Dll  Successfully created WSUS Administrators user group
2018-11-24 20:35:09  Success   CustomActions.Dll  Successfully created WSUS user groups
2018-11-24 20:35:09  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-24 20:35:09  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-24 20:35:09  Success   CustomActions.Dll  Successfully set binary SID properties
2018-11-24 20:36:44  Error     MWUSSetup          InstallWsus: MWUS Installation Failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 20:36:44  Error     MWUSSetup          CInstallDriver::PerformSetup: WSUS installation failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 20:36:44  Error     MWUSSetup          CSetupDriver::LaunchSetup: Setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 20:36:44  Success   MWUSSetup          An error occurred while performing setup. Please refer to the error logs for details
2018-11-24 20:36:44  Error     MWUSSetup          DoInstall: Wsus setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 21:00:14  Success   MWUSSetup          Validating pre-requisites...
2018-11-24 21:00:15  Error     MWUSSetup          Failed to determine if an higher version of WSUS is installed. Assuming it is not... (Error 0x80070002: The system cannot find the file specified.)
2018-11-24 21:00:15  Error     MWUSSetup          WSUS is outdated. But this will not block setup (Error 0x00000000: The operation completed successfully.)
2018-11-24 21:00:15  Success   MWUSSetup          Initializing installation details
2018-11-24 21:00:15  Success   MWUSSetup          Skipping Asp.Net install since not running on win2k3...
2018-11-24 21:00:15  Success   MWUSSetup          Installing wYukon using ocsetup
2018-11-24 21:00:15  Success   MWUSSetup          Windows Internal database is already installed on this machine
2018-11-24 21:00:15  Success   MWUSSetup          Installing WSUS...
2018-11-24 21:00:15  Success   CustomActions.Dll  Unable to get INSTALL_LANGUAGE property, calculating it...
2018-11-24 21:00:15  Success   CustomActions.Dll  Successfully set propery of WSUS admin groups' full names
2018-11-24 21:00:16  Success   CustomActions.Dll  .Net framework path: C:\Windows\Microsoft.NET\Framework64\v4.6.81
2018-11-24 21:00:17  Success   CustomActions.Dll  Creating user group: WSUS Reporters with Description: WSUS Administrators who can only run reports on the Windows Server Update Services server.
2018-11-24 21:00:17  Success   CustomActions.Dll  Creating WSUS Reporters user group
2018-11-24 21:00:17  Success   CustomActions.Dll  WSUS Reporters user group already exists
2018-11-24 21:00:17  Success   CustomActions.Dll  Successfully created WSUS Reporters user group
2018-11-24 21:00:17  Success   CustomActions.Dll  Creating user group: WSUS Administrators with Description: WSUS Administrators can administer the Windows Server Update Services server.
2018-11-24 21:00:17  Success   CustomActions.Dll  Creating WSUS Administrators user group
2018-11-24 21:00:17  Success   CustomActions.Dll  WSUS Administrators user group already exists
2018-11-24 21:00:17  Success   CustomActions.Dll  Successfully created WSUS Administrators user group
2018-11-24 21:00:17  Success   CustomActions.Dll  Successfully created WSUS user groups
2018-11-24 21:00:17  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-24 21:00:17  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-24 21:00:17  Success   CustomActions.Dll  Successfully set binary SID properties
2018-11-24 21:02:05  Error     MWUSSetup          InstallWsus: MWUS Installation Failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 21:02:05  Error     MWUSSetup          CInstallDriver::PerformSetup: WSUS installation failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 21:02:05  Error     MWUSSetup          CSetupDriver::LaunchSetup: Setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-24 21:02:05  Success   MWUSSetup          An error occurred while performing setup. Please refer to the error logs for details
2018-11-24 21:02:05  Error     MWUSSetup          DoInstall: Wsus setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-29 23:41:41  Success   MWUSSetup          Validating pre-requisites...
2018-11-29 23:41:41  Error     MWUSSetup          Failed to determine if an higher version of WSUS is installed. Assuming it is not... (Error 0x80070002: The system cannot find the file specified.)
2018-11-29 23:41:41  Error     MWUSSetup          WSUS is outdated. But this will not block setup (Error 0x00000000: The operation completed successfully.)
2018-11-29 23:41:41  Success   MWUSSetup          Initializing installation details
2018-11-29 23:41:41  Success   MWUSSetup          Skipping Asp.Net install since not running on win2k3...
2018-11-29 23:41:41  Success   MWUSSetup          Installing wYukon using ocsetup
2018-11-29 23:41:41  Success   MWUSSetup          Windows Internal database is already installed on this machine
2018-11-29 23:41:41  Success   MWUSSetup          Installing WSUS...
2018-11-29 23:41:43  Success   CustomActions.Dll  Unable to get INSTALL_LANGUAGE property, calculating it...
2018-11-29 23:41:43  Success   CustomActions.Dll  Successfully set propery of WSUS admin groups' full names
2018-11-29 23:41:45  Success   CustomActions.Dll  .Net framework path: C:\Windows\Microsoft.NET\Framework64\v4.6.81
2018-11-29 23:41:46  Success   CustomActions.Dll  Creating user group: WSUS Reporters with Description: WSUS Administrators who can only run reports on the Windows Server Update Services server.
2018-11-29 23:41:46  Success   CustomActions.Dll  Creating WSUS Reporters user group
2018-11-29 23:41:46  Success   CustomActions.Dll  WSUS Reporters user group already exists
2018-11-29 23:41:46  Success   CustomActions.Dll  Successfully created WSUS Reporters user group
2018-11-29 23:41:46  Success   CustomActions.Dll  Creating user group: WSUS Administrators with Description: WSUS Administrators can administer the Windows Server Update Services server.
2018-11-29 23:41:46  Success   CustomActions.Dll  Creating WSUS Administrators user group
2018-11-29 23:41:46  Success   CustomActions.Dll  WSUS Administrators user group already exists
2018-11-29 23:41:46  Success   CustomActions.Dll  Successfully created WSUS Administrators user group
2018-11-29 23:41:46  Success   CustomActions.Dll  Successfully created WSUS user groups
2018-11-29 23:41:46  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-29 23:41:46  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-29 23:41:46  Success   CustomActions.Dll  Successfully set binary SID properties
2018-11-29 23:43:37  Error     MWUSSetup          InstallWsus: MWUS Installation Failed (Error 0x80070643: Fatal error during installation.)
2018-11-29 23:43:37  Error     MWUSSetup          CInstallDriver::PerformSetup: WSUS installation failed (Error 0x80070643: Fatal error during installation.)
2018-11-29 23:43:37  Error     MWUSSetup          CSetupDriver::LaunchSetup: Setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-29 23:43:37  Success   MWUSSetup          An error occurred while performing setup. Please refer to the error logs for details
2018-11-29 23:43:37  Error     MWUSSetup          DoInstall: Wsus setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-29 23:49:57  Success   MWUSSetup          Validating pre-requisites...
2018-11-29 23:49:57  Error     MWUSSetup          Failed to determine if an higher version of WSUS is installed. Assuming it is not... (Error 0x80070002: The system cannot find the file specified.)
2018-11-29 23:49:57  Error     MWUSSetup          WSUS is outdated. But this will not block setup (Error 0x00000000: The operation completed successfully.)
2018-11-29 23:49:57  Success   MWUSSetup          Initializing installation details
2018-11-29 23:49:57  Success   MWUSSetup          Skipping Asp.Net install since not running on win2k3...
2018-11-29 23:49:57  Success   MWUSSetup          Installing wYukon using ocsetup
2018-11-29 23:49:57  Success   MWUSSetup          Windows Internal database is already installed on this machine
2018-11-29 23:49:57  Success   MWUSSetup          Installing WSUS...
2018-11-29 23:49:58  Success   CustomActions.Dll  Unable to get INSTALL_LANGUAGE property, calculating it...
2018-11-29 23:49:58  Success   CustomActions.Dll  Successfully set propery of WSUS admin groups' full names
2018-11-29 23:49:58  Success   CustomActions.Dll  .Net framework path: C:\Windows\Microsoft.NET\Framework64\v4.6.81
2018-11-29 23:49:59  Success   CustomActions.Dll  Creating user group: WSUS Reporters with Description: WSUS Administrators who can only run reports on the Windows Server Update Services server.
2018-11-29 23:49:59  Success   CustomActions.Dll  Creating WSUS Reporters user group
2018-11-29 23:49:59  Success   CustomActions.Dll  WSUS Reporters user group already exists
2018-11-29 23:49:59  Success   CustomActions.Dll  Successfully created WSUS Reporters user group
2018-11-29 23:49:59  Success   CustomActions.Dll  Creating user group: WSUS Administrators with Description: WSUS Administrators can administer the Windows Server Update Services server.
2018-11-29 23:49:59  Success   CustomActions.Dll  Creating WSUS Administrators user group
2018-11-29 23:49:59  Success   CustomActions.Dll  WSUS Administrators user group already exists
2018-11-29 23:49:59  Success   CustomActions.Dll  Successfully created WSUS Administrators user group
2018-11-29 23:49:59  Success   CustomActions.Dll  Successfully created WSUS user groups
2018-11-29 23:49:59  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-29 23:49:59  Success   CustomActions.Dll  Succesfully set binary SID property
2018-11-29 23:49:59  Success   CustomActions.Dll  Successfully set binary SID properties
2018-11-29 23:51:37  Error     MWUSSetup          InstallWsus: MWUS Installation Failed (Error 0x80070643: Fatal error during installation.)
2018-11-29 23:51:37  Error     MWUSSetup          CInstallDriver::PerformSetup: WSUS installation failed (Error 0x80070643: Fatal error during installation.)
2018-11-29 23:51:37  Error     MWUSSetup          CSetupDriver::LaunchSetup: Setup failed (Error 0x80070643: Fatal error during installation.)
2018-11-29 23:51:37  Success   MWUSSetup          An error occurred while performing setup. Please refer to the error logs for details
2018-11-29 23:51:38  Error     MWUSSetup          DoInstall: Wsus setup failed (Error 0x80070643: Fatal error during installation.)
2018-12-06 23:32:38  Success   MWUSSetup          Detected that setup was launched through Server Manager
2018-12-06 23:32:39  Success   MWUSSetup          Validating pre-requisites...
2018-12-06 23:32:39  Error     MWUSSetup          Failed to determine if an higher version of WSUS is installed. Assuming it is not... (Error 0x80070002: The system cannot find the file specified.)
2018-12-06 23:32:39  Error     MWUSSetup          WSUS is outdated. But this will not block setup (Error 0x00000000: The operation completed successfully.)
2018-12-06 23:35:43  Error     MWUSSetup          Failed to obtain 1 attribute for key /W3SVC/1946522960 (Error 0x800CC801)
2018-12-06 23:36:42  Success   MWUSSetup          Initializing installation details
2018-12-06 23:36:42  Success   MWUSSetup          Skipping Asp.Net install since not running on win2k3...
2018-12-06 23:36:42  Success   MWUSSetup          Installing wYukon using ocsetup
2018-12-06 23:36:42  Success   MWUSSetup          Windows Internal database is already installed on this machine
2018-12-06 23:36:42  Success   MWUSSetup          Installing WSUS...
2018-12-06 23:36:44  Success   CustomActions.Dll  Unable to get INSTALL_LANGUAGE property, calculating it...
2018-12-06 23:36:44  Success   CustomActions.Dll  Successfully set propery of WSUS admin groups' full names
2018-12-06 23:36:44  Success   CustomActions.Dll  .Net framework path: C:\Windows\Microsoft.NET\Framework64\v4.6.81
2018-12-06 23:36:46  Success   CustomActions.Dll  Creating user group: WSUS Reporters with Description: WSUS Administrators who can only run reports on the Windows Server Update Services server.
2018-12-06 23:36:46  Success   CustomActions.Dll  Creating WSUS Reporters user group
2018-12-06 23:36:46  Success   CustomActions.Dll  WSUS Reporters user group already exists
2018-12-06 23:36:46  Success   CustomActions.Dll  Successfully created WSUS Reporters user group
2018-12-06 23:36:46  Success   CustomActions.Dll  Creating user group: WSUS Administrators with Description: WSUS Administrators can administer the Windows Server Update Services server.
2018-12-06 23:36:46  Success   CustomActions.Dll  Creating WSUS Administrators user group
2018-12-06 23:36:46  Success   CustomActions.Dll  WSUS Administrators user group already exists
2018-12-06 23:36:46  Success   CustomActions.Dll  Successfully created WSUS Administrators user group
2018-12-06 23:36:46  Success   CustomActions.Dll  Successfully created WSUS user groups
2018-12-06 23:36:46  Success   CustomActions.Dll  Succesfully set binary SID property
2018-12-06 23:36:46  Success   CustomActions.Dll  Succesfully set binary SID property
2018-12-06 23:36:46  Success   CustomActions.Dll  Successfully set binary SID properties
2018-12-06 23:43:52  Error     MWUSSetup          InstallWsus: MWUS Installation Failed (Error 0x80070643: Fatal error during installation.)
2018-12-06 23:43:52  Error     MWUSSetup          CInstallDriver::PerformSetup: WSUS installation failed (Error 0x80070643: Fatal error during installation.)
2018-12-06 23:43:52  Error     MWUSSetup          CSetupDriver::LaunchSetup: Setup failed (Error 0x80070643: Fatal error during installation.)
when you are installing, the system still sees remnants of the wsus ..... to which it keeps trying to compare.
one error was when it tries to setup the IIS web directory, which option are you using, are you using the default port (within the default site) or a site of its own, using ports 8530/8531?


https://social.technet.microsoft.com/Forums/lync/en-US/91f4d90d-8749-475e-93cc-3de4ebe62505/wsus-error-during-installation?forum=winserverwsus

see whether you can delete the wsus related site from IIS.

in short you have to cleanup all references to the prior install...

if it is installed, you could use wsusutil to run health checks, reset, etc. but it might consume additional time without any feedback as to where the issue is.
Using port 8530
User generated image
see whether you can delete the wsus related site from IIS
Checking IIS now.

in short you have to cleanup all references to the prior install...
Is there a cleanup tool?

Checking if wsusutil is installed.
Raja, this is the article that spooked me for this reason
WARNING: Do Not Do This if you are running WSUS on SBS 2008!  SBS 2008 installs Sharepoint and WSUS on the same server and both applications store their database in Windows Internal Database. Removing Windows Internal Database (MICROSOFT##SSEE) using steps 6-8 will break Sharepoint and anything else you may have installed that relies on Windows Internal Database.

Have any articles for SBS2011?
You do not have sharepoint setup on the wid since your image of the db in the start question not had Susdb.
Hi everyone, closing this out because I continue to have the same issues however I've gained invaluable knowledge from what I previously understood. Thank you. We're placing this server on the fast track to provision end of life and build out a 2019 server with two VM's.
ASKER CERTIFIED SOLUTION
Avatar of WORKS2011
WORKS2011
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial