Quantcast
Channel: WSUS forum
Viewing all 12874 articles
Browse latest View live

Updating Windows Server 2003 R2 via WSUS

$
0
0

Hi

At present the majority of our servers are Windows Server 2003 R2.  I have started to implement WSUS installed on a Windows 2008 server.

The problem I have is that within Products and Classifications Server 2003 R2 is not listed.  The updates that need applying do not list Server 2003 R2 in the required operating system.

Does Server 2003 and Server 2003 R2 share the same updates or is Server 2003 R2 not supported via WSUS?

Could some body please help as we've had a security breach and part of our response is to ensure all servers are fully patched

Thanks in advance


Server 2012 WSUS Post-deployment configuration fails - comprehending the log file

$
0
0

After installing Server 2012 Standard on ESX 5.1 I completed all available Windows Updates and proceeded to add the WSUS role.  I chose the default WID database and the role addition was seemingly successful.  Unfortunately, the Post-deployment Configuration failed.  A log file had been created in the AppData\Local\Temp folder but at initial glance it seemed to imply that my error was likely due to skipping a step during installation via PowerShell.  However, I didn't install using PowerShell and I set off to surf the Internets for clues on resolving this issue.  I searched about a dozen forums that with similar, but different issues until a comment by Lawrence Garvin (http://social.technet.microsoft.com/profile/lawrence%20garvin/?ws=usercard-inline) convinced me to go back and look at my log. 

