Search found 8 matches

by HenryEI
Mon Oct 09, 2017 10:38 am
Forum: Questions (API)
Topic: Get Latest API command failing
Replies: 5
Views: 24359

Re: Get Latest API command failing

Sorry for the delayed response. I was able to get ahold of a user's computer, and it turned out to be a problem with their settings in Vault itself. In Options>Local Files>Modified working copy, the option had to be set to overwrite, as shown in the attached picture.
by HenryEI
Tue Oct 03, 2017 3:38 pm
Forum: Questions (API)
Topic: Get Latest API command failing
Replies: 5
Views: 24359

Re: Get Latest API command failing

One of the main difficulties with debugging this, is that I cannot duplicate the error on my computer where I can debug it. I can only observe it on the computers of the users who are having these issues and investigate it without any debugging tools. And the users who are having these problems are ...
by HenryEI
Tue Oct 03, 2017 3:02 pm
Forum: Questions (API)
Topic: Get Latest API command failing
Replies: 5
Views: 24359

Get Latest API command failing

While preforming a Get Latest command using the Vault API, some of my users are having errors where the first version of the block is retrieved as opposed to the current/latest version. This is causing errors with my program. I am not sure why this is only happening to some users. This is what I am ...
by HenryEI
Tue Oct 03, 2017 3:01 pm
Forum: Questions (API)
Topic: Get Latest API command failing
Replies: 1
Views: 17983

Get Latest API command failing

While preforming a Get Latest command using the Vault API, some of my users are having errors where the first version of the block is retrieved as opposed to the current version. This is causing errors with my program. I am not sure why this is only happening to some users. GetOperations.ProcessComm...
by HenryEI
Thu May 04, 2017 3:40 pm
Forum: Questions (API)
Topic: Does the Vault Client API have a way to get Local Version #
Replies: 7
Views: 27622

Re: Does the Vault Client API have a way to get Local Versio

That worked perfectly! Thank you so much.
by HenryEI
Thu May 04, 2017 3:13 pm
Forum: Questions (API)
Topic: Does the Vault Client API have a way to get Local Version #
Replies: 7
Views: 27622

Re: Does the Vault Client API have a way to get Local Versio

I did get the VaultClientFile from the current repository, but the information you just gave me gives me the "Remote Version" number displayed in Vault. I want the "Local Version" number. I have no issue getting the Remote Version Number or the Status, but that Local Version numb...
by HenryEI
Wed May 03, 2017 4:09 pm
Forum: Questions (API)
Topic: Does the Vault Client API have a way to get Local Version #
Replies: 7
Views: 27622

Re: Does the Vault Client API have a way to get Local Versio

Thank you for the reply. I had not seen that post, however it does not seem to work. When I tried recreating this line: WorkingFolder wf = ClientInstace.TreeCache.GetBestWorkingFolder(f.Parent); It turned out that .GetBestWorkingFolder now returns a string, and not a working folder object so that di...
by HenryEI
Wed May 03, 2017 3:02 pm
Forum: Questions (API)
Topic: Does the Vault Client API have a way to get Local Version #
Replies: 7
Views: 27622

Does the Vault Client API have a way to get Local Version #

I need to use the Vault API to get the Local Version number being displayed on Vault to get my interface working properly. I have seen old posts with people asking for such a feature, but I never saw if it was added, and have not found a way to access it in my own inquiries. Has this been added? If ...