Get latest version problems

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
Busboy
Posts: 55
Joined: Wed Mar 31, 2004 6:25 am

Get latest version problems

Post by Busboy » Wed May 28, 2008 9:11 am

Hi,
I'm having a random problem related to get latest version from Vault. Sometimes it's working OK, and sometime it's not.
[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
In this log, I tried to get latest. Got an error message, and tried to get latest again - success.
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?

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Wed May 28, 2008 1:16 pm

Is this occurring for every file or just some files?
Are other users experiencing this problem?

What are the permissions on c:\Spirit\Baseline\Dory\Lib\Nemo\Bin\Release\Kongsberg.Nemo.StudentStation.exe?

Busboy
Posts: 55
Joined: Wed Mar 31, 2004 6:25 am

Post by Busboy » Fri May 30, 2008 4:53 am

Several users have this problem, on both Windows XP and Vista PC's. The file that "fails" may be different each time I try. Today I had this error message:
[30.05.2008 11:55:42] Finished get latest of $/Baseline
[30.05.2008 11:55:02] Local file update for $/Baseline/Dory/Lib/Nemo/Bin/Release/Kongsberg.Spirit.LicenseManagement.SiteServer.dll failed: System.UnauthorizedAccessException: Access to the path 'c:\Spirit\Baseline\Dory\Lib\Nemo\Bin\Release\Kongsberg.Spirit.LicenseManagement.SiteServer.dll' 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)
[30.05.2008 12:00:38] Getting latest version of $/Baseline
[30.05.2008 12:00:48] Fetched $/Baseline/Dory/System/Instrument/AzimuthControl/info.xml
[30.05.2008 12:00:48] Fetched $/Baseline/Dory/System/Devices/Propulsor/Propulsor.cs
[30.05.2008 12:00:48] Fetched $/Baseline/Dory/Lib/Nemo/Bin/Release/Kongsberg.Spirit.LicenseManagement.SiteServer.dll
[30.05.2008 12:00:48] Finished get latest of $/Baseline
I am a member of admin group and have "full control" access rights on local PC

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Fri May 30, 2008 9:08 am

Is it possible that your anti-virus is scanning those files at the time? Can you have it not scan your working folder?

Is it possible that the DLL is in use by some other program?

Locked