Hi
When we try to commit changes, the message "Could not lock the repository" pops up.
I have never seen this message before.
Using vault client in CVS mode, version 4.05
Vault server 4.05
What can I do to fix this problem?
regards
Jan Ole
Could not lock the repository
Moderator: SourceGear
Re: Could not lock the repository
Are you receiving this with the Vault GUI client or with the IDE integration between Vault and Visual Studio?
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Could not lock the repository
From the Vault GUI Client.
Dump of message log:
[17.08.2009 08:48:13] Preparing data to begin transaction
[17.08.2009 08:48:13] Beginning transaction
[17.08.2009 08:48:13] Check in $/ML5WIN/Src/dmSql/uDmSql.pas
[17.08.2009 08:48:14] Ending the transaction
[17.08.2009 08:48:14] Transaction failed
[17.08.2009 08:48:14] An error occurred while trying to end a transaction.
[17.08.2009 08:48:14] Transaction failed
After som digging, it turned out that the transaction log in MSSQL was full.
Clearing the transaction log solved the problem.
Dump of message log:
[17.08.2009 08:48:13] Preparing data to begin transaction
[17.08.2009 08:48:13] Beginning transaction
[17.08.2009 08:48:13] Check in $/ML5WIN/Src/dmSql/uDmSql.pas
[17.08.2009 08:48:14] Ending the transaction
[17.08.2009 08:48:14] Transaction failed
[17.08.2009 08:48:14] An error occurred while trying to end a transaction.
[17.08.2009 08:48:14] Transaction failed
After som digging, it turned out that the transaction log in MSSQL was full.
Clearing the transaction log solved the problem.
Re: Could not lock the repository
Thank you for the update. This should help other users.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support