From: rkneeshaw on
Hello,

We recently migrated our websites to a new box (windows 2000 to
windows 2003 R2 x64) and now are experiencing problems with FTP
uploads. We are seeing a large number of 426 errors. Its never the
same files that have the error, it seems random.

Here is an example snippet from the log file:

cs-method cs-uri-stem sc-status sc-win32-status
[9]created /temp/wwwavalanche/wwwavalanche/campaign/index.html 226 0
[9]created /temp/wwwavalanche/wwwavalanche/campaign/left_column.jpg
226 0
[9]created /temp/wwwavalanche/wwwavalanche/campaign/left_column2.jpg
226 0
[9]created /temp/wwwavalanche/wwwavalanche/campaign/michigan.jpg 226 0
[9]created /temp/wwwavalanche/wwwavalanche/campaign/right_column.jpg
226 0
[9]MKD /temp/wwwavalanche/wwwavalanche/CollageData/master_pages 257 0
[9]created /temp/wwwavalanche/wwwavalanche/Connections/boyne2.asp 226
0
[9]created /temp/wwwavalanche/wwwavalanche/Events/description.html 226
0
[9]created /temp/wwwavalanche/wwwavalanche/Events/index.html 426 1236
[9]created /temp/wwwavalanche/wwwavalanche/Events/index-retry.html 226
0
[9]created /temp/wwwavalanche/wwwavalanche/GlobalAssets/Contribution
+Definitions.properties 226 0

FTP error 426 is "Connection closed, transfer aborted"
Win32-status 1236 is "The network connection was aborted by the local
system."

These errors are causing problems with our nightly updates to the
website. Does anyone know how to fix these?

From: rkneeshaw on
On May 24, 11:38 am, rkneeshaw <rknees...(a)gmail.com> wrote:
> Hello,
>
> We recently migrated our websites to a new box (windows 2000 to
> windows 2003 R2 x64) and now are experiencing problems with FTP
> uploads. We are seeing a large number of 426 errors. Its never the
> same files that have the error, it seems random.
>
> Here is an example snippet from the log file:
>
> cs-method cs-uri-stem sc-status sc-win32-status
> [9]created /temp/wwwavalanche/wwwavalanche/campaign/index.html 226 0
> [9]created /temp/wwwavalanche/wwwavalanche/campaign/left_column.jpg
> 226 0
> [9]created /temp/wwwavalanche/wwwavalanche/campaign/left_column2.jpg
> 226 0
> [9]created /temp/wwwavalanche/wwwavalanche/campaign/michigan.jpg 226 0
> [9]created /temp/wwwavalanche/wwwavalanche/campaign/right_column.jpg
> 226 0
> [9]MKD /temp/wwwavalanche/wwwavalanche/CollageData/master_pages 257 0
> [9]created /temp/wwwavalanche/wwwavalanche/Connections/boyne2.asp 226
> 0
> [9]created /temp/wwwavalanche/wwwavalanche/Events/description.html 226
> 0
> [9]created /temp/wwwavalanche/wwwavalanche/Events/index.html 426 1236
> [9]created /temp/wwwavalanche/wwwavalanche/Events/index-retry.html 226
> 0
> [9]created /temp/wwwavalanche/wwwavalanche/GlobalAssets/Contribution
> +Definitions.properties 226 0
>
> FTP error 426 is "Connection closed, transfer aborted"
> Win32-status 1236 is "The network connection was aborted by the local
> system."
>
> These errors are causing problems with our nightly updates to the
> website. Does anyone know how to fix these?

:(