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

WSUS Post-Install Failure

$
0
0

Hello and thanks for help in advance.

I had an install of WSUS 3.0 on a Server 2012 VM.  It was working for a few months and then the console started showing an error and nothing could be accessed.  One of our techs uninstalled IIS and WSUS and tried to re-install them both and started running into another error that I have been left to fix.  The error happens after the IIS and WSUS roles are installed and the post-install tasks are started.  I have searched the forums for my specific error and have come up with several results that are not the same error as I am encountering.  Here is the error from the failure log.

FixSubscriptionCategories failed. Exception: System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.TypeInitializationException: The type initializer for 'Microsoft.UpdateServices.Internal.ApiRemoting' threw an exception. ---> System.UnauthorizedAccessException: Access to the path 'Update Services' is denied.

I'm burnt out on ideas on where to go next so any help would be appreciated.

Thanks


WSUS Post Install Fails Server 2012 (Log Included)

$
0
0

I am having trouble installing the WSUS Role on Server 2012.

I have checked all topics I could find relevant to the topic but have been unable to find a similar log file posted.  

Installer was launched using powershell 

install-windowsfeature -name UpdateServices, UpdateServicesUI -IncludeManagementTools

Install state = True after completion.

I then use wsusutil.exe to set the content directory.

.\wsusutil.exe postinstall CONTENT_DIR=D:\WSUS

The post install task fails with 

Fatal Error: Failed to start and configure WSUS service

If I try to manually start the service in powershell, I get the following error:



Log file is below:

2013-08-02 20:24:38  Postinstall started
2013-08-02 20:24:38  Detected role services: Api, UI, WidDatabase, Services
2013-08-02 20:24:38  Start: LoadSettingsFromParameters
2013-08-02 20:24:38  Content local is: True
2013-08-02 20:24:38  Content directory is: D:\WSUS
2013-08-02 20:24:38  SQL instname is: 
2013-08-02 20:24:38  End: LoadSettingsFromParameters
2013-08-02 20:24:38  Start: Run
2013-08-02 20:24:38  Configuring content directory...
2013-08-02 20:24:38  Configuring groups...
2013-08-02 20:24:38  Starting group configuration for WSUS Administrators...
2013-08-02 20:24:38  Found group in regsitry, attempting to use it...
2013-08-02 20:24:38  Writing group to registry...
2013-08-02 20:24:38  Finished group creation
2013-08-02 20:24:38  Starting group configuration for WSUS Reporters...
2013-08-02 20:24:38  Found group in regsitry, attempting to use it...
2013-08-02 20:24:38  Writing group to registry...
2013-08-02 20:24:38  Finished group creation
2013-08-02 20:24:38  Configuring permissions...
2013-08-02 20:24:38  Fetching content directory...
2013-08-02 20:24:38  Fetching ContentDir from registry store
2013-08-02 20:24:38  Value is D:\WSUS
2013-08-02 20:24:38  Fetching group SIDs...
2013-08-02 20:24:38  Fetching WsusAdministratorsSid from registry store
2013-08-02 20:24:38  Value is S-1-5-21-294306443-544797783-411875567-1001
2013-08-02 20:24:38  Fetching WsusReportersSid from registry store
2013-08-02 20:24:38  Value is S-1-5-21-294306443-544797783-411875567-1002
2013-08-02 20:24:38  Creating group principals...
2013-08-02 20:24:38  Granting directory permissions...
2013-08-02 20:24:38  Granting permissions on content directory...
2013-08-02 20:24:38  Granting registry permissions...
2013-08-02 20:24:38  Granting registry permissions...
2013-08-02 20:24:38  Granting registry permissions...
2013-08-02 20:24:38  Configuring shares...
2013-08-02 20:24:38  Configuring network shares...
2013-08-02 20:24:38  Fetching content directory...
2013-08-02 20:24:38  Fetching ContentDir from registry store
2013-08-02 20:24:38  Value is D:\WSUS
2013-08-02 20:24:38  Fetching WSUS admin SID...
2013-08-02 20:24:38  Fetching WsusAdministratorsSid from registry store
2013-08-02 20:24:38  Value is S-1-5-21-294306443-544797783-411875567-1001
2013-08-02 20:24:38  Content directory is local, creating content shares...
2013-08-02 20:24:38  Creating share "UpdateServicesPackages" with path "D:\WSUS\UpdateServicesPackages" and description "A network share to be used by client systems for collecting all software packages (usually applications) published on this WSUS system."
2013-08-02 20:24:38  Deleting existing share...
2013-08-02 20:24:38  Creating share...
2013-08-02 20:24:39  Share successfully created
2013-08-02 20:24:39  Creating share "WsusContent" with path "D:\WSUS\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system."
2013-08-02 20:24:39  Deleting existing share...
2013-08-02 20:24:39  Creating share...
2013-08-02 20:24:40  Share successfully created
2013-08-02 20:24:40  Creating share "WSUSTemp" with path "C:\Program Files\Update Services\LogFiles\WSUSTemp" and description "A network share used by Local Publishing from a Remote WSUS Console Instance."
2013-08-02 20:24:40  Deleting existing share...
2013-08-02 20:24:40  Creating share...
2013-08-02 20:24:41  Share successfully created
2013-08-02 20:24:41  Finished creating content shares
2013-08-02 20:24:41  Configuring WID database...
2013-08-02 20:24:41  Configuring the database...
2013-08-02 20:24:41  Establishing DB connection...
2013-08-02 20:24:41  Checking to see if database exists...
2013-08-02 20:24:41  Database exists
2013-08-02 20:24:41  Switching database to single user mode...
2013-08-02 20:24:42  Loading install type query...
2013-08-02 20:24:42  DECLARE @currentScriptVersion   int
DECLARE @currentDBVersion       int
IF NOT EXISTS(SELECT * FROM sys.databases WHERE name='SUSDB')
BEGIN
    SELECT 1
