Some more 1.0.1 problems
Moderator: SourceGear
-
- Posts: 22
- Joined: Mon Jun 04, 2007 11:34 am
Some more 1.0.1 problems
When I try to checkout my solution using the pre-release 1.0.1 client, I still get an error message the checkout failing because I already have some of the files checked out (I didn't have any checked out before I tried to checkout the solution). In the Fortress output window I see a number of errors:
Check out failed for $/Project/GlobalAssemblyInfo.cs: You already have the file checked out.
GlobalAssemblyInfo.cs is a solution item that is linked into each project.
I also see the same message for a number of the .csproj files in the solution (which are in solution folders).
When I try to do an Undo Checkout I get:
An error has occured. The error message is:
A database error has occured (FailDBFault)
If there's any other info you need, just let me know.
-Michael O. Schoneman
Check out failed for $/Project/GlobalAssemblyInfo.cs: You already have the file checked out.
GlobalAssemblyInfo.cs is a solution item that is linked into each project.
I also see the same message for a number of the .csproj files in the solution (which are in solution folders).
When I try to do an Undo Checkout I get:
An error has occured. The error message is:
A database error has occured (FailDBFault)
If there's any other info you need, just let me know.
-Michael O. Schoneman
The FailDBFault is the thing which concerns me the most. Can you look in your Vault server log file to find out more about the error?
-
- Posts: 22
- Joined: Mon Jun 04, 2007 11:34 am
----6/11/2007 11:34:33 AM mschoneman--192.168.1.250(192.168.1.250)--SSL Enabled System.Data.SqlClient.SqlException: Violation of PRIMARY KEY constraint 'PK__#releaselistitem__29D71569'. Cannot insert duplicate key in object 'dbo.#releaselistitems'.
The statement has been terminated.
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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at VaultServiceSQL.VaultSqlSCC.ReleaseLocks(VaultSqlConn conn, Int32 nUserID, String strHostname, Int32 nRepID, String strXml) 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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at VaultServiceSQL.VaultSqlSCC.ReleaseLocks(VaultSqlConn conn, Int32 nUserID, String strHostname, Int32 nRepID, String strXml)
----6/11/2007 11:34:33 AM mschoneman--192.168.1.250(192.168.1.250)--SSL Enabled VaultLib.VaultRequestUndoCheckOut returned: FailDBFault
The last line is repeat a large number of times.
The statement has been terminated.
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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at VaultServiceSQL.VaultSqlSCC.ReleaseLocks(VaultSqlConn conn, Int32 nUserID, String strHostname, Int32 nRepID, String strXml) 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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at VaultServiceSQL.VaultSqlSCC.ReleaseLocks(VaultSqlConn conn, Int32 nUserID, String strHostname, Int32 nRepID, String strXml)
----6/11/2007 11:34:33 AM mschoneman--192.168.1.250(192.168.1.250)--SSL Enabled VaultLib.VaultRequestUndoCheckOut returned: FailDBFault
The last line is repeat a large number of times.
We'd like to see your full server log or the archive of the last log if there's not much more in the current log.
Also, we'd like to know the results of this SQL query:
select * from sgvault.dbo.tblcheckoutlistitems cli
INNER JOIN sgmaster.dbo.users u
ON cli.userid = u.userid
WHERE u.name = 'mschoneman'
Also, send us this file: Cachemember_checkoutlist from your user profile->Local Settings\Application Data\SourceGear\Fortress_1\Client\GUID\mschoneman
Please send it to support@sourcegear.com ATTN: Linda
Also, we'd like to know the results of this SQL query:
select * from sgvault.dbo.tblcheckoutlistitems cli
INNER JOIN sgmaster.dbo.users u
ON cli.userid = u.userid
WHERE u.name = 'mschoneman'
Also, send us this file: Cachemember_checkoutlist from your user profile->Local Settings\Application Data\SourceGear\Fortress_1\Client\GUID\mschoneman
Please send it to support@sourcegear.com ATTN: Linda
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
-
- Posts: 22
- Joined: Mon Jun 04, 2007 11:34 am
Still getting these errors
I've updated both the server and the client to the released 1.0.1 version and am still seeing these errors.
Also when I try to check-in the whole solution it fails, saying that GlobalAssemblyInfo.cs caused the transaction to fail.
If you need any further info, let me know.
-Michael O. Schoneman
Also when I try to check-in the whole solution it fails, saying that GlobalAssemblyInfo.cs caused the transaction to fail.
If you need any further info, let me know.
-Michael O. Schoneman