APAR status |
Closed as program error.
| Error description
When you go to Windows Start button -> Admin Tools ->
Event Viewer -> Application Log there are many WebSphere
information events, but NO decription for the events when you
open them.
The customer consulted with Windows support and WebSphere does
not follow the Windows Application guidelines for event
reporting.
The application which wants to write log in event log should
install the EventMessageFile and register it in registory,
then pass the corresponding event ID to Windows system.
But WebSphere does not install the dll in Windows registory
nor pass the event ID (all the WebSphere event has event ID (0))
The install should create a registry entry to keep these types
of messages from appearing in the Event Viewer. The registry
entry needs to be in:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog
\Application\WebSphere
"EventMessageFile"=""
"TypesSupported"=dword:00000007
The value for EventMessageFile will be the WebSphere file
containing the messages needed to satisfy the Event Viewer. entry needs to be in:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\WebSphere"EventMessageFile"="""TypesSupported"=dword:00000007The value for EventMessageFile will be the WebSphere filecontaining the messages needed to satisfy the Event Viewer. Local fixProblem summary
The registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
\Services\EventLog\Application\WebSphere
must be created during installation and it must
have the following subkeys and values:
type String key - "EventMessageFile" value - $(WAS_HOME)\bin
\wasmessage.dll
type DWORD key - "TypesSupported" value - 0x07
.
Finally "wasmessage.dll" must installed in the location
$(WAS_HOME)\bin have the following subkeys and values:type String key - "EventMessageFile" value - $(WAS_HOME)\bin\wasmessage.dlltype DWORD key - "TypesSupported" value - 0x07.Finally "wasmessage.dll" must installed in the location$(WAS_HOME)\bin Problem conclusion
com/ibm/ejs/sm/util/process/win32service/wasmessage.mc
com/ibm/ejs/sm/util/process/win32service/eventlog.h
com/ibm/ejs/sm/util/process/win32service/wasmessage.c
com/ibm/ejs/sm/util/process/win32service/TrMakeFile
com/ibm/ejs/sm/util/process/win32service/service.c
com/ibm/ejs/sm/util/process/win32service/eventlog.c
com/ibm/ejs/sm/util/process/win32service/bootfile.c Temporary fixComments
APAR information | APAR number | PQ47674 | Reported component name | WAS STANDARD NT | Reported component ID | 5648C8301 | Reported release | 350 | Status | CLOSED PER | PE | NoPE | HIPER | NoHIPER | Submitted date | 2001-04-08 | Closed date | 2001-05-01 | Last modified date | 2001-05-01 |
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:APAR is sysrouted FROM one or more of the following:
Modules/Macros APAR is sysrouted TO one or more of the following:Modules/Macros
|
Fix information |
Fixed component name | WAS STANDARD NT | Fixed component ID | 5648C8301 |
Applicable component levels | R350 PSY | UP |
|