END
ELSE
BEGIN
    SET @currentScriptVersion = (9200 + 16384)
    SET @currentDBVersion = (SELECT SchemaVersion FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
    IF @currentDBVersion < 926
    BEGIN
        SELECT 3
    END
    ELSE IF @currentDBVersion < @currentScriptVersion
    BEGIN
        SELECT 2
    END
    ELSE IF @currentDBVersion = @currentScriptVersion
    BEGIN
        SELECT 0
    END
    ELSE
    BEGIN
        SELECT 4
    END
END

2013-08-02 20:24:42  Install type is: Reinstall
2013-08-02 20:24:42  Creating logins...
2013-08-02 20:24:42  Fetching account info for S-1-5-20
2013-08-02 20:24:42  Found principal
2013-08-02 20:24:42  Found account
2013-08-02 20:24:42  Got binary SID
2013-08-02 20:24:42  Fetching WsusAdministratorsSid from registry store
2013-08-02 20:24:42  Value is S-1-5-21-294306443-544797783-411875567-1001
2013-08-02 20:24:42  Fetching account info for S-1-5-21-294306443-544797783-411875567-1001
2013-08-02 20:24:42  Found principal
2013-08-02 20:24:42  Found account
2013-08-02 20:24:42  Got binary SID
2013-08-02 20:24:42  Setting content location...
2013-08-02 20:24:42  Fetching ContentDir from registry store
2013-08-02 20:24:42  Value is D:\WSUS
2013-08-02 20:24:42  Swtching DB to multi-user mode......
2013-08-02 20:24:43  Finished setting multi-user mode
2013-08-02 20:24:43  Writing DB settings to registry...
2013-08-02 20:24:43  Marking PostInstall done for UpdateServices-WidDatabase in the registry...
2013-08-02 20:24:43  Configuring IIS...
2013-08-02 20:24:43  Start: ConfigureWebsite
2013-08-02 20:24:43  Configuring website on port 8530
2013-08-02 20:25:16  2013-08-02 20:24:53  Info      IISCustomAction    Performing Setup Action, Command /Install 
2013-08-02 20:25:16  Info      IISCustomAction    Command /Install Succeeded

2013-08-02 20:25:16  End: ConfigureWebsite
2013-08-02 20:25:16  Configuring performance counters...
2013-08-02 20:25:16  Configuring Stats.NET perf counter...
2013-08-02 20:25:16  Configuring reporting perf counter...
2013-08-02 20:25:16  Configuring client webservice perf counter...
2013-08-02 20:25:16  Configuring server sync webservice perf counter...
2013-08-02 20:25:16  Configuring API remoting perf counter...
2013-08-02 20:25:16  Bringing services online...
2013-08-02 20:25:16  Checking initialization status... 
2013-08-02 20:25:17  Database needs initialization.
2013-08-02 20:25:17  StartServer starting...
2013-08-02 20:25:17  Generating encryption key to write to the registry...
2013-08-02 20:25:17  Generating encryption key to write to the database...
2013-08-02 20:25:18  Generating encryption key succeeded...
2013-08-02 20:25:18  Setting WSUSService to autostart...
2013-08-02 20:25:18  WSUSService is set to autostart.
2013-08-02 20:25:18  Starting WSUSService...
2013-08-02 20:25:18  Failed to start WsusService. Exception: System.InvalidOperationException: Cannot start service WSUSService on computer '.'. ---> System.ComponentModel.Win32Exception: The dependency service or group failed to start
   --- End of inner exception stack trace ---
   at System.ServiceProcess.ServiceController.Start(String[] args)
   at Microsoft.UpdateServices.Setup.StartServer.StartServer.StartAndConfigureService()
2013-08-02 20:25:18  Importing default detectoids.
2013-08-02 20:25:18  Importing CriticalUpdates.xml...
2013-08-02 20:25:18  Importing Drivers.xml...
2013-08-02 20:25:18  Importing FeaturePacks.xml...
2013-08-02 20:25:18  Importing MicrosoftCorporation.xml...
2013-08-02 20:25:18  Importing SecurityUpdates.xml...
2013-08-02 20:25:18  Importing ServicePacks.xml...
2013-08-02 20:25:18  Importing Tools.xml...
2013-08-02 20:25:18  Importing UpdateRollups.xml...
2013-08-02 20:25:18  Importing Updates.xml...
2013-08-02 20:25:18  Importing Windows.xml...
2013-08-02 20:25:18  Importing Windows2000family.xml...
2013-08-02 20:25:18  Importing WindowsServer2003DatacenterEdition.xml...
2013-08-02 20:25:18  Importing WindowsServer2003Family.xml...
2013-08-02 20:25:18  Importing WindowsXPfamily.xml...
2013-08-02 20:25:18  Importing LocalPublisher.xml...
2013-08-02 20:25:18  Importing LocallyPublishedPackages.xml...
2013-08-02 20:25:18  Importing Applications.xml...
2013-08-02 20:25:18  Importing Exchange.xml...
2013-08-02 20:25:18  Importing Office.xml...
2013-08-02 20:25:18  Importing SQL.xml...
2013-08-02 20:25:18  Importing Exchange2000Server.xml...
2013-08-02 20:25:18  Importing ExchangeServer2003.xml...
2013-08-02 20:25:18  Importing OfficeXP.xml...
2013-08-02 20:25:18  Importing Office2003.xml...
2013-08-02 20:25:18  Importing SQLServer.xml...
2013-08-02 20:25:18  Importing WindowsXP64BitEditionVersion2003.xml...
2013-08-02 20:25:18  Importing DefinitionUpdateSusXml.xml...
2013-08-02 20:25:18  Importing ClientServicingApiDetectoid.xml...
2013-08-02 20:25:18  Importing default detectoids succeeded.
2013-08-02 20:25:18  Creating default subscription.
2013-08-02 20:25:18  Instantiating UpdateServer
2013-08-02 20:25:20  CreateDefaultSubscription failed. Exception: System.InvalidOperationException: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
The request failed with the error message:
--
<!DOCTYPE html>
<html>
    <head>
        <title>Compilation Error</title>
        <meta name="viewport" content="width=device-width" />
        <style>
         body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} 
         p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
         b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
         H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
         H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
         pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
         .marker {font-weight: bold; color: black;text-decoration: none;}
         .version {color: gray;}
         .error {margin-bottom: 10px;}
         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
         @media screen and (max-width: 639px) {
          pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
         }
         @media screen and (max-width: 479px) {
          pre { width: 280px; }
         }
        </style>
    </head>

    <body bgcolor="white">

            <span><H1>Server Error in '/ApiRemoting30' Application.<hr width=100% size=1 color=silver></H1>

            <h2> <i>Compilation Error</i> </h2></span>

            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

            <b> Description: </b>An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
            <br><br>

            <b> Compiler Error Message: </b>CVT1108: cannot open C:\Windows\TEMP\RES27DA.tmp for writing<br><br>
<b>Source Error:</b><br><br>
            <table width=100% bgcolor="#ffffcc">
               <tr><td>
                              </td></tr>
               <tr>
                  <td>
                      <code><pre>

[No relevant source lines]</pre></code>

                  </td>
               </tr>
            </table>

            <br>

            <b>Source File:</b> 
               <b>Line:</b>  0
            <br><br>
<br><div class="expandable" onclick="OnToggleTOCLevel1('compilerOutputDiv')">Show Detailed Compiler Output:</div>
<div id="compilerOutputDiv" style="display: none;">
            <br><table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>
                      <code><pre>

c:\windows\system32\inetsrv> "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /t:library /utf8output /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.DynamicData\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.DynamicData.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Extensions\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Extensions.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activation\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activation.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_64\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Web\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.DataSetExtensions\v4.0_4.0.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activities.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.Activities.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\assembly\dl3\2e3da87d\cc19a1d2_e96acd01\Microsoft.UpdateServices.WebServices.ApiRemoting.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.WorkflowServices\v4.0_4.0.0.0__31bf3856ad364e35\System.WorkflowServices.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll" /out:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\App_global.asax.wuflexk9.dll" /debug- /optimize+ /w:4 /nowarn:1659;1699;1701;612;618 /warnaserror-  "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\App_global.asax.wuflexk9.0.cs" "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\App_global.asax.wuflexk9.1.cs"


CVTRES : fatal error CVT1108: cannot open C:\Windows\TEMP\RES27DA.tmp for writing
Microsoft (R) Visual C# Compiler version 4.0.30319.17929

for Microsoft (R) .NET Framework 4.5
Copyright (C) Microsoft Corporation. All rights reserved.

error CS1583: 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\CSCEB19476BD60E442497C27FE5D2DBE4DA.TMP' is not a valid Win32 resource file
</pre></code>

                  </td>
               </tr>
            </table>

            

</div>

    <script type="text/javascript">
    function OnToggleTOCLevel1(level2ID)
    {
      var elemLevel2 = document.getElementById(level2ID);
      if (elemLevel2.style.display == 'none')
      {
        elemLevel2.style.display = '';
      }
      else {
        elemLevel2.style.display = 'none';
      }
    }
    </script>
                          <br><br>

            <hr width=100% size=1 color=silver>

            <b>Version Information:</b> Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929

            </font>

    </body>
</html>
<!-- 
[HttpCompileException]: (0): error CVT1108: cannot open C:\Windows\TEMP\RES27DA.tmp for writing
   at System.Web.Compilation.AssemblyBuilder.Compile()
   at System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp)
   at System.Web.Compilation.BuildManager.CompileGlobalAsax()
   at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException)
[HttpException]: (0): error CVT1108: cannot open C:\Windows\TEMP\RES27DA.tmp for writing
   at System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
   at System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context)
   at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
-->
--.
   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at Microsoft.UpdateServices.Internal.ApiRemoting.GetServerVersion()
   at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.GetServerVersion()
   at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.CreateUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)
   at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer..ctor(Boolean bypassApiRemoting)
   at Microsoft.UpdateServices.Setup.StartServer.StartServer.CreateDefaultSubscription()
2013-08-02 20:25:20  StartServer encountered errors. Exception=Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
The request failed with the error message:
--
<!DOCTYPE html>
<html>
    <head>
        <title>Compilation Error</title>
        <meta name="viewport" content="width=device-width" />
        <style>
         body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} 
         p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
         b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
         H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
         H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
         pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
         .marker {font-weight: bold; color: black;text-decoration: none;}
         .version {color: gray;}
         .error {margin-bottom: 10px;}
         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
         @media screen and (max-width: 639px) {
          pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
         }
         @media screen and (max-width: 479px) {
          pre { width: 280px; }
         }
        </style>
    </head>

    <body bgcolor="white">

            <span><H1>Server Error in '/ApiRemoting30' Application.<hr width=100% size=1 color=silver></H1>

            <h2> <i>Compilation Error</i> </h2></span>

            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

            <b> Description: </b>An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
            <br><br>

            <b> Compiler Error Message: </b>CVT1108: cannot open C:\Windows\TEMP\RES27DA.tmp for writing<br><br>
