FailFileInvalidCheckSum Error

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

Moderator: SourceGear

Post Reply
Marc
Posts: 29
Joined: Fri Jan 02, 2004 3:47 pm
Location: Hudson, MA
Contact:

FailFileInvalidCheckSum Error

Post by Marc » Thu Nov 03, 2005 1:31 pm

I am trying to check in two files (a .csproj and a .user) but I keep getting the following error:

Code: Select all

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)
Any ideas?

Windows Server 2003
.NET 1.1 and .NET 2.0 RTM (set to use ASP.NET 1.1)
SQL Server 2000 and SQL Server 2005 (database lives on 2000)

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

Post by lbauer » Thu Nov 03, 2005 2:01 pm

Try the suggestion in this similar post:

http://support.sourcegear.com/viewtopic.php?t=4974

Let us know if this helped.
Linda Bauer
SourceGear
Technical Support Manager

Marc
Posts: 29
Joined: Fri Jan 02, 2004 3:47 pm
Location: Hudson, MA
Contact:

Post by Marc » Fri Nov 04, 2005 1:55 pm

I was able to fix it by deleting the GUID directory from %appdata%\SourceGear\Vault_1\Client\.

Unfortunately I did this before seeing your reply, so I'm not sure if the other method would have corrected it or not.

Post Reply