We've just started using Vault in anger, now that I have imported about 3GB from our Sourcesafe database. Sadly, we've come across a problem - we can't delete a particular file.
The file is shared across 25 projects, but we just want to remove it from one project. The client logs this:
Code: Select all
[05/01/2007 12:44:31] An error occurred while trying to begin a transaction.
[05/01/2007 12:44:31] Transaction failed
[05/01/2007 12:44:31] An exception was encountered during the transaction. Exception: Server was unable to process request. ---> Error in the application. 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)
Means nothing to me
I've tried re-starting the server (iisreset), clearing the client cache and performing the SQL maintenance procedures on the database itself. No difference I've attached the client and server log files if it'll help.
Both Vault and SQL are on a Dell PE2950, dual 3GHz dual-core processors, 4GB memory, 32-bit OS and SQL, RAID 10 disk array...
Thanks,
--
Marcus