<b>Source Error:</b><br><br>
            <table width=100% bgcolor="#ffffcc">
               <tr><td>
                              </td></tr>
               <tr>
                  <td>
                      <code><pre>

[No relevant source lines]</pre></code>

                  </td>
               </tr>
            </table>

            <br>

            <b>Source File:</b> 
               <b>Line:</b>  0
            <br><br>
<br><div class="expandable" onclick="OnToggleTOCLevel1('compilerOutputDiv')">Show Detailed Compiler Output:</div>
<div id="compilerOutputDiv" style="display: none;">
            <br><table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>
                      <code><pre>

c:\windows\system32\inetsrv> "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /t:library /utf8output /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.DynamicData\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.DynamicData.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Extensions\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Extensions.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activation\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activation.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_64\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Web\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.DataSetExtensions\v4.0_4.0.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activities.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.Activities.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\assembly\dl3\2e3da87d\cc19a1d2_e96acd01\Microsoft.UpdateServices.WebServices.ApiRemoting.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.WorkflowServices\v4.0_4.0.0.0__31bf3856ad364e35\System.WorkflowServices.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll" /out:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\App_global.asax.wuflexk9.dll" /debug- /optimize+ /w:4 /nowarn:1659;1699;1701;612;618 /warnaserror-  "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\App_global.asax.wuflexk9.0.cs" "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\App_global.asax.wuflexk9.1.cs"


CVTRES : fatal error CVT1108: cannot open C:\Windows\TEMP\RES27DA.tmp for writing
Microsoft (R) Visual C# Compiler version 4.0.30319.17929

for Microsoft (R) .NET Framework 4.5
Copyright (C) Microsoft Corporation. All rights reserved.

error CS1583: 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\apiremoting30\ddfb6f17\aaff6fcd\CSCEB19476BD60E442497C27FE5D2DBE4DA.TMP' is not a valid Win32 resource file
</pre></code>

                  </td>
               </tr>
            </table>

            

</div>

    <script type="text/javascript">
    function OnToggleTOCLevel1(level2ID)
    {
      var elemLevel2 = document.getElementById(level2ID);
      if (elemLevel2.style.display == 'none')
      {
        elemLevel2.style.display = '';
      }
      else {
        elemLevel2.style.display = 'none';
      }
    }
    </script>
                          <br><br>

            <hr width=100% size=1 color=silver>

            <b>Version Information:</b> Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929

            </font>

    </body>
</html>
<!-- 
[HttpCompileException]: (0): error CVT1108: cannot open C:\Windows\TEMP\RES27DA.tmp for writing
   at System.Web.Compilation.AssemblyBuilder.Compile()
   at System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp)
   at System.Web.Compilation.BuildManager.CompileGlobalAsax()
   at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException)
[HttpException]: (0): error CVT1108: cannot open C:\Windows\TEMP\RES27DA.tmp for writing
   at System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
   at System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context)
   at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
-->
--.
2013-08-02 20:25:20  Microsoft.UpdateServices.Administration.CommandException: Failed to start and configure the WSUS service
   at Microsoft.UpdateServices.Administration.PostInstall.Run()
   at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)


WSUS - Self-update is not working Event ID 13042

$
0
0
My setup --> Windows 2008R2 with IIS7

I have installed WSUS 3.0 and i get error "Self-update is not working Event ID 13042".
the clients can get update and can connect to server...

here is how it looks like
Image and video hosting by TinyPic

here is how it looks in IIS 7
Image and video hosting by TinyPic

SBS2008 server not appearing in WSUS console

$
0
0

Lawrence, I have been following this topic with great interest.

I have a client I have only just begun managing with a server running SBS2008 SP2, and WSUS 3.0, also reporting Event ID 13042.  WSUS is set up on 8530.  While Sharepoint is installed, it is not located under the Default website.

I have checked to make sure SSL is off for the Default Website, and that anonymous authentication is enabled per all of the KBs.  The SelfUpdate virtual directory is present on the Default Website, points to the appropriate location, and has all of the appropriate security permissions.

The server can update clients just fine, but it cannot update itself, and I have no idea what could be going wrong.  Any insights would be greatly appreciated.


Everyone gets everything he wants. Me, I wanted to be a sysadmin. And for my sins --they made me one.

Updates Needed - are not applicable

$
0
0

That´s my problem. Help.

I have a group to test the updates. (win 7 x64/ win xp)

Last week I approved some updates: 

This two updates are one of them:

kb2845187 - win 7 x64 . This update wasn´t superseded yet.

kb2845690 - win 7 x64. This update wasn´t superseded yet.

When I generated a report the result::

Security Update for Windows 7 for x64-based Systems (KB2845187)Security UpdatesInstallNot Applicable

Security Update for Windows 7 for x64-based Systems (KB2845690)Security UpdatesInstallNot Applicable

The computer details:

All the updates I approved last week are with this status (Not Applicable)

Comments ?

Lyra


Automatic Updates Scheduling For Laptops?

$
0
0

We have users who sporadically use laptops at different times during the day so the laptops may be either powered off or hibernating when not being actively used.

There is no specific time of the day on any day of the week that we can count on every or even the majority of the laptops being powered up.

So, if we have automatic installation set for 3AM and the laptops keep missing this scheduled installation time because they are never running and connected to the network at 3AM, will these laptops ever download and install l the updates without an installation deadline?  


Deploying updates for Windows 8.1 Preview

$
0
0
I am running a Windows Server 2012 with WSUS. How can I deploy updates for my Windows 8.1 Preview client. Is there an update for WSUS, which I can install? Or what do I have to do? Thanks for any help.

PM

$
0
0

Need to patch around 500+ servers those are not been patched over 3 to 5yrs. looking for an advise on how to implement this activity and what are the best practises/pre-requisites to be followed. kindly share any similar project related documents if any.


mmc could not create snap-in. the snap-in might not have been installed correctly "Update services"

$
0
0

Hi everyone,

I have a issue 3 days ago, after I tried to install the KB 2720211. The MMC of WSUS is impossible to open.

This is the report of the issue.

