Can you please help diagnosing the following error.
Client + Server 3.07.
We have a main folder which is shared in two other projects. This make 3 shared folders in total. Lets call them MainShared, Shared1, Shared2.
- We don't know what and when something has gone wrong but since this morning, any change made within Shared2 folder always end up with a runtime error (detailed error msg is listed at the end of this post). The change operation means: add, delete, check in a local modified file. We can't even delete the Shared2 folder. The error msg is identical for all failed operations.
- The only operations we can do on Shared2 is check out and undo check out.
- Change operations work OK on MainShared and Shared1.
- Check out, undo check out made on any Shared folder is correctly reflected in other shared folders.
- New files added in MainShared or Shared1 are not visible in the troubled Shared2.
Here is the error msg when changed is attempted in Shared2:
In the Message pane of Vault client 3.07:
Code: Select all
[24/08/2005 5:31:09 PM] Preparing data to begin transaction
[24/08/2005 5:31:09 PM] Beginning transaction
[24/08/2005 5:31:10 PM] Server unavailable for transaction begin
[24/08/2005 5:31:10 PM] Transaction failed
[24/08/2005 5:31:10 PM] 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, Boolean keepCheckedOut, Boolean removeLocalCopy, Boolean bIsImport, DateTime dateImport, Int32 nUserIDImport, Int64& nRevID)
Code: Select all
----8/24/2005 5:29:41 PM myVaultAccountName--216.13.67.65(216.13.67.65)--SSL Enabled Critical Error! Error in the application.
at VaultServiceBase.VaultRepository.CreateFolderReferenceCopy(HybridDictionary hdNewRefParents, VaultFolders vfOwners, VaultFolder vfOld)
at VaultServiceBase.VaultRepository.GetReferenceCopiesByPath(HybridDictionary hdNewRefParents, String strAbsolutePath, Boolean bRefCopyLastObjectWithAllFolders, VaultFSObjects& fsoList, Int32& nPinCount)
at VaultServiceAPILib.VaultTransactionContainer.GetReferenceCopiesByPath(String strAbsolutePath, VaultFSObjects& fsoList, Int32& nPinCount)
at VaultServiceAPILib.VaultTransaction.PreCheckCheckIn(Int32 nCurrStatCode, VaultRequestCheckIn vrci, String strFileToken, VaultResponseCheckIn vRespCheckIn, VaultTransactionContainer txContainer)
at VaultServiceAPILib.VaultServiceAPI.BeginTx(HttpApplicationState theApp, VaultLoginInfo vliLoggedInUser, Int32 nTxUserID, Int32 nRepID, DateTime dtBeginTx, String strComment, VaultRequestItem[]& requests, String& strTxID, VaultIntTx& vit)
at VaultService.VaultService.DoBeginTx(HttpApplicationState has, HttpSessionState hss, VaultLoginInfo vli, String strCallerLogEvt, Int32 nTxUserID, Int32 nRepID, DateTime dtBeginTx, String strComment, VaultRequestItem[]& requests, String& strTxID)
Thank you very much in advance.