Author |
Message
|
basha |
Posted: Tue Dec 07, 2004 9:16 am Post subject: Log files in Windows |
|
|
 Apprentice
Joined: 25 Apr 2004 Posts: 31
|
Hello all,
Where (file system) can we find the errors and exceptions thrown (if they are not caught) in message flows in a windows system. I know that we can read them through event viewer, but is there any folder where all these errors/logs are stored?
Thanks,
Basha. |
|
Back to top |
|
 |
JT |
Posted: Tue Dec 07, 2004 10:29 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
According to the documentation, system-related error events are recorded in the System Log (eventvwr). |
|
Back to top |
|
 |
basha |
Posted: Tue Dec 07, 2004 12:39 pm Post subject: |
|
|
 Apprentice
Joined: 25 Apr 2004 Posts: 31
|
JT,
1. Can we use any other Java utility to read the system log.
2. Is it readable ?
3. How can we differentiate the Broker errors from other windows errors in the system log?
Your views are appreciated.
Thanks,
Basha. |
|
Back to top |
|
 |
JT |
Posted: Tue Dec 07, 2004 12:56 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
basha,
I don't think your questions are quite revelant, since the log that WBIMB uses to report its system errors is the System log in the Windows Event Viewer, not the file system. Those entries are obviously in readable-format. Click on the text 'documentation' in my previous post for details.
Quote: |
How can we differentiate the Broker errors from other windows errors in the system log? |
I believe the Source column will indentify the system component that produced the entry (i.e. BIBv500). |
|
Back to top |
|
 |
EddieA |
Posted: Tue Dec 07, 2004 3:17 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
1. Can we use any other Java utility to read the system log.
2. Is it readable ? |
Maybe these questions should be asked in a Microsoft centric forum.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
kirani |
Posted: Tue Dec 07, 2004 11:52 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
I know there are functions provided to write these messages into EventLog, so I am assuming that there would be functions to read them also. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Dec 08, 2004 3:46 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
kirani wrote: |
I know there are functions provided to write these messages into EventLog, so I am assuming that there would be functions to read them also. |
In Java?
Last time I had to do either, I had to use JNI. But that was a few years ago. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sjensen |
Posted: Wed Dec 08, 2004 4:27 am Post subject: |
|
|
Centurion
Joined: 18 Dec 2003 Posts: 134 Location: London
|
|
Back to top |
|
 |
|