Project Check-In fails.
Moderator: SourceGear
Project Check-In fails.
Hi everyone,
I recently started getting an error for this particular file when checking-in the project folder. I have to undo the checkout in order to resolve the issue. Any thoughts?
Upload for item $/Projects/Contact/Console/ContactApp.vbp 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)
I recently started getting an error for this particular file when checking-in the project folder. I have to undo the checkout in order to resolve the issue. Any thoughts?
Upload for item $/Projects/Contact/Console/ContactApp.vbp 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)
What version of Vault are you using?
Are there any errors reported in the Vault server log file when you run these commands?
Are there any errors reported in the Vault server log file when you run these commands?
Jeff Clausius
SourceGear
SourceGear
Is it possible something modified the baseline file on your hard drive? Something like a global find/replace in all files?
In any case, can I ask you try the following test to see if that is the case.
1) Set a new working folder for the parent folder of the file in question. This working folder should be a NEW folder, which does not currently exist. The file's status should go to MISSING
2) Do a fresh GET on the file into the NEW working folder. The file's status should now be blank.
3) Copy the file in your old working directory over this new file. The status should now be EDITED.
4) Do a diff to make sure your changes are the correct changes.
5) Commit the file.
6) Reset your working folder.
Did step 5 succeed?
In any case, can I ask you try the following test to see if that is the case.
1) Set a new working folder for the parent folder of the file in question. This working folder should be a NEW folder, which does not currently exist. The file's status should go to MISSING
2) Do a fresh GET on the file into the NEW working folder. The file's status should now be blank.
3) Copy the file in your old working directory over this new file. The status should now be EDITED.
4) Do a diff to make sure your changes are the correct changes.
5) Commit the file.
6) Reset your working folder.
Did step 5 succeed?
Jeff Clausius
SourceGear
SourceGear