Search found 1770 matches

by jeremy_sg
Thu Feb 18, 2010 9:10 am
Forum: Questions (API)
Topic: How do I retrieve the current label comment?
Replies: 3
Views: 8199

Re: How do I retrieve the current label comment?

You didn't overlook anything. I'm glad that you have something that is working for you.
by jeremy_sg
Thu Feb 18, 2010 8:49 am
Forum: Questions (API)
Topic: How do I retrieve the current label comment?
Replies: 3
Views: 8199

Re: How do I retrieve the current label comment?

If that's working for you, I have no objections to how you found the method, or how you're calling it. Any official exposure of the labelcomment functionality would use that method under the hood anyway. To compare your code with other label methods, you can look at the ServerOperations.cs file whic...
by jeremy_sg
Mon Feb 15, 2010 10:30 am
Forum: Questions (API)
Topic: How do I call UpdateLabelComment?
Replies: 1
Views: 5638

Re: How do I call UpdateLabelComment?

You will have to write your own client against our ClientAPI. Start with: http://support.sourcegear.com/viewtopic.php?f=31&t=8020 which has examples for logging in. Once logged in, you'll need to use: ServerOperations.client.ClientInstance.GetByLabel_GetStructure(treeobj.FullPath, label, ref lab...
by jeremy_sg
Thu Jan 28, 2010 11:42 am
Forum: Support (Vault)
Topic: Vault Client API to locate specific item id
Replies: 1
Views: 2371

Re: Vault Client API to locate specific item id

I'm sorry, but I don't think there's a better way. That ID is constant through every version of the file, so it won't help you get the details for any specific transaction.
by jeremy_sg
Fri Jan 22, 2010 2:01 pm
Forum: Questions (API)
Topic: Code used with 1.1.4 does not work with 2.0 Fortress
Replies: 2
Views: 7278

Re: Code used with 1.1.4 does not work with 2.0 Fortress

What does it return when you leave Statuses specified?

What if you hard-code the status number?

If you continue to have problems, please email support at sourcegear.com ATTN: jeremy with a link to this thread.
by jeremy_sg
Thu Jan 21, 2010 8:39 am
Forum: Questions (API)
Topic: API Login
Replies: 3
Views: 7489

Re: API Login

It would help to get more specific information on what you're doing. Please email support at sourcegear.com ATTN: jeremy with a link to this thread.
by jeremy_sg
Wed Jan 20, 2010 4:49 pm
Forum: Questions (API)
Topic: API Login
Replies: 3
Views: 7489

Re: API Login

No, there is not. We thought that a login that didn't do a refresh would not be helpful, since it would be out-of-date with regard to the server.

Would it be possible for your API app to just stay logged in?
by jeremy_sg
Thu Jan 14, 2010 2:02 pm
Forum: Questions (API)
Topic: ListDeletedObjects returns empty vector for real entity path
Replies: 4
Views: 9406

Re: ListDeletedObjects returns empty vector for real entity path

My initial reaction to anyone asking about Obliterate is to discourage them. Obliterate is a long, complicated process, that usually doesn't free up all that much space. Basically, unless you have checked in 200MB binary files and you want to obliterate them, Obliterate is probably not worth it. Sec...
by jeremy_sg
Tue Jan 12, 2010 1:08 pm
Forum: Questions (API)
Topic: ServerOperations.Login() slow
Replies: 5
Views: 26013

Re: ServerOperations.Login() slow

In my experience, most customers who are reporting a long time to load the repository are benefited by reducing the number of nodes (folders and files) in their repository. The best way to do that is to load up the NodeCounter power toy (from http://www.sourcegear.com/vault/vaultpowertoys.html) and ...
by jeremy_sg
Fri Jan 08, 2010 5:05 pm
Forum: Questions (API)
Topic: Getting content of the folder
Replies: 4
Views: 9681

Re: Getting content of the folder

This is a really big question that you're asking, and getting deep into the details of Vault.

Please email support at sourcegear.com ATTN: jeremy with a link to this thread. It would be very helpful to include your source code as well.
by jeremy_sg
Mon Jan 04, 2010 4:21 pm
Forum: Questions (API)
Topic: Refresh File Checkout status
Replies: 1
Views: 5329

Re: Refresh File Checkout status

You'll need to call Refresh() to update the list of checked out files.
by jeremy_sg
Fri Dec 18, 2009 1:24 pm
Forum: Questions (API)
Topic: ObjVerID property of VaultHistoryItem
Replies: 4
Views: 8078

Re: ObjVerID property of VaultHistoryItem

I see now. What you're seeing is the parent folder history event, and the parent folder version number. "Added" is the folder event that says a new item is now in the folder. Created is the file or folder creation event.
by jeremy_sg
Fri Dec 18, 2009 11:57 am
Forum: Questions (API)
Topic: ObjVerID property of VaultHistoryItem
Replies: 4
Views: 8078

Re: ObjVerID property of VaultHistoryItem

It's been my experience that the version number in Version is always correct.

When you look at the History dialog in the GUI client do the versions seem wrong there?
by jeremy_sg
Mon Dec 14, 2009 4:40 pm
Forum: Support (Vault)
Topic: GETLABEL on Shared File
Replies: 8
Views: 5568

Re: GETLABEL on Shared File

My best guess is that the label you're searching for has not been applied to the object. Can you verify that you see it in the GUI client?
by jeremy_sg
Mon Dec 14, 2009 12:11 pm
Forum: Support (Vault)
Topic: GETLABEL on Shared File
Replies: 8
Views: 5568

Re: GETLABEL on Shared File

Your error message demonstrates that your command line client is not 4.1.4. In 4.1.4, the exception message is included after the item path.

What does the Vault client return for its version when you use the

Code: Select all

vault help
Could you please post the error message from a 4.1.4 command line client?