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)
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.