Page 1 of 1

Get Latest API command failing

Posted: Tue Oct 03, 2017 3:01 pm
by HenryEI
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.

Code: Select all

GetOperations.ProcessCommandGet(
    new string[] { vaultFile },
    new GetOptions()
    {
        Merge = MergeType.OverwriteWorkingCopy,
        MakeWritable = MakeWritableType.MakeAllFilesWritable
    });
Is there some settings in Vault that individual users may have set which is causing this?

Re: Get Latest API command failing

Posted: Wed Oct 04, 2017 9:52 am
by Beth
Can the users perform a Get with the Vault client? If so, try that just as a test to see if working properly.