ISA Clients >> ISA Server Error 421

by TWljaGVsZQ » Tue, 25 Apr 2006 05:24:02 GMT

When users try to open a PDF on an FTP site they get the following error:
200 Type set to I.
200 PORT command successful
421 Server Error. (Trapped unexpected WarFileException). Connection closed.



ISA Clients >> ISA Server Error 421

by Henk Steunenberg (Ms) » Wed, 03 May 2006 22:36:15 GMT


ello,

The problem occurs because the target FTP server is failing to handle a
request
from the ISA server to retrieve a file, and is terminating the connection
with a
fatal error. The problem does not occur when ISA is not involved because a
direct
FTP client connection makes the request in a different, though equally
correct,
way. The primary difference is that ISA precedes the RETR command with a
CWD
against the filename. Apparently, the FTP server improperly handles this
and
abruptly ends to connection.

FTP is defined in RFC 959 (ftp://ftp.isi.edu/in-notes/rfc959.txt). The FTP
RFC
defines two verbs which are relevant to the issue you're currently
experiencing.
First, the CWD action which instructs the FTP server to change the current
working
directory to another directory. CWD is used to navigate through the
directory tree
hosted on the FTP server:

CHANGE WORKING DIRECTORY (CWD)

This command allows the user to work with a different
directory or dataset for file storage or retrieval without
altering his login or accounting information. Transfer
parameters are similarly unchanged. The argument is a
pathname specifying a directory or other system dependent
file group designator.


Second, the RETR verb instructs the FTP server to send the file requested
back to
the requesting client:

RETRIEVE (RETR)

This command causes the server-DTP to transfer a copy of the
file, specified in the pathname, to the server- or user-DTP
at the other end of the data connection. The status and
contents of the file at the server site shall be unaffected.


In a situation where the FTP client is not passing through ISA, the FTP
conversation looks like the following:

1. FTP client makes connection to server
2. server prompts for logon, client authenticates
3. client requests file by issuing RETR for the file name
4. server responds by sending the requested filename

In the scenario where ISA involved, the basic structure is the same, except
that
ISA, rather than initially sending a RETR for the filename, instead sends a
CWD for
it. ISA does this because it is acting as a proxy on the client's behalf
and
doesn't initially know whether the data requested by the client is a
directory or a
file. As such, ISA sends a CWD to attempt to change to a directory; if the
target
is not a directory, the FTP server should respond back saying that the
requested
directory name is invalid. At that point, ISA will realize that the
requested
target is an actual file and will issue a RETR to download it. So, the
conversation with ISA looks like the following:

1. client sends request to make connection to ISA, which then makes a
connection on
its behalf to the FTP server
2. server prompts for logon, ISA prompts client and returns credentials to
the FTP
server
3. client requests data, ISA proxies this request by making a CWD to the FTP
server
for the data requested
4. if the data requested is a file, the FTP server should respond with a
550,
requested directory is invalid
5. after seeing the 550, ISA knows the data is a file and requests it again
with a
RETR
6. FTP server sends the file to ISA, which then sends it to the client

In this case, the FTP server breaks down in step 6 where it fails to begin
sending
the

Similar Threads

1. email 421 5.5.2 Syntax error command line too long

Hi there,

We were having problems emailing a client - the smtp logs stated the above 
error message. When the client uninstalled ISA 2004 from their mail server we 
were able to send email to them again. No other company who sent email to 
this client had any problems.

Does anyone know why this might have happened?.

2. HPL Loading error with Fatal error in server row processing - SQL error -271 ISAM error -151

3. Need help with ISA Server 2000 PNAT error - See error in message text

Below is the error I'm receiving and have been receiving for some
time. I checked the rtegistry and this key is missing. Can this
registry key be recreated? If so, can someone supply me with the
correct settings. What would have caused this error?

Thank You,

Tony Phillips



ISA Server name: AKRN02

Microsoft Firewall failed. The failure occurred during Initialization
of reverse Network Address Translation (NAT).  because the
configuration property  of the key
SOFTWARE\Microsoft\Fpc\Arrays\{013B1C15-5C66-4AAE-8CB6-08929E6345B1}\Publishing\PNATServerMappings\{F0C495A6-4444-4EDE-BCD5-EAB89056285D}\ClientSetsExcluded
could not be accessed. Use the source location 2.546.3.0.1200.166 to
report the failure. The error code in the Data area of the event
properties indicates the cause of the failure. For more information
about this event, see ISA Server Help. The error description is: The
system cannot find the file specified.

4. ISA 2004 - Unable to connect to ISA Server from desktop using ISA Console - RPC Error - ISA Server

5. Error 14079 ISA Server - Server starts to crawl

Have a look at www.eventid.net, does this shed any light on your problem?

Marina

"Andy L" < XXXX@XXXXX.COM > schreef in bericht
news:0dff01c3672a$4091cc10$ XXXX@XXXXX.COM ...
> Our server uses a 56k modem to dial up to the Internet,
> after being connected for a couple of mins the server
> almost grinds to a halt, respnse to mouse or keyboard
> imputs on the server may take 2 or 3 mins to see a
> response on screen.
>
> Users seem still to be able to access files, but outlook
> is unable to connect to exchange.
>
> I have shut down exchange thinking this may be the
> problem, but still get the same problem when we connect to
> the web.
>
> In the Apps log I have multiple entries showing Event ID
> 14079 with the following description
>
> Description: Due to an unexpected error, the service
> w3schdwn stopped responding to all requests. This occurred
> 8 time(s) in the past 3:25 hours. Try to stop the service
> or kill the corresponding process if it does not respond,
> and start it again. Check the Event Viewer for related
> error messages.
>
> Any help much apprecieted ... Andy


6. ISA 2004 connecting to SQL server (SQL Server Error: 17)

7. ISA server regulary crash with Server Specific Error 2147944122

Can you post the entire event from the event log ?

-- 
HTH

Sachin

This posting is provided "AS IS" with no warranties, and confers no rights.
"Oleg" < XXXX@XXXXX.COM > wrote in message
news:0a3801c33fc7$b15511d0$ XXXX@XXXXX.COM ...
> I will be very much appriciate if you can help me to
> resolve this problem.


8. Error Publishing Site content to an Exchange server behind a ISA Server - ISA Server