Version=1
EventType=CLR20r3
EventTime=130190554013133289
ReportType=2
Consent=1
ReportIdentifier=baba9369-f391-11e2-abc1-005056be704a
Response.type=4
Sig[0].Name=Problem Signature 01
Sig[0].Value=mmc.exe
Sig[1].Name=Problem Signature 02
Sig[1].Value=6.1.7600.16385
Sig[2].Name=Problem Signature 03
Sig[2].Value=4a5bc808
Sig[3].Name=Problem Signature 04
Sig[3].Value=mscorlib
Sig[4].Name=Problem Signature 05
Sig[4].Value=2.0.0.0
Sig[5].Name=Problem Signature 06
Sig[5].Value=4ef6c131
Sig[6].Name=Problem Signature 07
Sig[6].Value=15d
Sig[7].Name=Problem Signature 08
Sig[7].Value=24
Sig[8].Name=Problem Signature 09
Sig[8].Value=System.ArgumentOutOfRange
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=6.1.7601.2.1.0.274.10
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=2057
UI[2]=C:\Windows\system32\mmc.exe
UI[3]=Microsoft Management Console has stopped working
UI[4]=Windows can check online for a solution to the problem.
UI[5]=Check online for a solution and close the program
UI[6]=Check online for a solution later and close the program
UI[7]=Close the program
LoadedModule[0]=C:\Windows\system32\mmc.exe
LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll
LoadedModule[2]=C:\Windows\system32\kernel32.dll
LoadedModule[3]=C:\Windows\system32\KERNELBASE.dll
LoadedModule[4]=C:\Windows\system32\GDI32.dll
LoadedModule[5]=C:\Windows\system32\USER32.dll
LoadedModule[6]=C:\Windows\system32\LPK.dll
LoadedModule[7]=C:\Windows\system32\USP10.dll
LoadedModule[8]=C:\Windows\system32\msvcrt.dll
LoadedModule[9]=C:\Windows\system32\MFC42u.dll
LoadedModule[10]=C:\Windows\system32\ole32.dll
LoadedModule[11]=C:\Windows\system32\RPCRT4.dll
LoadedModule[12]=C:\Windows\system32\OLEAUT32.dll
LoadedModule[13]=C:\Windows\system32\ODBC32.dll
LoadedModule[14]=C:\Windows\system32\ADVAPI32.dll
LoadedModule[15]=C:\Windows\SYSTEM32\sechost.dll
LoadedModule[16]=C:\Windows\system32\mmcbase.DLL
LoadedModule[17]=C:\Windows\system32\SHLWAPI.dll
LoadedModule[18]=C:\Windows\system32\UxTheme.dll
LoadedModule[19]=C:\Windows\system32\DUser.dll
LoadedModule[20]=C:\Windows\system32\IMM32.DLL
LoadedModule[21]=C:\Windows\system32\MSCTF.dll
LoadedModule[22]=C:\Windows\system32\odbcint.dll
LoadedModule[23]=C:\Windows\system32\DUI70.dll
LoadedModule[24]=C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\Comctl32.dll
LoadedModule[25]=C:\Windows\system32\SHELL32.dll
LoadedModule[26]=C:\Windows\system32\CRYPTBASE.dll
LoadedModule[27]=C:\Windows\system32\urlmon.dll
LoadedModule[28]=C:\Windows\system32\iertutil.dll
LoadedModule[29]=C:\Windows\system32\WININET.dll
LoadedModule[30]=C:\Windows\system32\Normaliz.dll
LoadedModule[31]=C:\Windows\system32\CLBCatQ.DLL
LoadedModule[32]=C:\Windows\system32\mmcndmgr.dll
LoadedModule[33]=C:\Windows\System32\msxml3.dll
LoadedModule[34]=C:\Windows\system32\profapi.dll
LoadedModule[35]=C:\Windows\system32\apphelp.dll
LoadedModule[36]=C:\Windows\system32\oleacc.dll
LoadedModule[37]=C:\Windows\system32\CRYPTSP.dll
LoadedModule[38]=C:\Windows\system32\rsaenh.dll
LoadedModule[39]=C:\Windows\system32\RpcRtRemote.dll
LoadedModule[40]=C:\Windows\system32\propsys.dll
LoadedModule[41]=C:\Windows\system32\ntmarta.dll
LoadedModule[42]=C:\Windows\system32\WLDAP32.dll
LoadedModule[43]=C:\Windows\system32\SETUPAPI.dll
LoadedModule[44]=C:\Windows\system32\CFGMGR32.dll
LoadedModule[45]=C:\Windows\system32\DEVOBJ.dll
LoadedModule[46]=C:\Windows\system32\mlang.dll
LoadedModule[47]=C:\Windows\system32\dwmapi.dll
LoadedModule[48]=C:\Windows\system32\xmllite.dll
LoadedModule[49]=C:\Windows\system32\VERSION.dll
LoadedModule[50]=C:\Windows\system32\mscoree.dll
LoadedModule[51]=C:\Windows\Microsoft.NET\Framework64\v2.0.50727\mscorwks.dll
LoadedModule[52]=C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_88e41e092fab0294\MSVCR80.dll
LoadedModule[53]=C:\Windows\assembly\NativeImages_v2.0.50727_64\mscorlib\f73f0a9c9a83dcd3ff428be509a7992f\mscorlib.ni.dll
LoadedModule[54]=C:\Windows\system32\sxs.dll
LoadedModule[55]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System\c40ec0f4cd203c880298f94c0427dd54\System.ni.dll
LoadedModule[56]=C:\Windows\assembly\NativeImages_v2.0.50727_64\MMCEx\df2557ab1b8e4389d846e13dc82eba57\MMCEx.ni.dll
LoadedModule[57]=C:\Windows\assembly\NativeImages_v2.0.50727_64\MMCFxCommon\67240ddde494b9cc05cd732ccd099668\MMCFxCommon.ni.dll
LoadedModule[58]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System.Configuration\193d03ca60573c92f92d9b07fa5bc243\System.Configuration.ni.dll
LoadedModule[59]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System.Xml\24d1b7ccbedaa3602bae6a6acea9929e\System.Xml.ni.dll
LoadedModule[60]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System.Drawing\222eb8aa336953a6b0216db2b0c4770d\System.Drawing.ni.dll
LoadedModule[61]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System.Windows.Forms\dc5bb74eefdbf954cdfb70dd534d5564\System.Windows.Forms.ni.dll
LoadedModule[62]=C:\Windows\Microsoft.NET\Framework64\v2.0.50727\diasymreader.dll
LoadedModule[63]=C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17825_none_2b253c8271ec7765\gdiplus.dll
FriendlyEventName=Stopped working
ConsentKey=CLR20r3
AppName=Microsoft Management Console
AppPath=C:\Windows\System32\mmc.exe
ReportDescription=Stopped working


TI

WSUS synchronization problem

$
0
0

The WSUS server is not using a proxy server or any type of SSL setting.. I cannot sycn to Microsoft update, I have been trying to resolve this error all weekend:

TypeInitializationException: The type initializer for 'Microsoft.UpdateServices.ServerSyncWebServices.ServerSync.ServerSyncProxy' threw an exception. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send.
at Microsoft.UpdateServices.Internal.ClassFactory.CreateInstance(Type type, Object[] args)
   at Microsoft.UpdateServices.ServerSync.ServerSyncLib.GetWebServiceProxyInternal(UpdateServerConfiguration serverConfig, WebServiceCommunicationHelper webServiceHelper, Boolean useCompressionProxy)
   at Microsoft.UpdateServices.ServerSync.ServerSyncLib.GetWebServiceCompressionProxy(UpdateServerConfiguration serverConfig, WebServiceCommunicationHelper webServiceHelper)
   at Microsoft.UpdateServices.ServerSync.CatalogSyncAgentCore.RetrieveSubscriptionData()
   at Microsoft.UpdateServices.ServerSync.CatalogSyncAgentCore.ExecuteSyncProtocol(Boolean allowRedirect)

Any help would be greatly appreciated.. could the WSUS application or the actual database file be corrupted?

Thanks

-BW

How do you add additional updates on a disconnected network?

$
0
0
Ive been searching everywhere and I cannot find the answer.  I have a disconnected network running Server 2008 R2.  I have everything configured just fine with WSUS.  I recently just approved and exported 500 updates, then imported, approved, and installed those 500.  The company decided they wanted to put MSE on a few machines and want me to push the updates through WSUS. I never approved any MSE definitions. I need to go back and add the latest definitions to my archive. What is the easiest way to do this?  Can I just inject those 3-4 updates into the archive and create a new .cab and .log or do I have to re-export ALL 500 approvals Ive already done and add these 3-4 to it?  Do I overwrite the existing metadata folders on the import server? I cannot find any information on this.

WSUS and SBS Console Crashes - REINSTALL CONSEQUENCES

$
0
0

Hello Eveyone,

I dont know exactly what I did, but WSUS and SBS Console Crash.

When I start WSUS and click on UPDATES, under overview it says loading...then after about 5 min I get an "Error: Connection Error" and the whole reset node message.

Under SBS Console, I go to the Security/Updates page, it queries, and after a few minuts that crashes too..

I have tried many fixes, and I am at a complete halt without knowing further what to do.

If i Unistall WSUS (with intention to reinstall WSUS from scratch and new database), and select to remove all three options

-WSUS 3.0 SP2 Database
-Log Files
-Downloaded Update File

What else will be affected on My SBS2008 Server? Will this take down my Remote Web Workplace, and OWA etc? or does it have nothing to do with those areas?

I read horrifying reports that the SBS Console stops working altogether when tampering with Uninstalling/reinstalling WSUS, this is something i do not want to have, i use the Console quite often...(adding user, pop connector etc)

Please some insight..

btw, I have tried repairing the SBS Console...removing orphaned objects etc... 


Updates through WSUS 3.0 SP2 Server

$
0
0

Our WSUS Working fine whenever i approve any update it sends to all domain Computers.

But, For 2008 Server it hardly send any updates, my questions are:

- How can i get the latest Updates Only for 2008 Server and then deploy these updates to Specific list of Servers?

- How can i know that which update should be approved for server 2008?

Exchnage 2013 not in WSUS

