WSUS hangs on Cleanup wizard for Unused Updates, then disconnects from console.

I am running WSUS 3.0 SP1 on Windows 2003 and recently have found that running the Cleanup Wizard works with all of the selectable options except the "Unused Updates" option. It hangs about 1\2 way through and then disconnects from the console. Up until now it has worked.
I am using the Windows Internal Database and the size of the MDF is 3193024kb.
Everything other than this wizard is working fine. Please help.

It does not run much better when written without a CURSOR. I modified it to use a WHILE loop and it deletes about 1 per minute here which is the same as the old code with a CURSOR.
Not surprised. To be frank, using a WHILE LOOP just turns it into a manual CURSOR, making it no better off than using the CURSOR construct in T-SQL. The correct approach here is to write the code with a SET-BASED approach. Unfortunately, as you're about
to see.. sometimes there are scenarios just too complex to do with a set-based approach.
In order to use the set-based approach, you'll need to take the code from spDeleteUpdate and modify it to join directly to the table of GUIDs to delete. Execute the whole thing in *one* DELETE statement.
Of course, part of the other problem that contributes to the performance issues is that spDeleteUpdate *ALSO* uses CURSORs.... <sigh>, and a subprocedure. spDeleteUpdate retrieves a list of RevisionIDs, and then calls spDeleteRevision for each of those
RevisionIDs. (And as we've already seen, some updates may have a large number of RevisionIDs.) spDeleteRevision is where the real work is done.
At the crux of that proc, are deletes from these tables:
dbo.tbEventInstance (this will be a time killer as well, depending on how many clients affected a given update, and how much activity surrounded that update)
dbo.tbDeployment
dbo.tbUpdateStatusPerComputer
dbo.tbProperty
dbo.tbFlattendedRevisionInCategory
dbo.tbRevisionInCategory
dbo.tbRevisionLanguage
dbo.tbMoreInfoURLForRevision
dbo.tbSecurityBulletinForRevision
dbo.tbKBArticleForRevision
dbo.tbBundleDependency
dbo.tbBundleAtLeastOne
dbo.tbBundleAll
dbo.tbPrerequisiteDependency
dbo.tbInstalledUpdateSufficientForPrerequisite
dbo.tbPrerequisite
And all of the associated transaction wrappers and error checking for each and every deleted row from each of those tables to ensure continued data integrity in the database.
So while the code above making a simple call to spDeleteUpdate looks quite simple on the surface... underneath the covers there's a LOT of activity going on to make that one update get deleted.
If you wanted to speed it up... you'd need to use spGetObsoleteUpdatestoCleanup to get a list of UpdateIDs, then build a list of RevisionIDs from that, and then join that temp table of RevisionIDs to each of the -15- tables above, and delete from all -15-
tables simultaneously. Which would force all of those deleted records into a SINGLE transaction, and probably whatever gains you got from switching from procedural logic to set-based logic would be lost in the massive overhead of managing a transaction of
that size.
A possible compromise would be to execute a set-based DELETE by UpdateID, so you'd capture the RevisionIDs for a given UpdateID, and then delete across all -15- tables for that short list of RevisionIDs (except where that list ain't so short). But still,
this compromise might well speed things up, as the loop for UpdateIDs is likely only measured in the hundreds, where as the loop through all RevisionIDs is sometimes measured in the thousands or tens of thousands (depending on if/when the server was last purged).
Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
SolarWinds Head Geek
Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
http://www.solarwinds.com/gotmicrosoft
The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

