When I try to branch any project I get the following error:
An exception was encountered during the transaction. Exception: VaultServiceAPILib.VaultSoapException: 1 : Failure
at VaultService.VaultService.DoBeginTx(HttpApplicationState has, HttpSessionState hss, VaultLoginInfo vli, String strCallerLogEvt, Int32 nTxUserID, Int32 nRepID, VaultDateTime dtBeginTx, String strComment, VaultRequestItem[]& requests, String& strTxID)
at VaultService.VaultService.BeginTx(Int32 nRepID, String strComment, VaultRequestItem[]& requests, String& strTxID) 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.BeginTx(Int32 nRepID, String strComment, VaultRequestItem[]& requests, String& strTxID)
at VaultClientNetLib.VaultConnection.BeginTx(Int32 nRepID, VaultRequestItem[]& requests, String& strTxID, String comment)
at VaultClientOperationsLib.ClientInstance.Commit(ChangeSetItemColl givenItems, String strChangeSetComment, Boolean keepCheckedOut, Boolean removeLocalCopy, CommitType committype, VaultDateTime dateImport, Int32 nUserIDImport, Int64& nRevID, Int32[]& retBegEndTx)
I am able to check in and out and do everything else I have tried excluding branching. Any help in fixing this would great.
Unable to branch
Moderator: SourceGear
What version of Vault are you using?
Check the Vault server log (sgvault.log in %windir%\temp\sgvault). What error is written there that corresponds to the failure?
Can you do the branch from a client on the Vault Server machine, using "localhost" for the Vault Server name? This will rule out network errors.
Check the Vault server log (sgvault.log in %windir%\temp\sgvault). What error is written there that corresponds to the failure?
Can you do the branch from a client on the Vault Server machine, using "localhost" for the Vault Server name? This will rule out network errors.
Can you look in your Admin tool under Server options and see what's configured for the path to the log? Then go there and check what the log has to say. I could maybe be a SQL timeout or an IIS timeout.
On the Admin tool part, check your Add/Remove programs. Is it listed there as a separate entry? If so, then uninstall it and get the latest Admin tool from our website (http://www.sourcegear.com/vault/downloads.html).
On the Admin tool part, check your Add/Remove programs. Is it listed there as a separate entry? If so, then uninstall it and get the latest Admin tool from our website (http://www.sourcegear.com/vault/downloads.html).