Uninformative exception message
Moderator: SourceGear
Uninformative exception message
During getting latest version from VisualStudio I've got the following message in the Output pane:
[28.06.2005 14:49:41] An exception was encountered during the get latest operation. Exception: 2100 : FailExistingDownload
What does it mean? Can I find out what file is affected? Thank you.
[28.06.2005 14:49:41] An exception was encountered during the get latest operation. Exception: 2100 : FailExistingDownload
What does it mean? Can I find out what file is affected? Thank you.
Error 2100 is a download failure -- which you already know.
Check the sgvault.log file in %windir%\temp\sgvault for additional information.
Also, look at the file lists in the GUI client to see if version numbers or file status gives you a clue as to which file was affected.
Check the sgvault.log file in %windir%\temp\sgvault for additional information.
Also, look at the file lists in the GUI client to see if version numbers or file status gives you a clue as to which file was affected.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
I've searched the whole harddrive for sgvault.log and I didn't find this file.lbauer wrote:Error 2100 is a download failure -- which you already know.
Check the sgvault.log file in %windir%\temp\sgvault for additional information.
Vault Client version 3.0.5. VisualStudio 2003.
I was getting latest version from Visual Studio, so I must expect some files in state Old or Missing, mustn't I? I've found no Old files in the working folder and dozens Missing files (which are in fact deleted files). My solution compiles without errors so I don't think the file produced this exception is among other Missing files.lbauer wrote:Also, look at the file lists in the GUI client to see if version numbers or file status gives you a clue as to which file was affected.
Can it be so that Vault throws this exception for some reason even when it could retrieve the file?
Hello!
Issue is still not closed. I'm still getting FailExistingDownloads from time to time and I don't know how to react. I could not find any source of information on my disk telling me more about the error and I don't see any suspicious files in Vault client. Should I ignore exceptions? Can SourceGear make them more informative in the next versions?
Issue is still not closed. I'm still getting FailExistingDownloads from time to time and I don't know how to react. I could not find any source of information on my disk telling me more about the error and I don't see any suspicious files in Vault client. Should I ignore exceptions? Can SourceGear make them more informative in the next versions?
Did you find the sgvault.log file?
Is it possible you are running the ASP.Net / IIS process under identity impersonation?
Can you check permissions on %WINDIR%\Temp to verify the ASP.Net process has rights to create the log file?
By default, the install should have placed READ/WRITE rights on %WINDIR%\Temp. The Vault server will try to place the log file in a sgvault subdirectory in that folder.
Is it possible you are running the ASP.Net / IIS process under identity impersonation?
Can you check permissions on %WINDIR%\Temp to verify the ASP.Net process has rights to create the log file?
By default, the install should have placed READ/WRITE rights on %WINDIR%\Temp. The Vault server will try to place the log file in a sgvault subdirectory in that folder.
Jeff Clausius
SourceGear
SourceGear
Oh. lbauer didn't mention I must search it on the server. I was looking for it on my PC.jclausius wrote:Did you find the sgvault.log file?
Is it possible you are running the ASP.Net / IIS process under identity impersonation?
Can you check permissions on %WINDIR%\Temp to verify the ASP.Net process has rights to create the log file?
By default, the install should have placed READ/WRITE rights on %WINDIR%\Temp. The Vault server will try to place the log file in a sgvault subdirectory in that folder.
Yes, now I've found the log file:
----28.06.2005 14:49:18 Fridental--(10.1.0.26)--SSL Disabled FailExistingDownload
----28.06.2005 14:49:40 Fridental--(10.1.0.26)--SSL Disabled FailExistingDownload
----28.06.2005 14:49:43 Fridental--(10.1.0.26)--SSL Disabled FailExistingDownload
----28.06.2005 14:49:43 Fridental--(10.1.0.26)--SSL Disabled FailExistingDownload
----28.06.2005 14:49:46 Fridental--(10.1.0.26)--SSL Disabled FailExistingDownload
----28.06.2005 14:49:46 Fridental--(10.1.0.26)--SSL Disabled FailExistingDownload
It doesn't really tell something more about the problem...