Search found 81 matches

by Balthazor
Mon Jun 04, 2007 8:26 am
Forum: Gold Support (Vault) -- Read-only
Topic: v4 licenses
Replies: 8
Views: 8529

While on the topic, if I upgrade our license to 4.0 is there anything preventing us from continuing to use 3.5?
by Balthazor
Tue Feb 06, 2007 10:43 pm
Forum: Gold Support (Vault) -- Read-only
Topic: VSS Import performance
Replies: 1
Views: 2804

VSS Import performance

I've been in the process of transferring our VSS databases over into Vault. What baffles me is that sometimes the process proceeds rather quickly, but other times it's painfully slow. I transferred over a 9 GB VSS database in just over 10 hours, but now I've had a 2 GB database running for three day...
by Balthazor
Fri Feb 02, 2007 8:42 am
Forum: Gold Support (Vault) -- Read-only
Topic: Vault API Question
Replies: 4
Views: 5290

Actually, I got it working using Connection.ListUsers. The Connection.GetUserList is what I was using before, and that returned a list, but the isActive was always false and the Status was always 0. The one thing I noticed about the Connection.ListUsers is that it only works if you're logged in as a...
by Balthazor
Thu Feb 01, 2007 3:59 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Vault API Question
Replies: 4
Views: 5290

That's good to know, but the trouble is that I get a status of 0 for every user, regardless of their actual status.
by Balthazor
Thu Feb 01, 2007 3:36 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Vault API Question
Replies: 4
Views: 5290

Vault API Question

I'm retrieving a list of users with the GetUserList function, but every user in the list is shown as having an isActive value of false and a Status of 0. Is there a reason for this? I want to see if the users are currently Active or Inactive, but this doesn't seem to be working for me.
by Balthazor
Wed Dec 20, 2006 2:16 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Vault Working Folder Problem
Replies: 9
Views: 7456

Ok. The Vault path I was working with was "$/Systems/HHMI288/ActiveLink/NAV to AS/Department". In my code building application, I ran the TreeCache.SetWorkingFolder passing in a Vault path of: "$/Systems/HHMI288/ActiveLink/NAV To AS/Department". The only difference being the &quo...
by Balthazor
Wed Dec 20, 2006 11:36 am
Forum: Gold Support (Vault) -- Read-only
Topic: Vault Working Folder Problem
Replies: 9
Views: 7456

Eureka! I figured out my problem. There's apparently some case-sensitivity involved in the SetWorkingFolder. The folder name in question is "NAV to AS". The path I was passing into SetWorkingFolder had "NAV To AS". Apparently that really hoses things up.
by Balthazor
Wed Dec 20, 2006 10:51 am
Forum: Gold Support (Vault) -- Read-only
Topic: Vault Working Folder Problem
Replies: 9
Views: 7456

Ok, this just keeps getting stranger. We've got an application to build code using the Vault API, and when it runs the SetWorkingFolder function, it brings about the situation I've described. When I set the working folder through the Vault client, it works just fine. So as a test, I threw together a...
by Balthazor
Tue Dec 19, 2006 4:12 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Vault Working Folder Problem
Replies: 9
Views: 7456

Explicitly set.
by Balthazor
Tue Dec 19, 2006 3:57 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Vault Working Folder Problem
Replies: 9
Views: 7456

Vault Working Folder Problem

I've seen a strange problem today. I've got a repository folder which shows in the Vault client as having no working folder. I try setting the working folder to the desired local folder and it gives me a message saying that the local folder is already a working folder. Which I've seen before. What's...
by Balthazor
Tue Oct 10, 2006 11:54 am
Forum: Gold Support (Vault) -- Read-only
Topic: Vault API Question
Replies: 2
Views: 3283

Yep, that did the trick. Thanks!
by Balthazor
Mon Oct 09, 2006 3:46 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Vault API Question
Replies: 2
Views: 3283

Vault API Question

How do I tell if a VaultDeletedObject is a file or a folder? I believe it has something to do with the Properties value of the VaultDeletedObject, but I'm not sure what the deal is with that. Most objects seem to have a Properties value of 1 or 2, which seems to correspond pretty well to folder and ...
by Balthazor
Mon Oct 09, 2006 1:55 pm
Forum: Gold Support (Vault) -- Read-only
Topic: The following repository path is already assigned...
Replies: 13
Views: 9865

What I think would be the ideal situation would be to offer the user the following choices when they try to get latest to a Vault folder that has a different working folder already assigned: 1) Allow the user to cancel the operation, which is the only option avaliable now. 2) Allow the user to ignor...
by Balthazor
Wed Sep 27, 2006 12:34 pm
Forum: Support (Vault)
Topic: Vault completely unusable in VB6
Replies: 24
Views: 16942

That works great! You have my thanks.
by Balthazor
Thu Sep 21, 2006 8:29 am
Forum: Gold Support (Vault) -- Read-only
Topic: The following repository path is already assigned...
Replies: 13
Views: 9865

I'll log a feature request for this. Seems like a reasonable enhancement. Thanks. It's not a deal-breaker for us, since we can just remove the working folder assignment from the repository folder before getting files from the next repository folder. It's just that it's a bit of a hassle to have to ...