$
0
0

Hi,

Why are exchange 2013 updates not included in WSUS?


With kind regards, Bas van den Dikkenberg


SBS 2011 just installed doesn't work Windows Update Services

$
0
0

We have just re-installed the windows update services pack and it doesn't work. We have to install new updates manually.

If we go to configuration, we cannot change anything.

SBS 2011 works fine in all other services, like exchange, etc.

Please, help.


RE-Install WSUS on 2008r2

$
0
0

I started getting a connection error when opening the admin console of wsus. looking through the blogs everything suggested it to be better to uninstall than to trouble shoot. I have uninstalled wsus and cannot re-install it.

When I try to install wsus using the server add role feature I get an error that IIS is not installed. I added IIS role and now get an error message "The update could not be found. There maybe a network connection issue"

When I use wsussetup.exe (KB972445) I get the error message IIS is not installed

I have no idea where to go from here as I am new to wsus

Update in SCE 2010 for new computers have state "Not Applicable"

$
0
0

Hey there,

i got install sce 2010 about one year ago. Update works fine, also some updates from the partner catalog. For example, Adobe Flash and Adobe Reader. 

No i have some problem with the new clients which come to SCE 2010, they got near all updates. Not all, because Adobe Flash und Adobe Reader (which is included with SCUP) cannot be installed on the clients or let me say it otherwise. The didnt find the path to the client. In the SCE 2010 console when i click on this update they are shown in the section "not applicable". Where can i look why these apps are not applicable? 

fyi: the updates are for x64 and x86 so thats not the problem and the problem only exits on new clients, on existing clients all works fine.

Thanks for your help!

I can't get any PCs to talk to the Wsus server. Need help

$
0
0

Hi All,

Please be patient with me as I'm not yet WSUS expert

I'm getting frustrated that all computers not talking to the Wsus server. 

I have research about the error that I'm getting but still could not find a proper solution. 

Need your advice please. Thank you 

2013-06-2408:33:40:11210003acMisc===========  Logging initialized (build: 7.5.7601.17514, tz: +0100)  ===========
2013-06-2408:33:40:16210003acMisc = Process: C:\Windows\system32\svchost.exe
2013-06-2408:33:40:16310003acMisc = Module: c:\windows\system32\wuaueng.dll
2013-06-2408:33:40:11210003acService*************
2013-06-2408:33:40:16510003acService** START **  Service: Service startup
2013-06-2408:33:40:16610003acService*********
2013-06-2408:33:40:58810003acAgent * WU client version 7.5.7601.17514
2013-06-2408:33:40:58810003acAgent * Base directory: C:\Windows\SoftwareDistribution
2013-06-2408:33:40:58910003acAgent * Access type: No proxy
2013-06-2408:33:40:59110003acAgent * Network state: Connected
2013-06-2408:34:27:97510003acReportCWERReporter::Init succeeded
2013-06-2408:34:27:97510003acAgent***********  Agent: Initializing Windows Update Agent  ***********
2013-06-2408:34:27:97510003acAgent***********  Agent: Initializing global settings cache  ***********
2013-06-2408:34:27:97510003acAgent * WSUS server: http://10.1.2.40:80
2013-06-2408:34:27:97510003acAgent * WSUS status server: http://10.1.2.40:80
2013-06-2408:34:27:97510003acAgent * Target group: (Unassigned Computers)
2013-06-2408:34:27:97510003acAgent * Windows Update access disabled: No
2013-06-2408:34:27:99810003acDnldMgrDownload manager restoring 0 downloads
2013-06-2408:34:28:01610003acAU###########  AU: Initializing Automatic Updates  ###########
2013-06-2408:34:28:01710003acAUAU setting next detection timeout to 2013-06-24 07:34:28
2013-06-2408:34:28:01710003acAUAU setting next sqm report timeout to 2013-06-24 07:34:28
2013-06-2408:34:28:01810003acAU # WSUS server: http://10.1.2.40:80
2013-06-2408:34:28:01810003acAU # Detection frequency: 22
2013-06-2408:34:28:01810003acAU # Approval type: Scheduled (Policy)
2013-06-2408:34:28:01810003acAU # Scheduled install day/time: Monday at 13:00
2013-06-2408:34:28:01810003acAU # Auto-install minor updates: Yes (Policy)
2013-06-2408:34:28:01810003acAU # Will interact with non-admins (Non-admins are elevated (Policy))
2013-06-2408:34:28:03410003acAUSetting AU scheduled install time to 2013-06-24 12:00:00
2013-06-2408:34:28:43310003acReport***********  Report: Initializing static reporting data  ***********
2013-06-2408:34:28:43310003acReport * OS Version = 6.1.7601.1.0.65792
2013-06-2408:34:28:43310003acReport * OS Product Type = 0x00000030
2013-06-2408:34:28:45110003acReport * Computer Brand = Dell Inc.
2013-06-2408:34:28:45110003acReport * Computer Model = Latitude E6320
2013-06-2408:34:28:45510003acReport * Bios Revision = A07
2013-06-2408:34:28:45510003acReport * Bios Name = Default System BIOS
2013-06-2408:34:28:45510003acReport * Bios Release Date = 2011-09-15T00:00:00
2013-06-2408:34:28:45510003acReport * Locale ID = 6153
2013-06-2408:34:28:50210003acAUSuccessfully wrote event for AU health state:1
2013-06-2408:34:28:50210003acAUInitializing featured updates
2013-06-2408:34:28:50210003acAUFound 0 cached featured updates
2013-06-2408:34:28:50210003acAUSuccessfully wrote event for AU health state:1
2013-06-2408:34:28:50210003acAUSuccessfully wrote event for AU health state:1
2013-06-2408:34:28:50210003acAUAU finished delayed initialization
2013-06-2408:34:28:50310003acAUAU setting next sqm report timeout to 2013-06-25 07:34:28
2013-06-2408:34:28:50310003acAU#############
2013-06-2408:34:28:50310003acAU## START ##  AU: Search for updates
2013-06-2408:34:28:50310003acAU#########
2013-06-2408:34:28:85610003acAU<<## SUBMITTED ## AU: Search for updates [CallId = {2AFBB1F5-F1AF-4A93-BC37-5ED721164A12}]
2013-06-2408:34:29:18310001d40MiscValidating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
2013-06-2408:34:29:26610001d40MiscMicrosoft signed: Yes
2013-06-2408:34:29:26910001d40PTWARNING: Cached cookie has expired or new PID is available
2013-06-2408:34:29:26910001d40PTWARNING: PTWarn: Anonymous plug-in skipped for WU
2013-06-2408:34:29:36910001d40PTWARNING: GetCookie failure, error = 0x80244018, soap client error = 10, soap error code = 0, HTTP status code = 403
2013-06-2408:34:29:36910001d40PTWARNING: PTError: 0x80244018
2013-06-2408:34:29:36910001d40PTWARNING: GetCookie_WithRecovery failed : 0x80244018
2013-06-2408:34:29:36910001d40PTWARNING: RefreshCookie failed: 0x80244018
2013-06-2408:34:29:36910001d40PTWARNING: RefreshPTState failed: 0x80244018
2013-06-2408:34:29:36910001d40PTWARNING: PTError: 0x80244018
2013-06-2408:34:29:37010001d40MiscValidating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
2013-06-2408:34:29:37410001d40MiscMicrosoft signed: Yes
2013-06-2408:34:29:37510001d40ReportUploading 2 events using cached cookie, reporting URL = http://stats1.update.microsoft.com/ReportingWebService/ReportingWebService.asmx
2013-06-2408:34:29:40010001d40ReportWARNING: Failed to upload events to the server with hr = 80004005.
2013-06-2408:34:29:40010001d40PTWARNING: ReportEventBatch failure, error = 0x80244018, soap client error = 10, soap error code = 0, HTTP status code = 403
2013-06-2408:34:29:40010001d40ReportWARNING: Reporter failed to upload events with hr = 80244018.
2013-06-2408:34:29:40010001d40MiscValidating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
2013-06-2408:34:29:40310001d40MiscMicrosoft signed: Yes
2013-06-2408:34:29:40410001d40PTWARNING: Cached cookie has expired or new PID is available
2013-06-2408:34:29:40410001d40PTWARNING: PTWarn: Anonymous plug-in skipped for WU
2013-06-2408:34:29:42310001d40PTWARNING: GetCookie failure, error = 0x80244018, soap client error = 10, soap error code = 0, HTTP status code = 403
2013-06-2408:34:29:42310001d40PTWARNING: PTError: 0x80244018
2013-06-2408:34:29:42310001d40PTWARNING: GetCookie_WithRecovery failed : 0x80244018
2013-06-2408:34:29:42310001d40PTWARNING: RefreshCookie failed: 0x80244018
2013-06-2408:34:29:42310001d40PTWARNING: RefreshPTState failed: 0x80244018
2013-06-2408:34:29:42310001d40PTWARNING: PTError: 0x80244018
2013-06-2408:34:29:42310001d40MiscValidating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
2013-06-2408:34:29:42810001d40MiscMicrosoft signed: Yes
2013-06-2408:34:29:42910001d40ReportUploading 2 events using cached cookie, reporting URL = http://stats1.update.microsoft.com/ReportingWebService/ReportingWebService.asmx
2013-06-2408:34:29:44710001d40ReportWARNING: Failed to upload events to the server with hr = 80004005.
2013-06-2408:34:29:44710001d40PTWARNING: ReportEventBatch failure, error = 0x80244018, soap client error = 10, soap error code = 0, HTTP status code = 403
2013-06-2408:34:29:44710001d40ReportWARNING: Reporter failed to upload events with hr = 80244018.
2013-06-2408:34:29:44710001d40Agent*************
2013-06-2408:34:29:44710001d40Agent** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
2013-06-2408:34:29:44710001d40Agent*********
2013-06-2408:34:29:44710001d40Agent * Online = Yes; Ignore download priority = No
2013-06-2408:34:29:44710001d40Agent * 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"
2013-06-2408:34:29:44710001d40Agent * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
2013-06-2408:34:29:44710001d40Agent * Search Scope = {Machine}
2013-06-2408:34:29:44810001d40SetupChecking for agent SelfUpdate
2013-06-2408:34:29:44810001d40SetupClient version: Core: 7.5.7601.17514  Aux: 7.5.7601.17514
2013-06-2408:34:29:45710001d40MiscValidating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
2013-06-2408:34:29:47110001d40MiscMicrosoft signed: Yes
2013-06-2408:34:29:48810001d40MiscWARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80190194
2013-06-2408:34:29:48810001d40MiscWARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80190194
2013-06-2408:34:29:48810001d40MiscWARNING: DownloadFileInternal failed for http://10.1.2.40:80/selfupdate/wuident.cab: error 0x80190194
2013-06-2408:34:29:48810001d40SetupWARNING: SelfUpdate check failed to download package information, error = 0x80244019
2013-06-2408:34:29:48810001d40SetupFATAL: SelfUpdate check failed, err = 0x80244019
2013-06-2408:34:29:48810001d40Agent * WARNING: Skipping scan, self-update check returned 0x80244019
2013-06-2408:34:29:51310001d40Agent * WARNING: Exit code = 0x80244019
2013-06-2408:34:29:51310001d40Agent*********
2013-06-2408:34:29:51310001d40Agent**  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
2013-06-2408:34:29:51310001d40Agent*************
2013-06-2408:34:29:51310001d40AgentWARNING: WU client failed Searching for update with error 0x80244019
2013-06-2408:34:29:51410001d68AU>>##  RESUMED  ## AU: Search for updates [CallId = {2AFBB1F5-F1AF-4A93-BC37-5ED721164A12}]
2013-06-2408:34:29:51410001d68AU # WARNING: Search callback failed, result = 0x80244019
2013-06-2408:34:29:51410001d68AU # WARNING: Failed to find updates with error code 80244019
2013-06-2408:34:29:51410001d68AU#########
2013-06-2408:34:29:51410001d68AU##  END  ##  AU: Search for updates [CallId = {2AFBB1F5-F1AF-4A93-BC37-5ED721164A12}]
2013-06-2408:34:29:51410001d68AU#############
2013-06-2408:34:29:51410001d68AUNeed to show Unable to Detect notification
2013-06-2408:34:29:51410001d68AUSuccessfully wrote event for AU health state:1
2013-06-2408:34:29:51510001d68AUAU setting next detection timeout to 2013-06-24 12:34:29
2013-06-2408:34:29:51510001d68AUAU was unable to detect updates for more than 48 hours
2013-06-2408:34:29:51510001d68AUSetting AU scheduled install time to 2013-06-24 12:00:00
2013-06-2408:34:29:51610001d68AUSuccessfully wrote event for AU health state:1
2013-06-2408:34:29:51710001d68AUSuccessfully wrote event for AU health state:1
2013-06-2408:34:33:53010001d40ReportREPORT EVENT: {7164ED5D-4568-4770-B1F2-33546DB402EA}2013-06-24 08:34:29:488+01001148101{D67661EB-2423-451D-BF5D-13199E37DF28} 180244019 SelfUpdateFailureSoftware SynchronizationWindows Update Client failed to detect with error 0x80244019.
2013-06-2408:34:33:53110001d40ReportREPORT EVENT: {340F8F96-BCD6-4A85-8376-16608ABA591B}2013-06-24 08:34:29:515+01001149102{00000000-0000-0000-0000-000000000000} 00AutomaticUpdatesFailureSoftware SynchronizationUnable to Connect: Windows is unable to connect to the automatic updates service and therefore cannot download and install updates according to the set schedule. Windows will continue to try to establish a connection.
2013-06-2408:34:33:71110001d40ReportCWERReporter::HandleEvents - WER report upload completed with status 0x8
2013-06-2408:34:33:71110001d40ReportWER Report sent: 7.5.7601.17514 0x80244019 D67661EB-2423-451D-BF5D-13199E37DF28 Scan 101 Managed
2013-06-2408:34:33:71110001d40ReportCWERReporter finishing event handling. (00000000)
2013-06-2408:48:46:85210001d40PTWARNING: Cached cookie has expired or new PID is available
2013-06-2408:48:46:85210001d40PTInitializing simple targeting cookie, clientId = 73e4c40a-73b0-427d-b553-34c5d48cd915, target group = , DNS name = dubmislevisteb.cho.corp.ryanair.com
2013-06-2408:48:46:85210001d40PT Server URL = http://10.1.2.40:80/SimpleAuthWebService/SimpleAuth.asmx

