cancel
Showing results for 
Search instead for 
Did you mean: 

Detailed documentation for SM21 ABAP system log

former_member263733
Participant
0 Kudos

We are fine tuning our Solution Manager Technical Monitoring for the ABAP system log.

There are delivered metrics for different types of alerts that correspond to the System Log Message Group (GRP) and Sub-Name (N) fields in the output of the ABAP system log.   The documentation for these "codes" comes from here


Log File Monitoring Data Provider - SAP Solution Manager - SAP Library

Area Code     Subname     Message Short Text

BV                          4         Work process is in status Reconnect

BY                         2          Database error

BY                         4          Database error, access to table

BY                          M         SQL error

ED                          4          Name of SAP system not found

FB                          N          Spooler full

AB                                 Short dump created   

However, in the technical monitoring there is also a message type B19 which does not map to this table shown above.   Furthermore, I see many entries in SM21 output that don't map the this small table of messages:

Q0                           I

R4                           9

(and there are many others)

I have been looking for a comprehensive reference that goes beyond that simple table in order to (perhaps) configure alerts on those values if they show up in the log.

We have been searching for some time but haven't found anything that goes into detail about those codes found in the GRP, and N field headings in the SM21 output.

If anyone can provide any insight that would be much appreciated.

Thanks,

Jeff Henke


Accepted Solutions (0)

Answers (3)

Answers (3)

alwina_enns
Employee
Employee

Hello Jeff,

you can check the transaction SE92 for definition and description of syslog messages

regards,
Alwina

former_member677672
Discoverer
0 Kudos

This was what I was looking for! Thanks!

Regards,

Yatin

Former Member
0 Kudos

Hello,

To get more info from Syslog messages:

Q0  I Operating system call recv failed

R4  9 Communication error,

You can check dev_disp and dev_rd file (refer to time stamp)

In many cases it can be reported because of connection was broken or time out situation in network

Missng:TSL1TE entries in Syslog after installing the 720 Kernel

http://wiki.scn.sap.com/wiki/display/ABAP/Missng3ATSL1TE+entries+in+Syslog+after+installing+the+720+...

Please have a look at in notes:
1559047 - System log message Q0V has incorrect format
46062 - Entries with TSL1T in syslog
1926485 - Missing authorization check in transaction SE92
73936 - Message server writes system log message Q0X
1072179 - Unicode: Central system log displays illegible characters
1041390 - SM21: Central system log via HTTP or HTTPS

An example for the full text : Q0I Operating system call recv failed (error no. 73 ) ->
1002075 - Too many enqueue clients in standalone enqueue server

BR

T

ACE-SAP
Active Contributor
0 Kudos

Hi

You can find all the possible values in the table TSL1D - System Log Message (Formerly 100S or TSL01)

Regards

former_member263733
Participant
0 Kudos

Excellent!


Exactly what I was looking for!

Thank you so much