2013-07-23 11:03:18  Postinstall started
2013-07-23 11:03:18  Detected role services: Api, UI, WidDatabase, Services
2013-07-23 11:03:18  Start: LoadSettingsFromXml
2013-07-23 11:03:18  Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
2013-07-23 11:03:18  Value is true
2013-07-23 11:03:18  End: GetConfigValue
2013-07-23 11:03:18  Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentDirectory
2013-07-23 11:03:18  Config file did not contain a value "ContentDirectory"
2013-07-23 11:03:18  Microsoft.UpdateServices.Administration.CommandException: A required configuration value was not found in the system. This is usually caused by installing WSUS through PowerShell and not specifying a configuration file. Review the article Managing WSUS Using PowerShell at TechNet Library (http://go.microsoft.com/fwlink/?LinkId=235499) for more information on the recommended steps to perform WSUS installation using PowerShell.
   at Microsoft.UpdateServices.Administration.PostInstall.GetConfigValue(String filename, String item)
   at Microsoft.UpdateServices.Administration.PostInstall.LoadSettingsFromXml()
   at Microsoft.UpdateServices.Administration.PostInstall.Initalize(Parameters parameters)
   at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
Fatal Error: A required configuration value was not found in the system. This is usually caused by installing WSUS through PowerShell and not specifying a configuration file. Review the article Managing WSUS Using PowerShell at TechNet Library (http://go.microsoft.com/fwlink/?LinkId=235499) for more information on the recommended steps to perform WSUS installation using PowerShell.

Upon closer inspection the specifics of my error were right there for me, I just had to look at it long enough to decipher the details.  What I now read is that Post-deployment configuration finds a file called UpdateServices-Services.xml (I found it in Windows\System32\ServerManager\ComponentConfiguration\).  It determines that ContentLocal=True which correctly indicates that my updates are to be stored locally.  It proceeds to inquire about the ContentDirectory, but comes back without a value.  Here are my UpdateServices-Services.xml file contents

<?xml version="1.0" encoding="utf-16"?><INSTANCE CLASSNAME="ServerComponent_UpdateServices_Services"><PROPERTY NAME="ContentDirectory" TYPE="string"></PROPERTY><PROPERTY NAME="ContentLocal" TYPE="boolean"><VALUE>true</VALUE></PROPERTY></INSTANCE>

I can see that the ContentLocal property did indeed have the value true, but the ContentDirectory property did not have a value.  I now needed to figure out if a String value could be specified in the same way a Boolean value was, or if it needed quotes around it, or was supposed to be specified more like an attribute (learned about that somewhere along the way).  I couldn't find any conclusive websites, and I didn't want to just try it for fear of the Post-deployment configuration running with an invalid ContentDirectory.  Once again I returned to my log file and searched for answers at the http://go.microsoft.com/fwlink/?LinkId=235499 that was indicated.  I didn't find any exact matches, but eventually I found a sample .xml file that specified a string value.  It specified it as <VALUE>string</VALUE> with no brackets, so I knew to specify mine as <VALUE>C:\LocalMSUpdateCache</VALUE> and saved it.  My UpdateServices-Services.xml now looks like this:

<?xml version="1.0" encoding="utf-16"?><INSTANCE CLASSNAME="ServerComponent_UpdateServices_Services"><PROPERTY NAME="ContentDirectory" TYPE="string"><VALUE>C:\LocalMSUpdateCache</VALUE></PROPERTY><PROPERTY NAME="ContentLocal" TYPE="boolean"><VALUE>true</VALUE></PROPERTY></INSTANCE>

I returned to Server Manager -> WSUS and re-attempted the Postdeployment configuration.  It completed successfully!

I'm glad that my fix was relatively simple and that Lawrence was particular about the details of the log file. 

1. My exact error isn't always going to be documented

2. Just because the log file looks unintelligible (I have thus far avoided both powershell and xml), doesn't mean it's useless.

Good luck to anyone with a similar issue.  You too may be able to figure it out yourself.

KB2720211 and KB2734608 are they really required?

$
0
0

I understand KB2720211 was realeased some time back, later I believe due to some issues reported by KB2720211, KB2734608 was realsed to address them. I used to have 4 layers of WSUS servers, then after correcting the scenarios with discussions in this forum, I decided to go two layers (which is possibly more MS approved method). Due to geographic limitations, our setup now contains only one Upstream server, and 11 downstream servers in 11 locations or Data Centers.

I am gradually reducing the layers based on discussions I had on this earlier in this forum. To see if all works ok, I took out a WSUS server from layer 4 (lets call it Server-11), removed WSUS all together including internal DB, WSUSContent Folder. I then installed WSUS 3.2 SP2 as a role in this server (Windows 2008 R2 SP1), installed KB2720211 and KB2734608 (because the top level server has them) obviosuly the WSUS Content folder was populated with files with approved updates, computer groups got populated, also the internal DB became almost 15GB in size, similar to the top level server...and I got the following, and most of the time the console crashes as well..

"SqlException: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   at System.Data.SqlClient.SqlDataReader.ReadInternal(Boolean setTimeout)
   at Microsoft.UpdateServices.DatabaseAccess.DBConnection.ReadOneRow()
   at Microsoft.UpdateServices.Internal.DataAccess.HideUpdatesForReplicaSync(String xmlUpdateIds)
   at Microsoft.UpdateServices.ServerSync.CatalogSyncAgentCore.ProcessHiddenUpdates(Guid[] hiddenUpdates)
   at Microsoft.UpdateServices.ServerSync.CatalogSyncAgentCore.ReplicaSync()
   at Microsoft.UpdateServices.ServerSync.CatalogSyncAgentCore.ExecuteSyncProtocol(Boolean allowRedirect)

Question: I have 10 more servers to go with an expectation for the sync to work. Since the first one failed, is it because of KB2720211 or KB2734608? Should I uninstall these Hotfixes and try sync again? If yes what order should I uninstall them? or

Should I just try to pick up another downstream server, doing what I did before as in uninstalling WSUS etc, but not applying KB2720211 or KB2734608? Should I also unisntall IIS as part of WSUS removal before installing WSUS role etc again on a down stream server?


Shahidul

WSUS) Add new downstream replica server without data download.

$
0
0

I have 3 WSUS servers. A, B, C

Main WSUS(A) has internet access. but others(B, C) NOT.

I syncronized main WSUS(A) with MS. 

and link downstream server (B). 

now I add new downstream server (C), 

when I copy WSUS files(DB and Contents) from B to C.

It works Fine?

actually I already done.

it works. but,

(A) has only one downstream server linked. (B) or (C)

I think, (A) think (B) = (C). cause actually (B) and (C) have same DB, adn files...

when make downstream server, just only one way? 

It must sync, and download files?

can not install kaspersky10

$
0
0

i use windows server2003 when i can not to install kaspersky security 10 i get this letter

connection to administration server faild administration server was impropertyvinstalled or invalid server address was specified try to specify another server address and connect again   what is the solution please ?

WSUS on windows server 2012 R2

$
0
0

Hello,

Previously i was using windows server 2003 - WSUS ,however after upgrading to 2012. I need guidance on how to transfer clients from the old WSUS running on windows server 2003 ..

Apart from installing wsus on the new server 2012..what else should i do so that clients can get updates from the new server - 2012

Windows\SoftwareDistribution Folder Cleanup Automation

$
0
0

Hi -

I have a number of machines with a bloated Windows\SoftwareDistribution folder.  I usually address this by:

  1. Stopping the Automatic Updates service.
  2. Deleting the Windows\SoftwareDistribution folder.
  3. Restarting the Automatic Updates service.

I'm considering using a computer startup script to perform this task automatically.  Does anyone have a more elegant method of automating this task?

Thanks in advance for your input.

TCP ports client side

$
0
0

Hello.

In my network infrastructure  I have a WSUS server and some clients.

Due to traffic restrictions, some clients cannot reach the WSUS because the "handshake" packets (i.e. the ones using "random" ports) are filtered. Using a LAN packet analyzer I observed the tentatives of these clients to contact WSUS server on a nice range of ports: 49647, 46648, 49649, 49651, 55059 and so on.

On the others clients I haven't any problem because I can avoid to apply any filter.

My question is:

may I configure the clients (WK8R2) in order to use some specific port to establish contact with WSUS server?

Thank you for your attention



WSUS Administration console for Server 2012R2

$
0
0

hey folks

we are using WSUS on a Server2012R2 installation in our company. all is working fine.

when we install patches, everyone would like to access to the administration-console to check the server-status.

with our old wsus-server (3.2 on a server 2003-OS) we had easily installed the administration console only on our management-Server (server 2008R2). everyone had access and was happy...

can anyone tell me the "right" way, to install the wsus 2012r2 administration-console only on a server 2008R2? i did not found any technet-solutions on this. the only workaround i found, was to install the old 3.2 administration-console and then connect to our new wsus-server... seems to work. but this should be also possible with the new administration-UI based on wsus2012r2?

WSUS Database SUSDB authentication via SQL

$
0
0

1) Just setup your frontend IIS and backend MSSQL server as described in Appendix C. http://www.microsoft...f7ad0cd638.mspx
2) Create a SQL user, for example susdbuser and give it dbowner rights to the SUSDB database
3) Setup the registry on the frontend iis server:
Key: HKLM\Software\Microsoft\Update Services\Server\Setup
Values:
SqlAuthenticationMode SqlAuthentication (mind the case)
SqlServerName <your sqlservername>
SqlDatabaseName SUSDB
SqlUserName <your sql-account>
SqlEncryptedPassword <see below>
4)compile it yourself, the source is below to C:\Program Files\Update Services\service\bin and run it from the commandline to determine your encryption string. Just run the program and give the "clear text" password as an argument and it will return an encrypted string. Paste the output in the SqlEncryptedPassword registry value.
You need to run it in the mentioned directory, else you'll get an error...it needs a dll from that dir.
5) Reset IIS (iisreset) and the "Windows Updates Services" service, and things should work !

