BeginVersionHistoryQuery returned: FailFileStreamError

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

Moderator: SourceGear

Post Reply
icnocop
Posts: 46
Joined: Wed Aug 18, 2004 12:41 pm

BeginVersionHistoryQuery returned: FailFileStreamError

Post by icnocop » Thu Nov 29, 2007 6:53 am

Hello.

SourceGear Vault v4.0.5.

I am troubleshooting an issue I am encountering with CruiseControl.Net and change lists for check ins. <vaultlistchangeset> does not list the expected changeset.

I found the following text in the server log and thought it might be related.

Any ideas?

Thank you.

----11/26/2007 10:07:01 PM username--build-server.mydomain.local(192.168.0.2)--SSL Disabled Login
----11/26/2007 10:07:12 PM username--build-server.mydomain.local(192.168.0.2)--SSL Disabled System.Data.SqlClient.SqlException: Transaction (Process ID 81) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlDataReader.HasMoreRows()
at System.Data.SqlClient.SqlDataReader.ReadInternal(Boolean setTimeout)
at System.Data.SqlClient.SqlDataReader.Read()
at VaultServiceAPILib.VaultServiceAPI.BeginVersionHistoryQuery(Int32 nRepID, Int32 nUserID, Int32 nRowLimit, Int64 nStartVersion, VaultHistoryQueryRequest hqr, Int32& nRowsRetrieved, VaultIntHistoryQuery& vihq) at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlDataReader.HasMoreRows()
at System.Data.SqlClient.SqlDataReader.ReadInternal(Boolean setTimeout)
at System.Data.SqlClient.SqlDataReader.Read()
at VaultServiceAPILib.VaultServiceAPI.BeginVersionHistoryQuery(Int32 nRepID, Int32 nUserID, Int32 nRowLimit, Int64 nStartVersion, VaultHistoryQueryRequest hqr, Int32& nRowsRetrieved, VaultIntHistoryQuery& vihq)
----11/26/2007 10:07:12 PM username--build-server.mydomain.local(192.168.0.2)--SSL Disabled BeginVersionHistoryQuery returned: FailFileStreamError
----11/26/2007 10:07:14 PM username--build-server.mydomain.local(192.168.0.2)--SSL Disabled Logout

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

Post by Beth » Fri Nov 30, 2007 9:01 am

Can you try listing the change set using the command line client? Instructions on that are here: LISTCHANGESET. Let me know if you get an error from that command. It will help me pinpoint the issue better.

Post Reply