Search found 9 matches

by tib
Thu Sep 25, 2014 6:43 am
Forum: Support (Vault)
Topic: Request: A decent API
Replies: 11
Views: 11648

Re: Request: A decent API

No, they are not committed at the moment.
I use the command like this:
PIN "$/Project/file.c" 7

If pin 29 different files using commands like above in BATCH mode, it takes 3 minutes and 40 seconds to complete.

This is really too long to have to sit and wait for.
by tib
Mon Sep 15, 2014 4:54 am
Forum: Support (Vault)
Topic: Request: A decent API
Replies: 11
Views: 11648

Re: Request: A decent API

No, all files are not pinned at the same label. That is basically why we have to create a custom tool for the job. It does not have to be a command line utility. The custom tool I am building is a GUI tool. In the Vault GUI client, pinning is a pretty quick operation. Any idea why it is so slow in t...
by tib
Thu Sep 11, 2014 3:18 am
Forum: Support (Vault)
Topic: Request: A decent API
Replies: 11
Views: 11648

Re: Request: A decent API

I was not aware of the batch mode.
I have now changed my implementation to use batch mode, and it is certainly a bit faster. But still pretty slow.

For example, it takes about 1 second to pin 5 files in the Vault GUI. But it takes 40 seconds to pin 5 files using the command line client in batch mode.
by tib
Tue Sep 02, 2014 3:16 am
Forum: Support (Vault)
Topic: Request: A decent API
Replies: 11
Views: 11648

Re: Request: A decent API

Sorry for the delayed response. Vacation times... We are using Vault version 6.1.0 (531) Each command takes approximately 5-15 seconds to do using the command-line client. In the GUI it is 1 second or less. The operations I do consists of ~100 vault commands, which means one single operation takes u...
by tib
Tue Jun 24, 2014 4:41 am
Forum: Support (Vault)
Topic: Request: A decent API
Replies: 11
Views: 11648

Re: Request: A decent API

Borland for windows. But I don't want to integrate Vault with Borland Builder. I am developing a Borland C++ application which will act as a Vault client and perform certain sequences of operations on the repository. I am currently using the command line client API, but it is horribly slow. It takes...
by tib
Tue Jun 24, 2014 4:00 am
Forum: Support (Vault)
Topic: Retrieve share links using command line client
Replies: 5
Views: 6096

Re: Retrieve share links using command line client

Sorry, I was unclear.
The share links can be seen in the GUI client.

What I can't do is find a way to get the same information using the command line client.
by tib
Mon Jun 23, 2014 7:58 am
Forum: Support (Vault)
Topic: Request: A decent API
Replies: 11
Views: 11648

Request: A decent API

The three API options available as I understand it are: 1. .NET C# DLL 2. Command line client 3. SOAP The SOAP interface is not documented, generally unfriendly, and users are discouraged from using it. The Command line client can be invoked from any environment, which is good. But it is dead slow. ...
by tib
Mon Jun 23, 2014 6:36 am
Forum: Support (Vault)
Topic: Retrieve share links using command line client
Replies: 5
Views: 6096

Re: Retrieve share links using command line client

If I do the HISTORY command on a file, the share actions does not show up. If I do the HISTORY command on the folder, the share actions does show up. But it still only reports the location from where the file was shared. It does not provide the information in the "Share Links" tab in the G...
by tib
Wed Jun 18, 2014 4:32 am
Forum: Support (Vault)
Topic: Retrieve share links using command line client
Replies: 5
Views: 6096

Retrieve share links using command line client

How do I retrieve the "Share Links" of a file using the command line client?

I tried the HISTORY command with option "-includeactions share", but it does not return anything.
The LISTOBJECTPROPERTIES command does not seem to return any share information either.