This article provides two samples of error log stream output and explains the various attributes they contain.
Sample output from a server logstream: The numbers to the left of each sample were added to specify lines. The numbers will not be in the actual output.
1| 2008/11/19 22:17:46.325 01 SYSTEM=ATZ3013 CELL=BBOCELL NODE=BBONODE CLUSTER=BBOC001 SERVER=BBOS001 JobName=BBOS001S 2| ASID=0X0053 PID=0X0200025E TID=0X00000045 0XCCDF70CC c=./bbgrjtr.cpp at 3| TRAS0028I: The trace output is stored
The log stream record output fields from stream BBO.BOSSXXXX are:
Component | Description |
---|---|
line 1: 2008/11/19 22:17:46.325 01 | Date / timestamp / 2-digit record version number |
line 1: SYSTEM=ATZ3013 | System name |
line 1: CELL=BBOCELL | Cell name |
line 1: NODE=BBONODE | Node name |
line 1: CLUSTER=BBOC001 | Cluster name |
line 1: SERVER=BBOS001 | Server name |
line 1: JobName=BBOS001S | Jobname |
line 2: ASID=0X0033 | ASID (address space identifier) |
line 2: PID=0X0100003C | PID (Process ID) |
line 2: TID=0X24F858A0 0X000004 | TID (Thread ID) |
line 2: c=2.1010030 | Request correlation information |
line 3: . /bbooreq.cpp+4437 | File name & line |
line 3: BBOU0013W | Log message number |
line 3: The function. .. | Log message |
lines 4–5: make_user_exception... CosNaming::Naming... | Continuation lines: Continuation of the Log Stream log message |
Sample output from CERR of a server:
1| BossLog: { 0017} 2008/10/01 15:58:25.557 01 SYSTEM=SY1 CELL=BBOCELL NODE=BBONODE CLUSTER=BBOC001 2| SERVER=BBOS001 JobName=BBOS001S PID=0X0100003C TID=0X24F82920 00000000 c=3.C5D02 3| ./bboiroot.cpp+1195 ... BBOU0012W The function IRootHomeImpl::findHome( 4| const char*)+1195 received CORBA system exception CORBA::INTERNAL. 5| Error code is C9C21200.
The CERR job message output fields are:
Component | Description |
---|---|
line 1: BossLog: { 0017} | BossLog: {entry number} |
line 1: 2000/06/01 15:58:25.557 01 | Date / timestamp / 2-digit record version number |
line 1: SYSTEM=SY1 | System name |
line 1: CELL=BBOCELL | Cell name |
line 1: NODE=BBONODE | Node name |
line 1: CLUSTER=BBOC001 | Cluster name |
line 1: SERVER=BBOS001 | Server name |
line 1: JobName=BBOS001S | Job name |
line 2: PID=0X0100003C | PID (Process ID) |
line 2: TID=0X24F82920 00000000 | TID (Thread ID) |
line 2: c=3.C5D02 | Request correlation information |
line 3: . /bboiroot.cpp+1195 | File name & line |
line 3: BBOU0012W | Log message number |
line 3: The function IRootHomeImpl::find. .. | Log message |
lines 4-5: const char*)+1195 received CORBA system exception CORBA::INTERNAL. Error code is C9C21200. | Continuation lines: Continuation lines of the CERR job message |
When you use the BBORBLOG browser, it creates a data set name, which depends on the TSO PROFILE PREFIX value. If you invoke the TSO environment with a TSO PROFILE PREFIX definition value, this value is used, in conjunction with the log stream name, to form the output data set. For example, if you issue the TSO PROFILE PREFIX(HARRY) command and the log stream name is BBO.BOSSXXXX, the output data set is HARRY.BBO.BOSSXXXX.You should rename the output data set if you wish to save your browser output.
You can use the outdsn parameter
to specify a name for the output data set before you save it. For
more information on this parameter, see the usage information on the
BBORBLOG log browse utility.
The contents of the current view of the log stream will remain until the stream reaches its retention date. The next time you invoke the browser, however, the current view of the log stream will be deleted because it uses the same data set name. The previous data will exist in another record (not the current view) until its retention date.
If you
use the outdsn parameter to specify a unique
output data set name the current view of the log stream is not deleted.