I'm having a random problem related to get latest version from Vault. Sometimes it's working OK, and sometime it's not.
In this log, I tried to get latest. Got an error message, and tried to get latest again - success.[28.05.2008 16:41:28] Finished get latest of $/Baseline
[28.05.2008 16:40:44] Local file update for $/Baseline/Dory/Lib/Nemo/Bin/Release/Kongsberg.Nemo.StudentStation.exe failed: System.UnauthorizedAccessException: Access to the path 'c:\Spirit\Baseline\Dory\Lib\Nemo\Bin\Release\Kongsberg.Nemo.StudentStation.exe' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at VaultLib.Misc.FileCopy(String source, String dest, Boolean overwrite)
at VaultClientOperationsLib.WorkingFolder.UpdateWorkingFile(VaultClientFile file, Int64 targetVersion, Int64 displayVersion, MergeType merge, VaultDateTime dt, Boolean makeBackups, OverwritePrompt PromptData)
at VaultClientOperationsLib.UpdateThread.ProcessCommand(UpdateThreadCommand command, UpdateThreadCommandResult& outputResult)
[28.05.2008 16:48:23] Getting latest version of $/Baseline
[28.05.2008 16:48:29] Fetched $/Baseline/Dory/Lib/Nemo/Bin/Release/Kongsberg.Nemo.StudentStation.exe
[28.05.2008 16:48:29] Finished get latest of $/Baseline
The Vault exe-file is not "in use" and should be updated in first try.
I'm using Vault v4.1.0 on a Windows Vista client
How can Vault get files successfully on first try?