Unable to checkin or delete files

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

Moderator: SourceGear

Post Reply
sswienton
Posts: 2
Joined: Tue May 16, 2006 2:54 pm
Location: Fort Worth, Texas

Unable to checkin or delete files

Post by sswienton » Tue May 16, 2006 3:08 pm

I am unable to check-in files from my website solution from both VS 2005 and Vault client. The Vault client returns the following error:

Code: Select all

[5/16/2006 3:23:11 PM] Checked out file $/Website/dev.tradepaid.com/builder/myprofile.aspx
[5/16/2006 3:23:32 PM] Preparing data to begin transaction
[5/16/2006 3:23:32 PM] Beginning transaction
[5/16/2006 3:23:33 PM]     Check in $/Website/dev.tradepaid.com/builder/myprofile.aspx
[5/16/2006 3:23:33 PM] Ending the transaction
[5/16/2006 3:23:33 PM] An error occurred while trying to end a transaction.
[5/16/2006 3:23:33 PM] An exception was encountered during the transaction.  Exception: Exception of type System.Exception was thrown.   at VaultClientOperationsLib.ClientInstance.Commit(ChangeSetItemColl givenItems, Boolean keepCheckedOut, Boolean removeLocalCopy, Boolean bIsImport, DateTime dateImport, Int32 nUserIDImport, Int64& nRevID)
[5/16/2006 3:23:33 PM] Transaction failed
The log file on the vault server returns the following error:

Code: Select all

----5/16/2006 3:23:28 PM     SSwienton--192.168.2.100(192.168.2.100)--SSL Disabled		(dfbd4739-925b-4a03-bbc7-3dcb0246208a) CheckIn: $/Website/dev.tradepaid.com/builder/myprofile.aspx returned: FailBubbleFolders 
----5/16/2006 3:43:27 PM     SSwienton--192.168.2.100(192.168.2.100)--SSL Disabled	Failed to bubble folder name: $ ID:10359 version: 1136 objverid: 51401 
----5/16/2006 3:43:27 PM     SSwienton--192.168.2.100(192.168.2.100)--SSL Disabled	(09d52e51-2ec2-4481-8e0c-b89fabdccc2a) EndTx (Revision - 0) returned: FailBubbleFolders 
----5/16/2006 3:43:27 PM     SSwienton--192.168.2.100(192.168.2.100)--SSL Disabled		(09d52e51-2ec2-4481-8e0c-b89fabdccc2a) CheckIn: 
I have tried this for files in multiple folder locations to no avail. I am, however, able to undo checkout with any problems.

Another item, that I think is related, is a co-worker joined my project and attempted to connect to vault. After doing so, a webproj file shows up in the root of my vault folder list. I can't delete this file from vault, and have the same problems with checking in. When I right-click (within vault) and go to properties I receive a "invalid object version specified" error message. I am unable to open up the file to view its contents and am unable to get latest version on this file. Here is what I see in Vault when I try to get latest version:

Code: Select all

[5/16/2006 3:50:50 PM] Getting latest version of $/Website/dev.tradepaid.com/~sak282f5ac101c67907.webproj
[5/16/2006 3:50:55 PM] Finished get latest of $/Website/dev.tradepaid.com/~sak282f5ac101c67907.webproj
[5/16/2006 3:50:55 PM] Too many errors were encountered downloading files.  Some files may not have been updated.
[5/16/2006 4:04:21 PM] Getting latest version of $/Website/dev.tradepaid.com/~sak282f5ac101c67907.webproj
[5/16/2006 4:04:23 PM] Finished get latest of $/Website/dev.tradepaid.com/~sak282f5ac101c67907.webproj
[5/16/2006 4:04:23 PM] Too many errors were encountered downloading files.  Some files may not have been updated.
And here is what the vault log displays:

Code: Select all

----5/16/2006 3:48:08 PM     SSwienton--192.168.2.100(192.168.2.100)--SSL Disabled		(81043aed-8fe0-4b1c-86e0-43972804163c) AddFile: $/Website/dev.tradepaid.com/~sak0d2f6df101c6792a.tmp returned: FailBubbleFolders 
----5/16/2006 4:01:31 PM     SSwienton--192.168.2.100(192.168.2.100)--SSL Disabled	GetObjectProperties returned: FailDBInvalidObjIDVersion 
----5/16/2006 4:03:07 PM     SSwienton--192.168.2.100(192.168.2.100)--SSL Disabled	GetObjectProperties returned: FailDBInvalidObjIDVersion
Last - I've tried unbinding and rebinding my website to vault and I get the following error when doing so:

Code: Select all

---- Operation completed successfully at time 3:47:37 PM ----
[5/16/2006 3:48:15 PM] Preparing data to begin transaction
[5/16/2006 3:48:15 PM] Beginning transaction
[5/16/2006 3:48:15 PM]     Add $/Website/dev.tradepaid.com/~sak0d2f6df101c6792a.tmp
[5/16/2006 3:48:16 PM] Ending the transaction
[5/16/2006 3:48:16 PM] An error occurred while trying to end a transaction.
[5/16/2006 3:48:16 PM] An exception was encountered during the transaction.  Exception: Exception of type 'System.Exception' was thrown.   at VaultClientOperationsLib.ClientInstance.Commit(ChangeSetItemColl givenItems, Boolean keepCheckedOut, Boolean removeLocalCopy, Boolean bIsImport, DateTime dateImport, Int32 nUserIDImport, Int64& nRevID)
[5/16/2006 3:48:16 PM] Transaction failed
[5/16/2006 3:48:17 PM] Transaction failed
SCCAdd Method: Couldn't map to vault project
SCCCheckout Method: The file isn't in the folder
Thanks for your help,
Stephen

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

Post by lbauer » Tue May 16, 2006 3:48 pm

Try restarting IIS. The server cache seems to have gotten out of sync.

You can run iisreset from the command line.
Linda Bauer
SourceGear
Technical Support Manager

sswienton
Posts: 2
Joined: Tue May 16, 2006 2:54 pm
Location: Fort Worth, Texas

Post by sswienton » Tue May 16, 2006 10:04 pm

Lisa,
That worked! I had previously tried "stopping" and "starting" the individual website within IIS, but didn't try the IIS Restart.

Thanks!

-Stephen

Post Reply