VaultFileUpload.aspx encountered: FailDeltaApply

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

Moderator: SourceGear

Locked
shaileshdwivedi
Posts: 17
Joined: Tue Oct 03, 2006 9:59 am

VaultFileUpload.aspx encountered: FailDeltaApply

Post by shaileshdwivedi » Thu Dec 21, 2006 11:32 am

I had these files in my Pending Change Set as a result of Merge Branches. I resolved the merge and resoleved the merge status too. Other set of files were successfully checked in while some files are throwing following error. HELP ASAP!!

[12/21/2006 11:25:15 AM] Beginning transaction
[12/21/2006 11:25:16 AM] Check in $/Branches/01_MAR2007/Cease/Cease/CeaseControls/RadioButtonPartialDateListWebControl.vb
[12/21/2006 11:25:16 AM] Upload for item $/Branches/01_MAR2007/Cease/Cease/CeaseControls/RadioButtonPartialDateListWebControl.vb failed, retrying...
[12/21/2006 11:25:16 AM] Upload for item $/Branches/01_MAR2007/Cease/Cease/CeaseControls/RadioButtonPartialDateListWebControl.vb failed, retrying...
[12/21/2006 11:25:16 AM] Upload for item $/Branches/01_MAR2007/Cease/Cease/CeaseControls/RadioButtonPartialDateListWebControl.vb failed, retrying...
[12/21/2006 11:25:17 AM] Ending the transaction
[12/21/2006 11:25:16 AM] Upload for item $/Branches/01_MAR2007/Cease/Cease/CeaseControls/RadioButtonPartialDateListWebControl.vb failed too many times, aborting transaction.
Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client.
The specific error was "The server returned an unknown error header: VaultFileUpload.aspx encountered: FailDeltaApply"
An exception was encountered during the transaction. Exception: The server returned an unknown error header: VaultFileUpload.aspx encountered: FailDeltaApply at VaultClientOperationsLib.ClientInstance.UploadItem(ChangeSetItem item, String txID, Byte[]& streamBuffer, Int32& bytesWrittenThisFile, Boolean bIsImport)
at VaultClientOperationsLib.UploadThread.ProcessCommand(UploadThreadCommand command, UploadThreadCommandResult& outputResult)
[12/21/2006 11:25:17 AM] Transaction failed
[12/21/2006 11:25:18 AM] Transaction failed

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Thu Dec 21, 2006 1:41 pm

There was a problem in applying the delta, which prevented the upload. This could be due to a network error.

Can you try to commit each item from the pending change set again?
Linda Bauer
SourceGear
Technical Support Manager

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Thu Dec 21, 2006 1:51 pm

If you continue to get the error, check the Vault server log. What error does it report? Is it also a "FailDeltaApply" error?


Another cause of this error could be because something changed in the repository after you did the merge. If that's the case you'd need to get latest and merge any changes into the changes that have already been made by Merge Branches.
Linda Bauer
SourceGear
Technical Support Manager

Locked