On Tue, 27 Jun 2006 10:24:02 -0700, idaliac
[quoted text, click to view] <idaliac@discussions.microsoft.com> wrote:
>Tnx, Ken, I Check it ,but I think this error 64 is very general. Can you or
>someone help me to fix this? what can I change or do to fix it?
It's not general at all. It's specifically that the network name is
no longer available. Most often an incorrect DNS or name resolution
or a network connectivity failure. You start diagnosing the same as
any network failure, ping, NSLOOKUP, cable testing, etc.
Jeff
[quoted text, click to view] >"Ken Schaefer" wrote:
>
>> 64 = "The specified network name is no longer available."
>>
>> Cheers
>> Ken
>>
>>
>> "idaliac" <idaliac@discussions.microsoft.com> wrote in message
>> news:1E66C984-61F4-445C-A205-57BB718FCD22@microsoft.com...
>> > Hope someone help me ,
>> > The IE error that is presented is "Cannot find server or DNS Error"
>> > and t#
>> > Fields: date time s-sitename s-ip cs-method cs-uri-stem cs-uri-query
>> > s-port
>> > cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status
>> > 2006-06-26 15:23:19 W3SVC2 3.131.90.64 GET /fpadmdll.dll - 2587 -
>> > 3.131.90.64
>> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) 200
>> > 5 64
>> > 2006-06-26 15:23:19 W3SVC2 3.131.90.64 GET /fpadmdll.dll - 2587 -
>> > 3.131.90.64
>> > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) 200
>> > 5
>> > 64he logs of iis
>> > can u help me to find the error sc-win32-status = 64
>>
>>
>>
the server is failing to execute dynamic content (ASP and .Net pages), the
web service extensions for Active Server Pages and ASP.NET v1.1.4322 are
allowed, however all the dynamic pages fail with the following error
displayed by IE: The page cannot be displayed.
I tried wfetch to check the output from web server and the response is empty:
started....
WWWConnect::Connect("server","80")\n
source port: 1969\r\n
REQUEST: **************\n
GET /test.asp HTTP/1.1\r\n
Host: server\r\n
Accept: */*\r\n
\r\n
RESPONSE: **************\n
finished.
By checking the IIS logs, the asp requests are being recorded with the
following status:
sc-status = 200
sc-substatus = 0
sc-win32-status = 64
The error for status 64 is: "The specified network name is no longer
available."
but I dont know how to troubleshoot this error, can anyone help me ?