|
|
I've installed WSUS 3.0, and all my clients are being detected, and they're in the right Computer Group. However, none of them have reported.
Checking my WindowsUpdate.log file, here's the error:
2007-05-25 09:41:31:535 1572 1540 PT WARNING: GetConfig failure, error = 0x80244008, soap client error = 8, soap error code = 0, HTTP status code = 200 2007-05-25 09:41:31:535 1572 1540 PT WARNING: PTError: 0x80244008 2007-05-25 09:41:31:535 1572 1540 PT WARNING: GetConfig_WithRecovery failed: 0x80244008 2007-05-25 09:41:31:535 1572 1540 PT WARNING: RefreshConfig failed: 0x80244008 2007-05-25 09:41:31:535 1572 1540 PT WARNING: RefreshPTState failed: 0x80244008 2007-05-25 09:41:31:535 1572 1540 PT WARNING: PTError: 0x80244008 2007-05-25 09:41:31:535 1572 1540 Report WARNING: Reporter failed to upload events with hr = 80244008.
I don't know if this helps, but when I go to the ClientWebService/client.asmx in a web browser, I get a server error:
The type 'Microsoft.UpdateServices.Internal.Global' is ambiguous: it could come from assembly 'C:\Program Files\Update Services\WebServices\ClientWebService\bin\clientws.DLL' or from assembly 'C:\Program Files\Update Services\WebServices\ClientWebService\bin\microsoft.updateservices.webservices.client.DLL'.
I tried specifying the assembly in the global.asax file in that folder (changing
<%[ at ] Application Codebehind="Global.asax.cs" Inherits="Microsoft.UpdateServices.Internal.Global" %>
to
<%[ at ] Application Codebehind="Global.asax.cs" Inherits="Microsoft.UpdateServices.Internal.Global,clientws.dll" %>
, then I get this error:
CS0433: The type 'Microsoft.UpdateServices.Internal.Global' exists in both 'c:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\clientwebservice\6edcac19\d299ec01\assembly\dl3\6c2cfbf0\00ba09fa_fe7fc601\clientws.DLL' and 'c:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\clientwebservice\6edcac19\d299ec01\assembly\dl3\c7c8a671\00109db7_dd80c701\microsoft.updateservices.webservices.client.DLL'
Any suggestions? Thanks, Cliffe
|
|
I wouldn't modify any global.asax files...
Are you running 2003 SP2? if your still at SP1 look at installing KB923507 or install SP2 for 2003 and see if that helps as that's usually the culprit if computers check in but don't report properly.
Kurt Falde [MSFT]
"cliffeh" wrote:
[Quoted Text] > I've installed WSUS 3.0, and all my clients are being detected, and they're > in the right Computer Group. However, none of them have reported. > > Checking my WindowsUpdate.log file, here's the error: > > 2007-05-25 09:41:31:535 1572 1540 PT WARNING: GetConfig failure, error = > 0x80244008, soap client error = 8, soap error code = 0, HTTP status code = 200 > 2007-05-25 09:41:31:535 1572 1540 PT WARNING: PTError: 0x80244008 > 2007-05-25 09:41:31:535 1572 1540 PT WARNING: GetConfig_WithRecovery failed: > 0x80244008 > 2007-05-25 09:41:31:535 1572 1540 PT WARNING: RefreshConfig failed: 0x80244008 > 2007-05-25 09:41:31:535 1572 1540 PT WARNING: RefreshPTState failed: > 0x80244008 > 2007-05-25 09:41:31:535 1572 1540 PT WARNING: PTError: 0x80244008 > 2007-05-25 09:41:31:535 1572 1540 Report WARNING: Reporter failed to upload > events with hr = 80244008. > > I don't know if this helps, but when I go to the > ClientWebService/client.asmx in a web browser, I get a server error: > > The type 'Microsoft.UpdateServices.Internal.Global' is ambiguous: it could > come from assembly 'C:\Program Files\Update > Services\WebServices\ClientWebService\bin\clientws.DLL' or from assembly > 'C:\Program Files\Update > Services\WebServices\ClientWebService\bin\microsoft.updateservices.webservices.client.DLL'. > > I tried specifying the assembly in the global.asax file in that folder > (changing > > <%[ at ] Application Codebehind="Global.asax.cs" > Inherits="Microsoft.UpdateServices.Internal.Global" %> > > to > > <%[ at ] Application Codebehind="Global.asax.cs" > Inherits="Microsoft.UpdateServices.Internal.Global,clientws.dll" %> > > , then I get this error: > > CS0433: The type 'Microsoft.UpdateServices.Internal.Global' exists in both > 'c:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET > Files\clientwebservice\6edcac19\d299ec01\assembly\dl3\6c2cfbf0\00ba09fa_fe7fc601\clientws.DLL' > and 'c:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET > Files\clientwebservice\6edcac19\d299ec01\assembly\dl3\c7c8a671\00109db7_dd80c701\microsoft.updateservices.webservices.client.DLL' > > Any suggestions? > Thanks, > Cliffe
|
|
|
[Quoted Text] > I wouldn't modify any global.asax files... > > Are you running 2003 SP2? if your still at SP1 look at installing KB923507 > or install SP2 for 2003 and see if that helps as that's usually the culprit > if computers check in but don't report properly. > > Kurt Falde [MSFT]
Thanks for the reply. But no, I'm on 2003 R2 Standard X64 Edition, SP2.
Cliffe
> > "cliffeh" wrote: > > > I've installed WSUS 3.0, and all my clients are being detected, and they're > > in the right Computer Group. However, none of them have reported. > > > > Checking my WindowsUpdate.log file, here's the error: > > > > 2007-05-25 09:41:31:535 1572 1540 PT WARNING: GetConfig failure, error = > > 0x80244008, soap client error = 8, soap error code = 0, HTTP status code = 200 > > 2007-05-25 09:41:31:535 1572 1540 PT WARNING: PTError: 0x80244008 > > 2007-05-25 09:41:31:535 1572 1540 PT WARNING: GetConfig_WithRecovery failed: > > 0x80244008 > > 2007-05-25 09:41:31:535 1572 1540 PT WARNING: RefreshConfig failed: 0x80244008 > > 2007-05-25 09:41:31:535 1572 1540 PT WARNING: RefreshPTState failed: > > 0x80244008 > > 2007-05-25 09:41:31:535 1572 1540 PT WARNING: PTError: 0x80244008 > > 2007-05-25 09:41:31:535 1572 1540 Report WARNING: Reporter failed to upload > > events with hr = 80244008. > > > > I don't know if this helps, but when I go to the > > ClientWebService/client.asmx in a web browser, I get a server error: > > > > The type 'Microsoft.UpdateServices.Internal.Global' is ambiguous: it could > > come from assembly 'C:\Program Files\Update > > Services\WebServices\ClientWebService\bin\clientws.DLL' or from assembly > > 'C:\Program Files\Update > > Services\WebServices\ClientWebService\bin\microsoft.updateservices.webservices.client.DLL'. > > > > I tried specifying the assembly in the global.asax file in that folder > > (changing > > > > <%[ at ] Application Codebehind="Global.asax.cs" > > Inherits="Microsoft.UpdateServices.Internal.Global" %> > > > > to > > > > <%[ at ] Application Codebehind="Global.asax.cs" > > Inherits="Microsoft.UpdateServices.Internal.Global,clientws.dll" %> > > > > , then I get this error: > > > > CS0433: The type 'Microsoft.UpdateServices.Internal.Global' exists in both > > 'c:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET > > Files\clientwebservice\6edcac19\d299ec01\assembly\dl3\6c2cfbf0\00ba09fa_fe7fc601\clientws.DLL' > > and 'c:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET > > Files\clientwebservice\6edcac19\d299ec01\assembly\dl3\c7c8a671\00109db7_dd80c701\microsoft.updateservices.webservices.client.DLL' > > > > Any suggestions? > > Thanks, > > Cliffe
|
|
|