Similar Messages

  • Connect to a network printer for air print, after disconnect from the wifi iphone keep pop up a message saying the printer is offline. How do I disable this annoying message?

    Connect to a network printer for air print, after disconnect from the wifi iphone keep pop up a message saying the printer is offline. How do I disable this annoying message?

    Hey ronniefai,
    Thanks for the question. I understand you are receiving a prompt that your printer is offline. This may be due to a printing job that is currently in the queue. Are you able to see the print summary when following these steps?:
    Viewing the Print Summary
    You can view the Print Summary by double-tapping the Home button and swiping to the right to reveal Printer Center. Then tap Print Center.
    Note: Print Center is available only while printing is in progress.
    via AirPrint Basics
    http://support.apple.com/kb/HT4356
    If so, see if you can cancel the job. If not, what happens when you re-connect to the network that the printer is on?
    Thanks,
    Matt M.

  • Itunes 10.6.1.7 will not install...goes back to check for new update then goes back to original install screen

    I tunes 10.6.1.7 won't install....when I click Install....it checks for an update and then goes back to the original install screen without doing anything..... I have tried repairing I tunes first before doing the update and also tried unchecking ICloud and Safari to let I tunes update alone but still does not work...even tried to update ICloud and Safari by themselve's and those will not update either...
    thanks

    I have tried repairing I tunes first before doing the update and also tried unchecking ICloud and Safari to let I tunes update alone but still does not work...even tried to update ICloud and Safari by themselve's and those will not update either...
    It's sounding a bit like a problem with your Apple Software Update.
    Restart the PC. Now go into your Uninstall a program control panel. Can you see Apple Software Update in the list of programs? If so, select Apple Software Update and click "Repair".
    If the repair goes through okay, can you get the updates to go through properly now?

  • Should using the software update service be faster for the clients then downloading from apple?

    I've got about 25 clients, a mixture of Snow Leopard and Lion systems in the office. I've recently turned on the Software update service on my snow leopard server (10.6.8, mac mini) and have a transparent server setup for the software updates service (dns redirects through the mini). All the machines see the mini and I believe they are pulling updates from it when the client runs their software update. I haven't noticed any real speed differnce though from pulling updates from the mini vs pulling from apple (though I have noticed less internet congestion).
    Should this be faster because it's a local network transfer or not?
    Thanks!

    I'm a little concerned by the statement:
    dns redirects through the mini
    Are you saying you're masking Apple's DNS so that requests for swupdate.apple.com end up on your machine? That's the wrong approach. You should be setting the client's preferences to load from your server instead of Apple's.
    In either case, there are three components to running Software Updaate.
    1: download the catalog of available updates and compare what's installed to the list to identify which updates are needed
    2: download the appropriate updates
    3: install the updates.
    Of the three steps, downloading the catalog is a lightweight process - the index is only a few hundred KB, so the difference in loading this from your server vs. Apple's is minimal. Additionally, this won't make any difference in the amount of time it takes the client to scan for which updates are needed since that's all work performed locally on the machine.
    The only step that will be significantly faster is the actual downloading of available updates. These should happen at LAN speeds, rather than your internet connection speed (which is, presumably, slower), but then again, most updates are fairly small - a few megabytes is typical.
    However, if no updates are available, or if they're only small, you won't see much difference in time between local and remote. The main advantage of using a local software update server is that you only need to download the updates from Apple once, rather than once per client.

  • How to retrieve User Description for a particular MDM User from Console ?

    In my Application i  have to retrieve User Descripton(a field) for the MDM Users  from Console. I am using MDM Java Api 1(MDM4j) in my application. Is there any way i can retrieve MDM User Description from Console without using MDM Admin API?

    Hi Namrata,
    Sorry, I have a different perspective from you (I don't work with the Java API). So, you can ignore what I said about the protocols. That's lower-level than what you would care about.
    The correct thing to do is to use the Admin API to get the users, as you are doing. If you have to log in twice, it might be because you're using the old Java API.
    Please verify that you're using these packages:
    mdm-core.jar, mdm-common.jar, mdm-protocol.jar, mdm-data.jar, mdm-admin.jar
    versus the old API, which was called mdm4.jar.
    Thanks,
    Cleopatra

  • Using WSUS like a Proxy cache for windows updates.

    Long story short I want updates to be done exactly as if there was no WSUS server, I could'nt care less about managing what updates my users can download or not download. I just want only
    1 copy of the updates to be downloaded to WSUS or some proxy so i don't have 1000's of users downloading the same file 1000's of time.   I really don't want a system that I need to approve any updates or retain 100's of GB's on my server.  but
    if a user needs a obscure printer driver I don't want to keep it on the server  just because one user might need it. 
    Any Ideas?

    Hi,
    Any update?
    Just checking in to see if the suggestions were helpful. Please let us know if you would like further assistance.
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • I have a iPad and a iPod one (the ipad) I was preparing it for ios5 update then it gave me a error and crashed,did all apples bull nothing works now its barely staying charged with the iTunes logo on it not showing up at all on PC.

    NOW THE iPod its a 2nd Gen. I love those because the glass (plastic) doesn't break like the new ones but anyway. I let it die out as I was moving and its been tucked away needing a charge. I go to charge it and nothing a big paper weight. Pressed power and home did the works nothing is working ugghhhh Im tempted to say f@$#%#$ Apple???????????????????/

    Letting the battery get into a totally discharged state was probably not a good idea.  Apple didn't do it, you did.

  • Logic Remote for iPad always gets disconnected from paired iMac..?

    Hello,
    I recently downloaded GarageBand 10.0.0 and Logic Remote for the iPad, the thing is, it only stays connected when:
    (1) GarageBand does not have any open projects or
    (2) When the project is about to be closed, as the user is being prompted to: "Don't Save", "Cancel" or "Save"
    I know Logic Remote connects to the Mac I am using since it tells me to open a project first, then right after I open a project,
    logic remote always tells me
    "The connection to <computer name> was lost. Please select the Mac you wish to connect to"
    The app then tries to reconnect and reconnect, but nothing happens.
    By accident, as I tried to close the project in the Mac, whose snapshot is attached in this posting:
    the app then is able to remotely control garageband...
    When I cancel the project closing, the problem persists...
    This actually renders the app useless...
    Have you guys encountered this situation.?

    I am experiencing the identical problem as janjerick.
    To reproduce the problem:
    1) On iMac OS 10.9, Launch Garageband 10.0  - choose Empty Project.  Created a "software instrument" track.
    2) On iPad, Launch Logic Remote 1.02  and select the hosting iMac computer.
    3) Connection seemed to come up on the iPad, then prompty goes away.  "The connect to <host> was lost".
    4) The connection doesn't come back... UNTIL I try to dismiss the project on iMac Garageband. The instant I get the "Do you want to save the document" dialog -- Boom!  The Logic Remote connection is established.  And then the Logic Remote seems to be able to control Garageband (while the 'Do you want to save the document' dialog is in the foreground on Garageband.).   But as soon as I try to go back into a project on Garageband, the connection is lost.
    Here's the kicker: I also have Logic Pro X on the same iMac and the "Logic Pro" remote app is working PERFECTLY with that.  But as soon as I flip back to Garageband, no go.
    Anyone else?

  • Ipod reset to old setting with old icloud ID.  How do I reset it to use new login for icloud and then restore from icloud backup

    My upgrade to iOS 8 failed and I had to restore my iPad from an old backup (since restoring from cloud wasn't given as an option).
    Now the iPad has my old iCloud account configured instead of the one I've been using for the past year or so.  How do I:
    1. Get the iPad to use the correct iCloud account?
    2. Restore the iPad from an iCloud backup?
    Everytime I try to log out of iCloud it prompts me for the password on the old account to allow me to turn off "Find my iPad".  I don't think that account even exists anymore.  I tried to reset the password on the old account (using an old email address), but the password email never arrives.
    Help!

    Make sure you are signed into iMessage and FaceTime with your current ID.  If they are signed into the old ID, go to Settings>Messages>Send & Receive and Settings>FaceTime, tap the ID, sign out, then sign back in with your current ID.
    Then temporarily recreate the old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  (You should not have to verify the old email account so it doesn’t matter if you no longer have access to it.)  Now go to Settings>iCloud, turn off Find My iDevice and enter your current password when prompted (even though it prompts you for the password for your old ID).  Then go to Settings>iCloud, tap Sign Out (or Delete Account if you are not running iOS 8) and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address back to the way it was.  Now you can go to Settings>iCloud and sign back in with your current iCloud ID and password (your data will download back to your device).
    If you need to restore an iCloud backup, it's explained here: iCloud: Restore your iOS device from iCloud.

  • I have an iPhone 5 right now.. But the wifi does't say active all the time. It would be on for a while, then disconnect. My power button also doesn't work at times.Sometimes it wakes up the screen, but only when I press it on one side.

    I was also wondering if I could take this to the apple store to get it fixed. If not get it replaced?

    If you arrive without an appointment and all appointments that were available at that time and following that time are booked and there are no no-shows with any of the apointments, you will be out of luck. You might get lucky with no appointment scheduled at that time you arrive and there are no other walk-ins without an appointment in front of you, but best to schedule an appointment.

  • WSUS 3.0 started to show old updates

    Hi, a couple of weeks ago my WSUS 3.0 started to show old updates as needed (starting from 2009). I notice they are all Windows Server updates (2008R2 and 2012), there are no Win XP/Vista/7 updates.
    Recently I ran "Server cleanup wizard" after a couple of years from the last time (not my fault), and I notice that it failed at the first point "unused updates and update revisions". If I try again, it fails always at that point, while
    if I run the wizard without this option it ends successfully, deleting updates and freeing disk space.
    I searched on my servers some of the updates marked as "needed" to check if they were already installed, and it seems they are really not installed, but it is very strange because we usually approve all updates one time a month, in fact before
    these updates showed, there were only a few updates with status "needed" (the last arrived and not yet approved).
    One detail more: servers involved in updates, are rebooted very rarely since they are in a internal, production network. For example, last update of a group of them was sept 2013.
    What could have happened?

    Hi, a couple of weeks ago my WSUS 3.0 started to show old updates as needed (starting from 2009). I notice they are all Windows Server updates (2008R2 and 2012)
    Quite possible if new -unpatched- servers have been introduced into the network.
    I searched on my servers some of the updates marked as "needed" to check if they were already installed, and it seems they are really not installed
    Also... believe it or not... sometimes updates get 'uninstalled'. It's also possible that they were
    never actually installed.
    I notice that it failed at the first point "unused updates and update revisions". If I try again, it fails always at that point, while if I run the wizard without this option it ends successfully, deleting updates and freeing disk space.
    This issue is discussed extensively in this forum, at least once a month for the past few years. In addition, I wrote a blog series that covers all of the causes, remediations, and preventive maintenance that should be done. See the
    WSUS Timeout Errors series at PatchZone.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Automatic change of data selection for full update

    Hi,
    I have created datasource for full update and load data mannulay on weekly basis by date selection in infopackage.
    If I want to schedule the job on weekly basis, is there any way to change the date selection in infopackage for each data load.
    i.e. if the previous range was 1st to 7th for full update, then next it should become 8th to 14th.
    Regards,
    Pravin.

    Hi,
    Go to that infopackage - dataselection tab - calday field - there will you will  type  (near to TO value ) - there enter 6 for abap routine and give the name..
    Eg :
    data: l_idx like sy-tabix.
              read table l_t_range with key
                   fieldname = 'XXXXXX'.  " XXX- techname
                  l_idx = sy-tabix.
    data : date_low like sy-datum,
            date_high like sy-datum.
            date_high = sy-datum - 1.
            date_low  = sy-datum - 5.
            l_t_range-low = date_low.
            l_t_range-high = date_high.
            l_t_range-sign = 'I'.
            l_t_range-option = 'BT'.
              modify l_t_range index l_idx.
              p_subrc = 0.
    Here in the above eg , we are loading daily data from the interval of last 5 days.. ( from 03.02 to 07.02.08)
    Hope you have got an idea..
    Regards,
    Siva.

  • WSUS Hangs on "Unused updates and update revisions"

    In our environment we have not cleaned up WSUS updates in a while, probably about a year. I have been tasked with cleaning it up and optimizing it. When I attempt to run the WSUS Server Cleanup Wizard, it hangs on "Unused updates and update revisions"
    and doesn't do anything. The wizard then disappears and I am taken back to the WSUS Console where I see the following:
    Error: Database Error
    When I click copy error to clipboard, this is what is copied:
    The WSUS administration console was unable to connect to the WSUS Server Database.
    Verify that SQL server is running on the WSUS Server. If the problem persists, try restarting SQL.
    System.Data.SqlClient.SqlException -- Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
    Source
    .Net SqlClient Data Provider
    Stack Trace:
    at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
    at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
    at Microsoft.UpdateServices.UI.SnapIn.Wizards.ServerCleanup.ServerCleanupWizard.OnCleanupComplete(Object sender, PerformCleanupCompletedEventArgs e)
    In my research, I have found several solutions, and have tried a few of my own. Below I will list the ones I have tried: 
    1. Run each item individually. IE, run superseded updates, then run expired updates after that finishes, then run unneeded update files after that finishes, etc. This did not work
    2. Stop the WSUS IIS service and run "wsusutil.exe removeunneededupdates" this also did not work
    The solutions I have found, but am hesitant to try (due to the fact that we are in a live production environment) are the following:
    1. Re-Index the WSUS Database according to the following link: 
    https://technet.microsoft.com/en-us/library/dd939795(v=ws.10).aspx
    2. Deleting the files in the WSUS folder and running "wsusutil.exe reset" from the following link: 
    http://windowsitpro.com/windows/quick-tip-resetting-wsus-server
    I would like to know what, if any, impact either of these solutions will have on our environment, and which one would be the preferred method. I feel like I should use the first one, and if I still don't have any luck then try the second. My only concern
    with the second method is that it might break something (not sure what, except updates). 
    A little about our environment - 8,000 computers, WSUS and SCCM are on the same Server 2008 R2 server, we only have the one WSUS and SCCM server, so nothing downstream as far as WSUS is concerned. 
    Thanks everyone!

    UPDATE:
    I have started going through and declining updates, and then going through SCCM and removing any expired updates from the SCCM side as well. I am now down to 3822 unapproved updates in WSUS, with a total of 13304 updates.
    At this point I am STILL UNABLE to run the cleanup wizard to clean up any of these. It still hangs when it runs, and only on Unused Updates and update revisions. I have even tried running powershell scripts and command line utilities to clean WSUS up, and
    still just hangs. I am pretty much at a loss, so any other advice would be appreciated.
    One more question, should it resort to this: What impact does resetting WSUS have on a live environment, with 7000 plus computers? Should I have to resort to it, is this something that is going to cause any major issues? 
    We do plan on preventing this in the future by running the database defrag once a month, and running the WSUS Server Cleanup Wizard once per quarter, but getting there sure is proving to be quite the challenge.
    Thanks again!

  • Server cleanup wizard problem - unable to connect to the WSUS Server Database.

    I'm trying to run server cleanup wizard.. it starts to run and then after a while it gives me this error:
    The WSUS administration console was unable to connect to the WSUS Server Database.
    Verify that SQL server is running on the WSUS Server. If the problem persists, try restarting SQL.
    System.Data.SqlClient.SqlException -- Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    The statement has been terminated.
    Source
    .Net SqlClient Data Provider
    Stack Trace:
       at Microsoft.UpdateServices.Internal.BaseApi.SoapExceptionProcessor.DeserializeAndThrow(SoapException soapException)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, ExtendedPublicationState publicationState)
       at Microsoft.UpdateServices.Internal.BaseApi.Update.SearchUpdates(UpdateScope searchScope, ExtendedPublicationState publicationState, UpdateServer updateServer)
       at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.GetUpdates(UpdateScope searchScope)
       at Microsoft.UpdateServices.UI.AdminApiAccess.UpdateManager.GetUpdates(ExtendedUpdateScope filter)
       at Microsoft.UpdateServices.UI.AdminApiAccess.WsusSynchronizationInfo.InitializeDerivedProperties()
       at Microsoft.UpdateServices.UI.AdminApiAccess.WsusSynchronizationInfo.get_NewUpdatesCount()
       at Microsoft.UpdateServices.UI.SnapIn.Pages.SyncResultsListPage.GetSyncInfoRow(WsusSynchronizationInfo syncInfo)
       at Microsoft.UpdateServices.UI.SnapIn.Pages.SyncResultsListPage.GetListRows()
    Thanks

     Some questions:
    Are there any other databases running on this Std Edition SQL service?
    [a] Yes there are, we have Kaspersky enterprise DB, Report Server DB and local application DB.
    Are there any other services running on this WSUS Server?
    [b] Yes there are, we have Active Directory, Kaspersky enterprise, SQL Server 2005, and WSUS all on the same server.
    How many days since your WSUS server was first installed?
    [c] It's been about a year now.
    What is the physical size of the SUSDB.mdf file?
    [d] 9,666,752 KB
    What is the hardware configuration of this machine, including disk drives?
    [e] Intel Xeon 1.86, 2GB Ram, HD C: 39GB - E: 25.2, running Windows Server 2003 R2 SP2.
    How many client systems are you servicing from this WSUS Server?
    [f] Around 40.
    What products/classifications are you synchronizing.
    [g] Windows XP-vista, Windows Server 2003, Office 2003-2007, SQL Server 2005.
    Okay, for starters, you have an underpowered/overextended machine running Active Directory, ASP.NET, and a database server, all on a sub 2GHz CPU with 2GB RAM, and not enough disk spindles. The machine has had WSUS running for about a year and is 9GB in size.
    There's no doubt in my mind that some of your performance issues are directly related to disk and database fragmentation.
    There's also no doubt that some of your performance issues are directly related to memory starvation.
    I'd suggest the following long-term fixes:
    1. Get a second machine. Make it a dedicated database server. Provision it accordingly to support servicing multiple database applications.
    2. Lacking #1, this machine needs more memory. It also needs more disk spindles. At a minimum the databases being serviced should be on a dedicated physical drive; ideally there would be two dedicated drives allocated for supporting database services. The
    For the short-term fixes, do this:
    1. During after-hours time, if you don't already have one, build a temporary machine that can act as a DC/GC, while you take this machine temporarily offline.
    1. Shutdown the Update Services service, SQL Server database engine, and any other services dependent on the SQL Server database engine (Kapersky, and other reporting applications). Disconnect from the network to temporarly eliminate DC traffic. (You could also shutdown the AD services, but disconnecting the network cable is ever-so-much easier.) Defragment ALL drives.
    2. Restart ONLY the SQL Server service. Obtain this SQL script to Reindex the WSUS Databases.
    3. Restart ONLY the Update Services service. Attempt the Server Cleanup Wizard again. Run it in two passes. Pass 1 performing everything except  remove unused updates. Pass 2 running only remove unused updates.
    4. After completion of the Server Cleanup Wizard, reconnect the machine to the network and resume all other services.
    5. If you're able to complete #3, secure the services of a well-qualified DBA to determine if there are any misconfigurations in your SQL Server setup that would account for why your WSUS database is 9GB in size -- such as improperly configured autogrowth parameters. Based on the products you're updating and only forty clients, 9GB is about 3x the maximum size I would expect to see in a WSUS database. It's possible this is simply caused by excess unused updates, it's possible it's caused by fragmentation, it's probable it was caused by unnecessary autogrowth of the database due to insufficient update maintenance. You'll want a DBA to assist you in shrinking that database after you successfully run the Database Maintenance and Server Cleanup Wizard.
    Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP
    Principal/CTO, Onsite Technology Solutions, Houston, Texas
    Microsoft MVP - Software Distribution (2005-2009)

  • WSUS Cleanup Wizard

    Running SBS2011 as a VM using VMWare.  I want to clean up WSUS (or get rid of it altogether) but when I run the Server Cleanup Wizard and select Unused updates and update revisions, it stops after a couple minutes with Error: Database Error. 
    I am able to reset the server node but never get through the cleanup. 
    Any suggestions are welcome.
    Barry

    Hi Barry,
    Would you please let us know current situation of this issue? Just check if above suggestions can help you.
    If any update, please feel free to let us know.
    Just addition, please also refer to Lawrence’s suggestion in following similar thread and check if can help
    you.
    WSUS
    Server Cleanup Wizard says: Database Error...
    Hope this helps.
    Best regards,
    Justin Gu

Maybe you are looking for

  • Posting with trans type 300 not possible sap

    HI All, I am trying to post an entry in ABT1N. I am getting below error posting with trans type 300 not possible please assist me

  • Netflix on iPad G1

    I rencently found out that i can get netflix on my iPad G1, but when i go to the app store and try to download it, it tells me that i need to update to the latest verison of ISO 6, but apparently i cant get 6 or 7 on the first ipad. Is there anything

  • Heavy SQL process

    Hello, We wanted to develop a parametrable SQL filter that can make comparison, sorting and updating operations with our RDBMS (Sybase SQL Server 11.9.2.3 connected to Websphere Application Server 3.5.4). Since a generic item (it's a product) of our

  • Workflow Functional Specification Document

    Hi All I am working on a implementation project which includes Workflows. Right now I am in the process of writing the functional specification document for the Workflows. I am a functional consultant and never worked on workflows. Can some one provi

  • Embeded Flash player not working

    I have a browser-based app that we are considering porting to AIR. The basic functionality of the app uses AJAX to pull down a list of videos to be displayed, then plays the video when it is selected. The browser-based app uses Quicktime videos, whic