FailDeltaApply and FailFileInvalidCheckSum errors

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
davidt
Posts: 44
Joined: Thu Aug 12, 2004 7:43 am

FailDeltaApply and FailFileInvalidCheckSum errors

Post by davidt » Fri May 11, 2007 3:00 pm

Hello,

One of our users is having a problem checking in some files. When he checks these files in, the server log reads:

----5/11/2007 1:43:46 PM Peterr--4n61281(172.16.2.220)--SSL Disabled BeginTx beginning transaction
----5/11/2007 1:43:46 PM Peterr--4n61281(172.16.2.220)--SSL Disabled TreeManager: cache matches repository revision and folder security hasn't changed. Returning cached tree, revID 70598
----5/11/2007 1:43:46 PM Peterr--4n61281(172.16.2.220)--SSL Disabled (9c217cb5-8367-4000-a6af-7e49649a166b) BeginTx returned: Success
----5/11/2007 1:43:46 PM Peterr--4n61281(172.16.2.220)--SSL Disabled (9c217cb5-8367-4000-a6af-7e49649a166b) CheckIn: $/Edgenet Projects/Home Depot/ocoee/reports/quote.rul returned: Success
----5/11/2007 1:43:46 PM Peterr--4n61281(172.16.2.220)--SSL Disabled (9c217cb5-8367-4000-a6af-7e49649a166b) CheckIn: $/Edgenet Projects/Home Depot/ocoee/reports/quote.rlz returned: Success
----5/11/2007 1:43:46 PM Peterr--4n61281(172.16.2.220)--SSL Disabled Receiving an uploaded file.
----5/11/2007 1:43:46 PM Peterr--4n61281(172.16.2.220)--SSL Disabled Receiving an uploaded file.
----5/11/2007 1:43:46 PM Peterr--4n61281(172.16.2.220)--SSL Disabled VaultFileUpload.aspx encountered: FailFileInvalidCheckSum
----5/11/2007 1:43:46 PM Peterr--4n61281(172.16.2.220)--SSL Disabled VaultFileUpload.aspx encountered: FailDeltaApply
----5/11/2007 1:43:47 PM Peterr--4n61281(172.16.2.220)--SSL Disabled Receiving an uploaded file.
----5/11/2007 1:43:47 PM Peterr--4n61281(172.16.2.220)--SSL Disabled VaultFileUpload.aspx encountered: FailFileInvalidCheckSum
----5/11/2007 1:43:47 PM Peterr--4n61281(172.16.2.220)--SSL Disabled Receiving an uploaded file.
----5/11/2007 1:43:47 PM Peterr--4n61281(172.16.2.220)--SSL Disabled Receiving an uploaded file.
----5/11/2007 1:43:47 PM Peterr--4n61281(172.16.2.220)--SSL Disabled VaultFileUpload.aspx encountered: FailDeltaApply
----5/11/2007 1:43:47 PM Peterr--4n61281(172.16.2.220)--SSL Disabled VaultFileUpload.aspx encountered: FailFileInvalidCheckSum
----5/11/2007 1:43:48 PM Peterr--4n61281(172.16.2.220)--SSL Disabled Receiving an uploaded file.
----5/11/2007 1:43:48 PM Peterr--4n61281(172.16.2.220)--SSL Disabled Ending transaction
----5/11/2007 1:43:48 PM Peterr--4n61281(172.16.2.220)--SSL Disabled (9c217cb5-8367-4000-a6af-7e49649a166b) EndTx (Revision - 0) returned: Success
----5/11/2007 1:43:48 PM Peterr--4n61281(172.16.2.220)--SSL Disabled VaultFileUpload.aspx encountered: FailDeltaApply

Other files can be checked in successfully.

He uses CVS-style checkins. We have tried chunked/non-chunked encoding, proxy and no proxy. We are using version 3.1.2.3511 (client & server). I haven't had any other reports of failed checkins (and the log file shows none).

Any thoughts, pointers, or advice would be greatly appreciated.

Thanks!
David Thompson
JELD-WEN, inc.

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Fri May 11, 2007 3:35 pm

The FailDeltaApply is often a network error but the invalidchecksum could be network or a disk problem.

Try Clearing the Client Side Cache first and then restart Vault and try the check-in.

Per this forum thread Check-in Issue, there could be something wrong with the file on disk. The user could create a new working folder and set that project or area to that working folder, perform a GET, and then copy that file over top of the copy retrieved in the GET and then try to check-in.

Can any other user check out, edit, and check in that file? What is the file size?

Locked