usingSystem;
usingMicrosoft.UpdateServices.Internal;

// For compile add microsoft.updateservices.utils.dll to References from "C:\Program Files\Update Services\service\bin"

namespaceWsusEncryptString
{
   
/// <summary>
   
/// Summary description for Class1.
   
/// </summary>
   
classClass1
   
{
       
/// <summary>
       
/// The main entry point for the application.
       
/// </summary>
       
[STAThread]
       
staticvoidMain(string[] args)
       
{
           
try
           
{
               
int c = args.Length;
               
if(c >0)
               
{
                   
System.Security.SecureString secureStringPwd =EncryptionUtilities.StringToSecureString(args[0]);
                   
string resultEncryptPwd =EncryptionUtilities.Encrypt(secureStringPwd);
                   
Console.WriteLine(resultEncryptPwd.ToString());
               
}
               
elsethrownewException("Need one argument!");
           
}
           
catch(Exception e)
           
{
               
Console.WriteLine(e.Message);
           
}
       
}
   
}

}


Ganapathy

Unable to remove WSUS Server role from Win 2008 R2

$
0
0

I have installed WSUS on my primary Domain, Recently the WSUS Partition gets filled (ie. 60GB). I tried to run cleanup but it gave me 648MB space only. Today i decided to uninstall WSUS From Primary Domain controller accidentally i formatted the WSUS Partition. After that i tried to uninstall the WSUS Server getting an Error 80070643. How to remove or reinstall the WSUS Server again ?

Event ID 12072 The WSUS content directory is not accessible

$
0
0

Getting this error in wsus on 2012. I cannot download any updates. 

any idea?