Server 2012 attempting to access Microsoft Update although configured for WSUS

$
0
0

We have an existing WSUS 3.0 SP2 server running on Server 2008 R2. It stores updates locally and services over 4,000 client machines which are Windows XP, Windows Vista, Windows 7, and Server 2008 R2. We have begun introducing Windows 8 and Server 2012 clients over the past few weeks, and most of those are updating as expected from our WSUS server. Update KB2734608 was installed on the WSUS server prior to deployment of any Windows 8 or Server 2012 clients.

Last week we deployed the first Server 2012 machine in our environment that is intended to be isolated from the internet but still has network access to our WSUS server, and it is having problems checking for updates. When an admin clicks the Check for Updates link, Windows Update freezes for approximately 12 minutes and remains unresponsive. Also the WindowsUpdate.log file does not update during this time.

After the long ~12 minute delay, Windows Update completes successfully and obtains any needed updates.

MU ServiceManager shows the following via PowerShell:

ipmo BitsTransfer
$mu = New-Object -ComObject Microsoft.Update.ServiceManager -Strict
$mu.Services

Name : Windows Server Update Service ContentValidationCert : {} ExpirationDate : 6/18/5254 9:21:00 PM IsManaged : True IsRegisteredWithAU : True IssueDate : 1/1/2003 12:00:00 AM OffersWindowsUpdates : True RedirectUrls : System.__ComObject ServiceID : 3da21691-e39d-4da6-8a4b-b43877bcb1b7 IsScanPackageService : False CanRegisterWithAU : True ServiceUrl : SetupPrefix : IsDefaultAUService : True Name : Windows Update ContentValidationCert : {} ExpirationDate : 6/18/5254 9:21:00 PM IsManaged : False IsRegisteredWithAU : True IssueDate : 1/1/2003 12:00:00 AM OffersWindowsUpdates : True RedirectUrls : System.__ComObject ServiceID : 9482f4b4-e343-43b6-b170-9a65bc822c77 IsScanPackageService : False CanRegisterWithAU : True ServiceUrl : SetupPrefix : IsDefaultAUService : False

