Client API Cache Error

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

Moderator: SourceGear

Post Reply
ISBEPGR

Client API Cache Error

Post by ISBEPGR » Wed Sep 07, 2005 3:24 pm

I have written a custom application that moves folder(s) and the contents of these folders to a "Retired Code" repository and then deletes the folder from the originating location. Everything seems to work fine except that I get this error often enough to bother me. The Detail comments in the attachment are what I want you to look at. This is a test project that I am moving around and deleting. There are not any check-outs or other users in this folder. Could you tell me what is causing this and how to prevent this error from occuring.

Thank you
Attachments
VaultCaheMember Error.jpg
VaultCaheMember Error.jpg (42.98 KiB) Viewed 3288 times

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Wed Sep 07, 2005 3:51 pm

It looks like a conflict in accessing the cache file for the Pending Change set. Is there another Vault Client process (using Admin) that would be writing to that cache file?
CacheMember_ChangeSetItems - These are the items in the Pending Change Set that are not modifications to existing files in working folders (those changes are re-discovered whenever Vault examines a working folder). Kinds of pending changes that would be in this file are things like Branch, Share, Delete, Add File, Create Folder, and Rename operations. Deleting this file will cause Vault to forget about all change items stored in this file.
Linda Bauer
SourceGear
Technical Support Manager

ISBEPRG

CacheMember Error

Post by ISBEPRG » Thu Sep 08, 2005 6:48 am

That could be. I might have had the Client open as admin to delete the test folder in the "RetiredCode" repository when I was ready to retest my app. I let you know if it happens again and the Client is not running.

Thank You

ISBEPGR

CacheMember Error

Post by ISBEPGR » Thu Sep 08, 2005 10:04 am

I just received the same error when running my application and the Vault Client application was closed. What do I need to do?

ISBEPGR

Cache error

Post by ISBEPGR » Thu Sep 08, 2005 10:07 am

I am using Vault version 3.0.7, VB.NET 2003 and Framework 1.1.

Thanks

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Thu Sep 08, 2005 12:17 pm

Can you debug it to the point where the exception is thrown, so we can get a stack trace of where the problem happens?

It looks like the problem is that the cache file is left open, but we'd need more info as to why.

Post Reply