Log Name:      Application
Source:        Windows Server Update Services
Date:          7/1/2014 7:26:57 PM
Event ID:      12072
Task Category: 9
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      wsus2012
Description:
The WSUS content directory is not accessible.
System.IO.IOException: The device is not ready.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at System.IO.FileInfo.Open(FileMode mode, FileAccess access, FileShare share)
   at Microsoft.UpdateServices.Internal.HealthMonitoring.HmtWebServices.CheckContentDirWebAccess(EventLoggingType type, HealthEventLogger logger)
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Windows Server Update Services" />
    <EventID Qualifiers="0">12072</EventID>
    <Level>2</Level>
    <Task>9</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-07-02T02:26:57.000000000Z" />
    <EventRecordID>485447</EventRecordID>
    <Channel>Application</Channel>
    <Computer>wsus2012/Computer>
    <Security />
  </System>
  <EventData>
    <Data>The WSUS content directory is not accessible.
System.IO.IOException: The device is not ready.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at System.IO.FileInfo.Open(FileMode mode, FileAccess access, FileShare share)
   at Microsoft.UpdateServices.Internal.HealthMonitoring.HmtWebServices.CheckContentDirWebAccess(EventLoggingType type, HealthEventLogger logger)</Data>
  </EventData>
</Event>

MS14-042 Not Synchronized in WSUS

$
0
0

Hi

My WSUS Server just synchronized the latest advisories released this month(2014-07) , but I can't findMS14-042, which is related to Windows Service Bus. Is this advisory not supposed to release via WSUS?

BTW, all the Windows products are checked in my WSUS Server.

Thanks!




Updates for clients not together but one by one installed

$
0
0

We are using sce 2007 to install updates since short. SCE is using WSUS.

I have approved 5 updates for Windows 7 clients before i can install IE10, the so called prerequisites. The clients are checking every day at 03:00 to see if there are any updates on the server. If there are installing them.

When i test it on some clients and manual started Windows Update to check if there where updates every time Windows Update said there is 1 importend update, restart the machine and the update installed. But after that i run Windows Update again, then he says again one important update and installs it reboot and again one. After the last update again a check and then he sees IE10 NL (i had approved that update to).

Why is WSUS downloads and installs only one update at a time?


freddie

Manage Windows 8.1/ Windows Server 2012 R2 on WSUS 3.0

$
0
0

If I try to manage Windows 8.1 client on WSUS 3.0, 

On the WSUS admin console, Windows 8.1 client is not displayed as Windows 8.1, displayed as Windows +build #.

To display Windows 8.1 on WSUS admin console, is there any plan to release hotfix or patch to resolve this issue?



New SBS 2011 server - Windows update Error "WindowsUpdate_80070005" "WindowsUpdate_dt000" & "WindowsUpdate_800B0001" "WindowsUpdate_dt000"

$
0
0

Error when Checking Windows Update Website - "WindowsUpdate_80070005" "WindowsUpdate_dt000"

Error when Checking Windows Updates Available from system Admin - "WindowsUpdate_800B0001" "WindowsUpdate_dt000"

New SBS 2011 Server Domain Controller, Running Exchange. I have a Hyper V Virtual running Server 2008 R2 for some data, ftp and websites.

The SBS 2011 will not update via windows update. (The VM Server 2008 updates fine)

WSUS 3.0 SP2 is installed (version 3.2.7600.226)

I have tried cleaning out the Software distribution folder and renaming the catroot2, etc. to no avail.

SQL requirements for WSUS 6 on WS2012?

$
0
0

Hello.

We are implementing a new WSUS deployment on WS2K12 - approximately 15K clients.

The topology is one upstream (root) WSUS server, with 2 downstream WSUS (replica) servers.

All 3 WSUS servers are virtual machines.

The replica servers will use WID for the database.

The root WSUS server could either use WID or SQL 2008 R2 SP1 cluster, I've read that SQL Express isn't recommended. 

Questions -

1) Any reason to choose the SQL cluster over WID for the root WSUS server?

2) Does WSUS require a dedicated instance on the SQL cluster, or can it use the default instance (with about 50 databases currently)?

Thank you.

 

Server 2008 "Check for Updates" Grayed Out