I have run the following commands in a batch file but doing so does not appear to have any effect on the behavior.

net stop bits
net stop wuauserv
ipconfig /flushdns
cd C:\ProgramData\Microsoft\Network\Downloader
del qmgr0.dat
del qmgr1.dat
cd C:\
rd C:\Windows\SoftwareDistribution -Recurse
net start bits
net start wuauserv

The WindowsUpdate.log file shows attempts to obtain wuredir.cab from ds.download.windowsupdate.com and fe1.update.microsoft.com multiple times each with a long delay each time, after which the client finally tries our WSUS server and succeeds very quickly. Automatic updates throughout the day do not appear to suffer from the failed attempts to access the internet.

2013-04-25	16:56:15:130	 840	a68	AU	#############
2013-04-25	17:01:04:397	 840	358	AU	Triggering AU detection through DetectNow API
2013-04-25	17:01:04:397	 840	358	AU	Triggering Online detection (interactive)
2013-04-25	17:01:07:408	 840	a68	AU	#############
2013-04-25	17:01:07:408	 840	a68	AU	## START ##  AU: Search for updates
2013-04-25	17:01:07:408	 840	a68	AU	#########
2013-04-25	17:01:49:451	 840	a68	Misc	WARNING: Send failed with hr = 80072ee2.
2013-04-25	17:01:49:451	 840	a68	Misc	WARNING: Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <None>
2013-04-25	17:01:49:451	 840	a68	Misc	WARNING: Send request failed, hr:0x80072ee2
2013-04-25	17:01:49:451	 840	a68	Misc	WARNING: WinHttp: SendRequestUsingProxy failed for <http://ds.download.windowsupdate.com/w8/2/windowsupdate/redir/wuredir.cab>. error 0x80072ee2
2013-04-25	17:01:49:451	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
2013-04-25	17:01:49:451	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
2013-04-25	17:01:49:451	 840	a68	Misc	WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
2013-04-25	17:02:31:510	 840	a68	Misc	WARNING: Send failed with hr = 80072ee2.
2013-04-25	17:02:31:510	 840	a68	Misc	WARNING: Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <None>
2013-04-25	17:02:31:510	 840	a68	Misc	WARNING: Send request failed, hr:0x80072ee2
2013-04-25	17:02:31:510	 840	a68	Misc	WARNING: WinHttp: SendRequestUsingProxy failed for <http://ds.download.windowsupdate.com/w8/2/windowsupdate/redir/wuredir.cab>. error 0x80072ee2
2013-04-25	17:02:31:510	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
2013-04-25	17:02:31:510	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
2013-04-25	17:02:31:510	 840	a68	Misc	WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
2013-04-25	17:03:13:584	 840	a68	Misc	WARNING: Send failed with hr = 80072ee2.
2013-04-25	17:03:13:584	 840	a68	Misc	WARNING: Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <None>
2013-04-25	17:03:13:584	 840	a68	Misc	WARNING: Send request failed, hr:0x80072ee2
2013-04-25	17:03:13:584	 840	a68	Misc	WARNING: WinHttp: SendRequestUsingProxy failed for <http://ds.download.windowsupdate.com/w8/2/windowsupdate/redir/wuredir.cab>. error 0x80072ee2
2013-04-25	17:03:13:584	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
2013-04-25	17:03:13:584	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
2013-04-25	17:03:13:584	 840	a68	Misc	WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
2013-04-25	17:03:56:688	 840	a68	Misc	WARNING: Send failed with hr = 80072ee2.
2013-04-25	17:03:56:688	 840	a68	Misc	WARNING: Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <None>
2013-04-25	17:03:56:688	 840	a68	Misc	WARNING: Send request failed, hr:0x80072ee2
2013-04-25	17:03:56:688	 840	a68	Misc	WARNING: WinHttp: SendRequestUsingProxy failed for <http://ds.download.windowsupdate.com/w8/2/windowsupdate/redir/wuredir.cab>. error 0x80072ee2
2013-04-25	17:03:56:688	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
2013-04-25	17:03:56:688	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
2013-04-25	17:03:56:688	 840	a68	Misc	WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
2013-04-25	17:03:56:688	 840	a68	Misc	WARNING: DownloadFileInternal failed for http://ds.download.windowsupdate.com/w8/2/windowsupdate/redir/wuredir.cab: error 0x80072ee2
2013-04-25	17:04:17:764	 840	a68	Misc	WARNING: Send failed with hr = 80072ee2.
2013-04-25	17:04:17:764	 840	a68	Misc	WARNING: Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <None>
2013-04-25	17:04:17:764	 840	a68	Misc	WARNING: Send request failed, hr:0x80072ee2
2013-04-25	17:04:17:764	 840	a68	Misc	WARNING: WinHttp: SendRequestUsingProxy failed for <http://fe1.update.microsoft.com/w8/2/windowsupdate/redir/wuredir.cab>. error 0x80072ee2
2013-04-25	17:04:17:764	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
2013-04-25	17:04:17:764	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
2013-04-25	17:04:17:764	 840	a68	Misc	WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
2013-04-25	17:04:38:794	 840	a68	Misc	WARNING: Send failed with hr = 80072ee2.
2013-04-25	17:04:38:794	 840	a68	Misc	WARNING: Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <None>
2013-04-25	17:04:38:794	 840	a68	Misc	WARNING: Send request failed, hr:0x80072ee2
2013-04-25	17:04:38:794	 840	a68	Misc	WARNING: WinHttp: SendRequestUsingProxy failed for <http://fe1.update.microsoft.com/w8/2/windowsupdate/redir/wuredir.cab>. error 0x80072ee2
2013-04-25	17:04:38:794	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
2013-04-25	17:04:38:794	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
2013-04-25	17:04:38:794	 840	a68	Misc	WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
2013-04-25	17:04:59:823	 840	a68	Misc	WARNING: Send failed with hr = 80072ee2.
2013-04-25	17:04:59:823	 840	a68	Misc	WARNING: Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <None>
2013-04-25	17:04:59:823	 840	a68	Misc	WARNING: Send request failed, hr:0x80072ee2
2013-04-25	17:04:59:823	 840	a68	Misc	WARNING: WinHttp: SendRequestUsingProxy failed for <http://fe1.update.microsoft.com/w8/2/windowsupdate/redir/wuredir.cab>. error 0x80072ee2
2013-04-25	17:04:59:823	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
2013-04-25	17:04:59:823	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
2013-04-25	17:04:59:823	 840	a68	Misc	WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
2013-04-25	17:05:20:852	 840	a68	Misc	WARNING: Send failed with hr = 80072ee2.
2013-04-25	17:05:20:852	 840	a68	Misc	WARNING: Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <None>
2013-04-25	17:05:20:852	 840	a68	Misc	WARNING: Send request failed, hr:0x80072ee2
2013-04-25	17:05:20:852	 840	a68	Misc	WARNING: WinHttp: SendRequestUsingProxy failed for <http://fe1.update.microsoft.com/w8/2/windowsupdate/redir/wuredir.cab>. error 0x80072ee2
2013-04-25	17:05:20:852	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
2013-04-25	17:05:20:852	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
2013-04-25	17:05:20:852	 840	a68	Misc	WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
2013-04-25	17:05:20:852	 840	a68	Misc	WARNING: DownloadFileInternal failed for http://fe1.update.microsoft.com/w8/2/windowsupdate/redir/wuredir.cab: error 0x80072ee2
2013-04-25	17:06:02:942	 840	a68	Misc	WARNING: Send failed with hr = 80072ee2.
2013-04-25	17:06:02:942	 840	a68	Misc	WARNING: Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <None>
2013-04-25	17:06:02:942	 840	a68	Misc	WARNING: Send request failed, hr:0x80072ee2
2013-04-25	17:06:02:942	 840	a68	Misc	WARNING: WinHttp: SendRequestUsingProxy failed for <http://ds.download.windowsupdate.com/w8/2/windowsupdate/redir/wuredir.cab>. error 0x80072ee2
2013-04-25	17:06:02:942	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
2013-04-25	17:06:02:942	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
2013-04-25	17:06:02:942	 840	a68	Misc	WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
2013-04-25	17:06:45:017	 840	a68	Misc	WARNING: Send failed with hr = 80072ee2.
2013-04-25	17:06:45:017	 840	a68	Misc	WARNING: Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <None>
2013-04-25	17:06:45:017	 840	a68	Misc	WARNING: Send request failed, hr:0x80072ee2
2013-04-25	17:06:45:017	 840	a68	Misc	WARNING: WinHttp: SendRequestUsingProxy failed for <http://ds.download.windowsupdate.com/w8/2/windowsupdate/redir/wuredir.cab>. error 0x80072ee2
2013-04-25	17:06:45:017	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
2013-04-25	17:06:45:017	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
2013-04-25	17:06:45:017	 840	a68	Misc	WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
2013-04-25	17:07:27:127	 840	a68	Misc	WARNING: Send failed with hr = 80072ee2.
2013-04-25	17:07:27:127	 840	a68	Misc	WARNING: Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <None>
2013-04-25	17:07:27:127	 840	a68	Misc	WARNING: Send request failed, hr:0x80072ee2
2013-04-25	17:07:27:127	 840	a68	Misc	WARNING: WinHttp: SendRequestUsingProxy failed for <http://ds.download.windowsupdate.com/w8/2/windowsupdate/redir/wuredir.cab>. error 0x80072ee2
2013-04-25	17:07:27:127	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
2013-04-25	17:07:27:127	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
2013-04-25	17:07:27:127	 840	a68	Misc	WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
2013-04-25	17:08:09:174	 840	a68	Misc	WARNING: Send failed with hr = 80072ee2.
2013-04-25	17:08:09:174	 840	a68	Misc	WARNING: Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <None>
2013-04-25	17:08:09:174	 840	a68	Misc	WARNING: Send request failed, hr:0x80072ee2
2013-04-25	17:08:09:174	 840	a68	Misc	WARNING: WinHttp: SendRequestUsingProxy failed for <http://ds.download.windowsupdate.com/w8/2/windowsupdate/redir/wuredir.cab>. error 0x80072ee2
2013-04-25	17:08:09:174	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
2013-04-25	17:08:09:174	 840	a68	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
2013-04-25	17:08:09:174	 840	a68	Misc	WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
2013-04-25	17:08:09:174	 840	a68	Misc	WARNING: DownloadFileInternal failed for http://ds.download.windowsupdate.com/w8/2/windowsupdate/redir/wuredir.cab: error 0x80072ee2
2013-04-25	17:08:09:174	 840	a68	EP	FATAL: SLS: Failed to download and verify redir., error = 0x80072EE2
2013-04-25	17:08:09:174	 840	a68	EP	FATAL: Failed to obtain 9482F4B4-E343-43B6-B170-9A65BC822C77 redir SecondaryServiceAuth URL, error = 0x80072EE2
2013-04-25	17:08:09:174	 840	a68	Agent	WARNING: Failed to obtain the authorization cab URL for service 7971f918-a847-4430-9279-4a52d1efe18d, hr=0
2013-04-25	17:08:09:174	 840	a68	Agent	FATAL: Caller <NULL> failed to opt in to service 7971f918-a847-4430-9279-4a52d1efe18d, hr=0X80072EE2
2013-04-25	17:08:09:174	 840	a68	AU	<<## SUBMITTED ## AU: Search for updates  [CallId = {E1ADFF6B-386C-4363-9567-AE83BAE7DAE0} ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}]
2013-04-25	17:08:09:174	 840	f94	Agent	*************
2013-04-25	17:08:09:174	 840	f94	Agent	** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
2013-04-25	17:08:09:174	 840	f94	Agent	*********
2013-04-25	17:08:09:174	 840	f94	Agent	  * Online = Yes; Ignore download priority = No
2013-04-25	17:08:09:174	 840	f94	Agent	  * 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"
2013-04-25	17:08:09:174	 840	f94	Agent	  * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
2013-04-25	17:08:09:174	 840	f94	Agent	  * Search Scope = {Machine & All Users}
2013-04-25	17:08:09:174	 840	f94	Agent	  * Caller SID for Applicability: S-1-5-21-111288279-36659543-794563710-92819
2013-04-25	17:08:09:221	 840	f94	EP	Got WSUS Client/Server URL: "https://supd1p1.systems.***.***/ClientWebService/client.asmx"
2013-04-25	17:08:09:221	 840	f94	Setup	Checking for agent SelfUpdate
2013-04-25	17:08:09:221	 840	f94	Setup	Client version: Core: 7.8.9200.16547  Aux: 7.8.9200.16547
2013-04-25	17:08:09:221	 840	f94	EP	Got WSUS SelfUpdate URL: "https://supd1p1.systems.***.***/selfupdate"
2013-04-25	17:08:09:237	 840	f94	Misc	Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
2013-04-25	17:08:09:237	 840	f94	Misc	 Microsoft signed: Yes
2013-04-25	17:08:09:237	 840	f94	Misc	 Infrastructure signed: Yes
2013-04-25	17:08:09:252	 840	f94	Misc	Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
2013-04-25	17:08:09:268	 840	f94	Misc	 Microsoft signed: Yes
2013-04-25	17:08:09:268	 840	f94	Misc	 Infrastructure signed: Yes
2013-04-25	17:08:09:268	 840	f94	Setup	Skipping SelfUpdate check based on the /SKIP directive in wuident
2013-04-25	17:08:09:268	 840	f94	Setup	SelfUpdate check completed.  SelfUpdate is NOT required.
2013-04-25	17:08:10:126	 840	f94	PT	+++++++++++  PT: Synchronizing server updates  +++++++++++
2013-04-25	17:08:10:126	 840	f94	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = https://supd1p1.systems.***.***/ClientWebService/client.asmx
2013-04-25	17:08:27:397	 840	f94	PT	+++++++++++  PT: Synchronizing extended update info  +++++++++++
2013-04-25	17:08:27:397	 840	f94	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = https://supd1p1.systems.***.***/ClientWebService/client.asmx
2013-04-25	17:08:28:271	 840	f94	Agent	  * Found 0 updates and 68 categories in search; evaluated appl. rules of 554 out of 857 deployed entities
2013-04-25	17:08:28:271	 840	f94	Agent	Reporting status event with 0 installable, 39 installed,  0 installed pending, 0 failed and 0 downloaded updates
2013-04-25	17:08:28:271	 840	f94	Agent	*********
2013-04-25	17:08:28:271	 840	f94	Agent	**  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
2013-04-25	17:08:28:271	 840	f94	Agent	*************
2013-04-25	17:08:28:271	 840	350	AU	>>##  RESUMED  ## AU: Search for updates [CallId = {E1ADFF6B-386C-4363-9567-AE83BAE7DAE0} ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}]
2013-04-25	17:08:28:271	 840	350	AU	  # 0 updates detected
2013-04-25	17:08:28:271	 840	350	AU	#########
2013-04-25	17:08:28:271	 840	350	AU	##  END  ##  AU: Search for updates  [CallId = {E1ADFF6B-386C-4363-9567-AE83BAE7DAE0} ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}]
2013-04-25	17:08:28:271	 840	350	AU	#############
2013-04-25	17:08:28:271	 840	350	AU	All AU searches complete.
2013-04-25	17:08:28:271	 840	350	AU	AU setting next detection timeout to 2013-04-26 04:56:23

WSUS+SCCM2012 - Clients not reporting.

$
0
0

Hello everyone. 

I have a W2012 server with WSUS and SCCM2012 and around 90 client computers and 15 server in our environment. 

Clients and servers are updating correctly using the WSUS Server via GPO. However both clients and servers seem to not report their status to the WSUS Server. Some computers report once and no more but other have the status of "Not yet reported"

Many of our computers have the same SID because their setup without sysprep. I am in the process of changing the SID's on those machines (i read in an article this could be problematic for WSUS). All of my machines show up in Update Services console and i manually assign them to computer groups. 

I've tried many, many different things that I've read in different forums and posts<- Including:

* Using the WSUS Client Diagnostic Tool. 

* Triple checking the Firewall settings and disabling it for a bit. 

* Reading and trying to understand the Windowsupdate.log on few client machines and the WSUS Server. 

* Using  wuauclt /detectnow and /reportnow to see if clients report. 

Any answer regarding this issue is greatly appreciated. Please also comment if further explanation is required. 

Viewing all 12874 articles
Browse latest View live


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