FPCLog.LogFileDirectory May Report an Incorrect Location for the ISA Server Logs (319301)



The information in this article applies to:

  • Microsoft Internet Security and Acceleration Server 2000
  • Microsoft Internet Security and Acceleration Server 2000 SP1

This article was previously published under Q319301

SUMMARY

A program that calls FPCLog.LogFileDirectory to determine the location of the Internet Security and Acceleration (ISA) Server log files may be returned an incorrect location. This occurs if the location has been changed from the default location to a custom location, and then changed back to the default location. The default location is the ISALogs folder under the ISA Server installation folder.

MORE INFORMATION

FPCLog.LogFileDirectory is applicable only if FPCLog.LogFileDirectoryType is set to fpcFullPath. FPCLog.LogFileDirectoryType is set to fpcFullPath only if a custom location for the log files has been set. If ISA Server is configured for the default location, FPCLog.LogFileDirectoryType is set to fpcRelativePath.

For programs that check FPCLog.LogFileDirectory to locate the ISA Server logs, Microsoft recommends that FPCLog.LogFileDirectoryType be checked first. If FPCLog.LogFileDirectoryType is set to fpcFullPath, the program can proceed. If FPCLog.LogFileDirectoryType is set to fpcRelativePath, the ISA Server logs are contained in the default location.

REFERENCES

For additional information, refer to the Microsoft Internet Security and Acceleration Server 2000 Software Development Kit (SDK).

Modification Type:MajorLast Reviewed:3/27/2002
Keywords:kbenv kbinfo KB319301