$
0
0
I have a problem that I have been unable to resolve in spite of considerable research. We just created several new Windows 2008 Servers and added them to our domain. We have WSUS installed and our servers are set to obtain their updates from our WSUS server rather than from the Microsoft site through group policy settings. Group policy for the 2008 servers is set to automatically download updates but allow the logged on administrator to choose when and which ones to install. The updates automatically download to the servers and the administrator is notified that updates are available, however, Windows Update the Check for Updates link is grayed out and he is notified that "Some settings are managed by your system administrator." (Which is true because we set it through policy) The logged on administrator has no way of picking and choosing which updates to install. The option to Install Updates and Shut Down is displayed on logon though so we are able to apply updates that way. This is not, however, the way we want to install updates on our 2008 servers. We want the administrator to be able to see and select the updates he wishes to install. I have tried playing around with every policy setting I can think of and have come up blank. What has changed from 2003 to 2008 that would cause this and how do I resolve the issue?

I have found references to the User Configuration\Policies\Administrative Templates\Start Menu and Taskbar\Remove links and access to Windows Update policy in Group Policy and have made sure that that setting is disabled for the Windows 2008 Servers, however, it makes no difference.

Our Windows 2003 Servers work fine with the existing policy and no policy changes were made before installing the 2008 servers.

computer not showing up in wsus

$
0
0

i got a machine that is not showing up in wsus

in the windowsupdate log I found this. any idea what is wrong?

2014-07-0916:22:53:583376c60AUTriggering Online detection (non-interactive)
2014-07-0916:22:53:5833761110AU#############
2014-07-0916:22:53:5833761110AU## START ##  AU: Search for updates
2014-07-0916:22:53:5833761110AU#########
2014-07-0916:22:53:5843761110AU<<## SUBMITTED ## AU: Search for updates [CallId = {BFDC2FF6-051C-404E-8A42-74F01AB1B92D}]
2014-07-0916:22:53:6043761280Agent*************
2014-07-0916:22:53:6043761280Agent** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
2014-07-0916:22:53:6043761280Agent*********
2014-07-0916:22:53:6043761280Agent * Online = Yes; Ignore download priority = No
2014-07-0916:22:53:6043761280Agent * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
2014-07-0916:22:53:6043761280Agent * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
2014-07-0916:22:53:6043761280Agent * Search Scope = {Machine}
2014-07-0916:22:53:6043761280SetupChecking for agent SelfUpdate
2014-07-0916:22:53:6053761280SetupClient version: Core: 7.6.7600.256  Aux: 7.6.7600.256
2014-07-0916:22:53:6053761280MiscValidating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
2014-07-0916:22:53:6133761280MiscMicrosoft signed: Yes
2014-07-0916:22:56:2003761280MiscValidating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
2014-07-0916:22:56:2073761280MiscMicrosoft signed: Yes
2014-07-0916:22:56:2103761280MiscValidating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
2014-07-0916:22:56:2173761280MiscMicrosoft signed: Yes
2014-07-0916:22:56:2193761280MiscValidating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
2014-07-0916:22:56:2273761280MiscMicrosoft signed: Yes
2014-07-0916:22:56:2443761280SetupDetermining whether a new setup handler needs to be downloaded
2014-07-0916:22:56:2443761280SetupSelfUpdate handler is not found.  It will be downloaded
2014-07-0916:22:56:2443761280SetupEvaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.256"
2014-07-0916:22:56:2473761280SetupSetup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
2014-07-0916:22:56:2473761280SetupEvaluating applicability of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256"
2014-07-0916:22:56:2663761280SetupSetup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
2014-07-0916:22:56:2663761280SetupEvaluating applicability of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256"
2014-07-0916:22:56:2903761280SetupSetup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
2014-07-0916:22:56:2903761280SetupSelfUpdate check completed.  SelfUpdate is NOT required.
2014-07-0916:22:56:9183761280PT+++++++++++  PT: Synchronizing server updates  +++++++++++
2014-07-0916:22:56:9183761280PT + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://wsus2012:8530/ClientWebService/client.asmx
2014-07-0916:22:56:9243761280PTInitializing simple targeting cookie, clientId = 67e34bc0-db8a-4177-b3f5-31fbf7e87c27, target group = phase1, DNS name = wsgrm58-mjfrah1.domain.com
2014-07-0916:22:56:9243761280PT Server URL = http://wsus2012:8530/SimpleAuthWebService/SimpleAuth.asmx
2014-07-0916:22:57:8233761280PTWARNING: SyncUpdates failure, error = 0x8024400D, soap client error = 7, soap error code = 300, HTTP status code = 200
2014-07-0916:22:57:8233761280PTWARNING: SOAP Fault: 0x00012c
2014-07-0916:22:57:8233761280PTWARNING:     faultstring:Fault occurred
2014-07-0916:22:57:8233761280PTWARNING:     ErrorCode:RegistrationRequired(3)
2014-07-0916:22:57:8233761280PTWARNING:     Message:need to call RegisterComputer.
2014-07-0916:22:57:8233761280PTWARNING:     Method:"http://www.microsoft.com/SoftwareDistribution/Server/ClientWebService/SyncUpdates"
2014-07-0916:22:57:8233761280PTWARNING:     ID:9cd5f589-ebc3-4100-86dc-8d1dc849e5e5
2014-07-0916:22:57:8313761280PTInitializing simple targeting cookie, clientId = 67e34bc0-db8a-4177-b3f5-31fbf7e87c27, target group = phase1, DNS name = wsgrm58-mjfrah1.domain.com

