I have a project that I have been working on for 6 months and last night when I tried to check in a file the progress box never completed. I ended up killing the task.
Today I get an exception when I try to check the same file in:
An exception was encountered during the transaction. Exception: 1300 : FailExistingTx 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)
Exception on check in
Moderator: SourceGear
Re: Exception on check in
Are you checking in using the Vault GUI client, or are you working with Vault integrated in Visual Studio, Eclipse, or some other software?
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Exception on check in
Sorry, I should have provided more details.
I'm working in VS 2008. My current Vault client is 5.0.2.18753
I'm working in VS 2008. My current Vault client is 5.0.2.18753
Re: Exception on check in
Are you using the Enhanced or Classic client?
Do you have access to your Vault server log on the server at %windir%\temp\sgvault\sgvault.log? If so, can you post the errors that cover the same time as your check in? If you can't post the information, then send an email to support at sourcegear.com (attn: Beth) with a link to this forum thread and attach the server log.
Do you have access to your Vault server log on the server at %windir%\temp\sgvault\sgvault.log? If so, can you post the errors that cover the same time as your check in? If you can't post the information, then send an email to support at sourcegear.com (attn: Beth) with a link to this forum thread and attach the server log.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Exception on check in
The development machine was rebooted and the problem seems to be resolved.