I need a solution
Hello all,
We have been trying to setup a distribution center on a 2008 R2 server running IIS 7.5. We have followed the steps to configure IIS as per :
The process starts successfully, and the copy begins, but after a few minutes the file copy fails on 1 file and the whole process stops. The file is not the same each time.
From the lua-application log we get the following:
2013-07-01 09:45:42,300 [transfer10] INFO rcl.HttpsHelper - Uploading file: D:\TempDownload\publish\17\1371508854jtun_emt64sep12enc07.m26 to server: 10.125.2.57/
2013-07-01 09:45:44,753 [http-0.0.0.0-7070-6] INFO monitor.MonitorManager - ### Percent complete calculated as (for publish) 7
2013-07-01 09:45:45,794 [transfer10] ERROR rcl.HttpsHelper - for a PUT, the response code is - 404 response message -- Not Found
2013-07-01 09:45:46,990 [http-0.0.0.0-7070-6] INFO monitor.MonitorManager - ### Percent complete calculated as (for publish) 7
2013-07-01 09:45:49,186 [transfer10] ERROR rcl.HttpsHelper - for a PUT, the response code is - 404 response message -- Not Found
2013-07-01 09:45:49,186 [transfer10] ERROR publish.ContentTransferThread - ContentTransferThread: FOR UPDATE FAIL -- Error while transferring update file for payload id = 29
java.lang.Exception: D:\TempDownload\publish\17\1371508854jtun_emt64sep12enc07.m26 cannot be copied
2013-07-01 09:45:49,186 [transfer10] ERROR publish.ContentTransferThread - status returned form transfer file: 2
The task never lasts more than 3 minutes, and there is only few mb copied over.
Any ideas anyone?
Cheers