Trouble Grabbing Files from Vault

Post your questions regarding using the Vault and Fortress API in your programs.

Moderator: SourceGear

Post Reply
bball
Posts: 1
Joined: Thu Feb 14, 2013 8:39 am

Trouble Grabbing Files from Vault

Post by bball » Thu Feb 14, 2013 8:48 am

Hi,

I am having trouble getting files from vault onto my local working copy.

I get an VaultClientOperationsLib.GetLatestVersionFailedException exception at

Code: Select all

GetOperations.ProcessCommandGet(new String[]{folder.get_FullPath()}, getOptions);
I can check out files just fine, but I need a local copy to copy over as well.

If you want the code, I can post it.

Thanks,
Brian

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: Trouble Grabbing Files from Vault

Post by lbauer » Thu Feb 14, 2013 10:48 am

What version of Vault are you using?

Is there more to this error?

It might be helpful to have the full code.

We'd also like to see a copy of the Vault Server log that covers the time of the error. It's called sgvault.log and is in %windir%\temp\sgvault on the server machine. Let me know what time in the log and what username to look for.

Send the log and the code to me at support at sourcegear.com, ATTN: Linda.

Please include a link to this forum post.
Linda Bauer
SourceGear
Technical Support Manager

Post Reply