Check-in Error

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

Moderator: SourceGear

Post Reply
emartin24
Posts: 3
Joined: Sat Apr 28, 2007 7:44 am

Check-in Error

Post by emartin24 » Thu May 03, 2007 9:44 am

We have multiple repositories on a server and they are all working fine except one. When I try to commit a file, I get the following error:

Code: Select all

[5/3/2007 8:41:30 AM] Ending the transaction
[5/3/2007 8:41:30 AM] An error occurred while trying to end a transaction.
[5/3/2007 8:41:30 AM] 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)
[5/3/2007 8:41:30 AM] Transaction failed
[5/3/2007 8:41:32 AM] Transaction failed
Any ideas what the cause may be?

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Thu May 03, 2007 10:42 am

Is this happening using the Vault GUI client or when integrated with Visual Studio?

Can you check your Vault server log for errors that occur at the same time as that check in?

emartin24
Posts: 3
Joined: Sat Apr 28, 2007 7:44 am

Post by emartin24 » Thu May 03, 2007 11:39 am

It was happening in the Vault Client. I had the service restarted and it is working again.

Thanks!

Post Reply