I am trying to check in a file to a large project, and getting this error:
Code: Select all
[2/2/2009 1:00:43 PM] Preparing data to begin transaction
[2/2/2009 1:00:43 PM] Beginning transaction
[2/2/2009 1:00:43 PM] Check in $/project/parse_items.cpp
[2/2/2009 1:00:43 PM] Upload for item $/project/parse_items.cpp failed, retrying...
[2/2/2009 1:00:44 PM] Upload for item $/project/parse_items.cpp failed, retrying...
[2/2/2009 1:00:44 PM] Upload for item $/project/parse_items.cpp failed, retrying...
[2/2/2009 1:00:44 PM] Ending the transaction
[2/2/2009 1:00:44 PM] Transaction failed
[2/2/2009 1:00:44 PM] Upload for item $/project/parse_items.cpp 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: FailFileInvalidCheckSum"
An exception was encountered during the transaction. Exception: The server returned an unknown error header: VaultFileUpload.aspx encountered: FailFileInvalidCheckSum at VaultClientOperationsLib.ClientInstance.UploadItem(ChangeSetItem item, String txID, Byte[]& streamBuffer, Int32& bytesWrittenThisFile, Boolean bIsImport)
at VaultClientOperationsLib.UploadThread.ProcessCommand(UploadThreadCommand command, UploadThreadCommandResult& outputResult)
[2/2/2009 1:00:44 PM] Transaction failed
This is with a Vault 3.5.2 client (the server is running 3.5.1). What does this error mean? How can I stop it happening and check in the file?
Thanks.