Kbase P134005: Error 11706 occurs when multiple sessions use the same client-logging file and specify -logthreshold
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/4/2010 |
|
Status: Verified
SYMPTOM(s):
Error 11706 occurs when multiple sessions use the same client-logging file and specify -logthreshold 500000+
Cannot open log file <name>, errno <errno> (11076)
Errno varies per operating system:
Windows = 32
IBM AIX = 13
RedHat Linux = 11
Windows system error code 32 resolves to:
ERROR_SHARING_VIOLATION
The process cannot access the file because it is being used by another process.
Windows also returns error 4487
** Unable to open file for <widget>. (4487)
** Unable to open file for PSEUDO-WIDGET. (4487)
FACT(s) (Environment):
Problem does not occur when -logthreshold is not set or is set to 0
OpenEdge 10.x
All Supported Operating Systems
CAUSE:
Bug# OE00173256
CAUSE:
The behavior of not being able to open the log file is expected when -logthreshold is specified as a non-zero value. Bug# OE00173256 addresses the issue of the repeated error messages.
FIX:
Ensure that the client log files are located in a different folder for each session when using -logthreshold >= 500000