Failed to download the update

Hello,

When I try to make an update returns the following message:

Error Trying to save file "C: \ Documents and Settings \ laptop \ Local Settings \ Temp \ w4682 \ application.all.to.1.0.1.wyu" Can not write data to the transport connection: You have forced disruption of an existing connection by the remote host.

Retry the update and the message persists, what can be the cause?

regards

It sounds like your server is cancelling your connection. Look at your server logs to see why.

Hello,

I put Fiddler to see the trace to the server.

The request is:

Http://10.1.0.253/mensajeriaUpd/mensajeria.all.to.1.0.1.wyu GET HTTP/1.1 User-Agent: wyUpdate / 2.6.14.0 Host: 10.1.0.253 Cache-Control: no-store, no-cache Pragma: no-cache

The answer is:

HTTP/1.1 504 Fiddler - Receive Failure Content-Type: text / html; charset = UTF-8 Connection: close Timestamp: 19:30:50.859

[Fiddler] ReadResponse () failed: The server did not return a response for this request.

The IIS log file shows the following line:

02/09/2012 18:49:44 W3SVC1 192.168.71.250 GET / mensajeriaUpd/mensajeria.all.to.1.0.1.wyu - 80 -10.1.51.179 wyUpdate + / +2.6.14.0 200 0 1236

What can be happening?

Regards

HTTP error code 504 is a timeout error. This means your server is timing out.

  1. Did you rebuild your updates after your made the changes?
  2. Did you re-upload the updates to your server?
  3. Is your server running?
  4. What happens when your try to download the files in a browser (like Chrome, IE, etc.)
  5. Is your server configured to correctly deliver *.wys and *.wyu files? (see: Do I need to configure my server?)