When i try to check some files in I get the following message:
An error occurred while trying to end a transaction.
[10/03/2008 11:15:19] An exception was encountered during the transaction. Exception: 1 : Failure at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at VaultClientNetLib.ClientService.VaultService.EndTx(String strTxID, Int32 nTxAction, VaultDateTime& dtTxBegin, Int64& nNewRevision, VaultResponseItem[]& responses)
at VaultClientNetLib.VaultConnection.EndTx(String strTxID, Int64& nNewRevision, VaultResponseItem[]& responses, Int32 nAction, VaultDateTime& txBeginDate)
at VaultClientOperationsLib.ClientInstance.Commit(ChangeSetItemColl givenItems, String strChangeSetComment, Boolean keepCheckedOut, Boolean removeLocalCopy, CommitType committype, VaultDateTime dateImport, Int32 nUserIDImport, Int64& nRevID, Int32[]& retBegEndTx)
[10/03/2008 11:15:19] Transaction failed
[10/03/2008 11:15:19] Transaction failed
It doesn't matter whether I try through the Vault client or through Visual Studio. I'm using Visual Studio 2008. Other developers here aren't having any problems checking in files at the moment - just me!
Does anyone have any idea what the problem could be?
Check in failed with v4.1
Moderator: SourceGear
Found the problem
I renamed a folder, and for some reason vault was unable to commit the change - that made every bulk transaction I tried to do fail. I resolved the rename problem and now everything is working OK.
Dan Hubbert