FailDeltaApply

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
Bart De Boeck

FailDeltaApply

Post by Bart De Boeck » Fri Sep 16, 2005 7:50 am

During "Check In" of a project, I observed the following error :

Code: Select all

        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)
In my case, this error was resolved by :

1. "Compare Versions" your local versions which did not upload correctly with the latest repository version. The list of files is displayed in the Output Console of Visual Studio. In my case, both versions were exactly the same (ignoring white space).
2. "Get Latest Version" for the files which are not uploaded correctly. The list of files is displayed in the Output Console of Visual Studio.
3. Check in, the FailDeltaApply problem should be gone now.

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

Post by lbauer » Fri Sep 16, 2005 8:05 am

Thanks for the report. As the error indicated, there was a problem in applying the delta, which prevented the upload. Sometimes this can be due to network issues. Let us know if you continue to encounter this error.
Linda Bauer
SourceGear
Technical Support Manager

Bart De Boeck

Post by Bart De Boeck » Tue Sep 20, 2005 3:15 am

Hi,

Had the same error again :

Code: Select all

Upload for item aFile.resx 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)[20/09/2005 10:58:14] Upload for item anotherFile.cs 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)
The getLatest trick solved the issue. This time, one file was different from the version in the repository, the other one was equal.

If this is a network issue, what type of network problems should I look for ?

Regards,
Bart
lbauer wrote:Thanks for the report. As the error indicated, there was a problem in applying the delta, which prevented the upload. Sometimes this can be due to network issues. Let us know if you continue to encounter this error.
[/code]

Post Reply