2014-07-0916:22:57:8313761280PT Server URL = http://wsus2012:8530/SimpleAuthWebService/SimpleAuth.asmx
2014-07-0916:23:01:5833761280AgentWARNING: Failed to evaluate Installed rule, updateId = {189A8F50-0C3A-4FDF-8BC2-BC23A3EB11FB}.101, hr = 80242013
2014-07-0916:23:03:7023761280PT+++++++++++  PT: Synchronizing extended update info  +++++++++++
2014-07-0916:23:03:7033761280PT + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://wsus2012:8530/ClientWebService/client.asmx
2014-07-0916:23:04:6683761280Agent * Found 0 updates and 74 categories in search; evaluated appl. rules of 1087 out of 1779 deployed entities
2014-07-0916:23:04:6693761280Agent*********
2014-07-0916:23:04:6693761280Agent**  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
2014-07-0916:23:04:6693761280Agent*************
2014-07-0916:23:04:692376bd8AU>>##  RESUMED  ## AU: Search for updates [CallId = {BFDC2FF6-051C-404E-8A42-74F01AB1B92D}]
2014-07-0916:23:04:692376bd8AU # 0 updates detected
2014-07-0916:23:04:692376bd8AU#########
2014-07-0916:23:04:692376bd8AU##  END  ##  AU: Search for updates [CallId = {BFDC2FF6-051C-404E-8A42-74F01AB1B92D}]
2014-07-0916:23:04:692376bd8AU#############
2014-07-0916:23:04:692376bd8AUSuccessfully wrote event for AU health state:0
2014-07-0916:23:04:692376bd8AUFeatured notifications is disabled.
2014-07-0916:23:04:693376bd8AUAU setting next detection timeout to 2014-07-10 00:14:20
2014-07-0916:23:04:693376bd8AUSetting AU scheduled install time to 2014-07-10 08:00:00
2014-07-0916:23:04:693376bd8AUSuccessfully wrote event for AU health state:0
2014-07-0916:23:04:694376bd8AUSuccessfully wrote event for AU health state:0
2014-07-0916:23:04:6943761280ReportCWERReporter finishing event handling. (00000000)
2014-07-0916:23:07:4583761280ReportREPORT EVENT: {19C1C33B-F2ED-4170-BFEC-8124CAA75647}2014-07-09 16:23:04:668-07001147101{00000000-0000-0000-0000-000000000000} 00AutomaticUpdatesSuccessSoftware SynchronizationWindows Update Client successfully detected 0 updates.
2014-07-0916:23:07:4583761280ReportREPORT EVENT: {EA50BC59-3EAD-4DD7-B2BD-A18BE5CC8154}2014-07-09 16:23:04:668-07001156101{00000000-0000-0000-0000-000000000000} 00AutomaticUpdatesSuccessPre-Deployment CheckReporting client status.
2014-07-0916:23:07:4613761280ReportCWERReporter finishing event handling. (00000000)
2014-07-0916:23:07:4723761280ReportUploading 2 events using cached cookie, reporting URL = http://wsus2012:8530/ReportingWebService/ReportingWebService.asmx
2014-07-0916:23:07:4753761280ReportReporter successfully uploaded 2 events.


Wsusutil Export Log failed

$
0
0

Hello Forum

Downstreamserver on 2008 R2 with WSUS 3.0 SP2.
Windows WID DB

Now i will export my DB to an Replica Server with wsusutil.exe export export.cab export.log  aftersome minutes

the process broke up with Error. In the export.log file (30MB) i found:

"RevisionNumber="200" Title="Office 2013 Farm Servers"><Files /></Update><ExportError Message="Error in Application." /></ExportLog>"

I have no clue, i hope someone can help!

Greets

Sven

Viewing all 12874 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>