I have literally thousands of the following error in my event viewer for my server. There is one entry exactly like this every "7" seconds since I installed 3.1.5 on 11/04/2005. Eventually the CLR craps out with a very weird error.
I think that it may just be a problem with case as the following line is in my VaultConfig file: <LogFilePath>%SYSTEMROOT%\Temp\sgvault</LogFilePath> but the error says that it can't find "logFilePath". I am going to try out the casing and see what happens.
Thanks alot.
-- Rodney
Version Information:
Vault 3.1.5 (Client and Server)
Windows 2003 Server Enterprise Edition SP1
2 GB RAM
.NET Framework 1.1.4322
Event Type: Error
Event Source: Vault Client Simple Logger
Event Category: None
Event ID: 0
Date: 11/12/2005
Time: 16:19:54
User: N/A
Computer: NYDEV17
Description:
Error writing startup string to log file . Exception was: The key 'logFilePath' does not exist in the appSettings configuration section.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Errors in my event viewer
Moderator: SourceGear
This will be addressed in the next minor of Vault.
In the meantime, the current work around is to add the following to Shadow Folder's web.config's <appSettings> element. The path and file name are both required for this setting.
Note, you can change the path to the log file, but make sure the ASPNet ( or Custom .Net account if that applies) has permissions to that directory.
In the meantime, the current work around is to add the following to Shadow Folder's web.config's <appSettings> element. The path and file name are both required for this setting.
Code: Select all
<add key="logFilePath" value="%WINDIR%\TEMP\SGShadowFolder\vaultshadowfolderservice.txt" />
Jeff Clausius
SourceGear
SourceGear