R
Robin Walker [MVP]
I have managed to reproduce one problem with MSAS: where it will not update
from definitions 5727 to 5729, and reports that the most recent definitions
are installed (when in fact they are not). I have captured a network trace
of MSAS talking to the spynet servers with the following result:
======= HTTP request starts here ==========
POST /ASService/definitions.asmx HTTP/1.1
Accept: */*
Accept-Language: en-gb
Content-Length: 379
soapaction: "http://tempuri.org/GetLatestRulesetVersion"
Content-Type: text/xml
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.0.3705; .NET CLR 1.1.4322)
Host: service.spynet.com
Connection: Keep-Alive
Cache-Control: no-cache
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetLatestRulesetVersion xmlns="http://tempuri.org/">
<RegKey></RegKey>
<ExtraData></ExtraData></GetLatestRulesetVersion>
</soap:Body>
</soap:Envelope>
====== end of HTTP request, start of HTTP response ===========
HTTP/1.1 503 Service Unavailable
Connection: close
Date: Thu, 30 Jun 2005 10:39:56 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR
SAMo CNT COM INT NAV ONL PHY PR
Content-Type: text/html
<html><body><h1>Server is too busy</h1></body></html>
=========== end of HTTP response ===========
Note the error messages from the server: yet this is reported by MSAS as
"Most recent spyware defintions installed".
So it is clear that the "Most recent spyware definitions installed" message
cannot be trusted.
And it seems that some of the current problems can be attributed to update
server overload, rather than bugs with the application.
from definitions 5727 to 5729, and reports that the most recent definitions
are installed (when in fact they are not). I have captured a network trace
of MSAS talking to the spynet servers with the following result:
======= HTTP request starts here ==========
POST /ASService/definitions.asmx HTTP/1.1
Accept: */*
Accept-Language: en-gb
Content-Length: 379
soapaction: "http://tempuri.org/GetLatestRulesetVersion"
Content-Type: text/xml
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.0.3705; .NET CLR 1.1.4322)
Host: service.spynet.com
Connection: Keep-Alive
Cache-Control: no-cache
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetLatestRulesetVersion xmlns="http://tempuri.org/">
<RegKey></RegKey>
<ExtraData></ExtraData></GetLatestRulesetVersion>
</soap:Body>
</soap:Envelope>
====== end of HTTP request, start of HTTP response ===========
HTTP/1.1 503 Service Unavailable
Connection: close
Date: Thu, 30 Jun 2005 10:39:56 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR
SAMo CNT COM INT NAV ONL PHY PR
Content-Type: text/html
<html><body><h1>Server is too busy</h1></body></html>
=========== end of HTTP response ===========
Note the error messages from the server: yet this is reported by MSAS as
"Most recent spyware defintions installed".
So it is clear that the "Most recent spyware definitions installed" message
cannot be trusted.
And it seems that some of the current problems can be attributed to update
server overload, rather than bugs with the application.