What is Message ID
Each log/trace message that is generated in AS Java has an unique identifier - message ID - assigned to it.
A message ID is a string, such as com.sap.ASJ.web.000649, which consists of:
- vendor - "com.sap"
- product name - "ASJ" (Application Server Java)
- component name - "web" - the component (service, library, interface, manager or application), which produces the log message.
- number - "000649"
How You Can Use Message IDs
You can see the message IDs of Java log records in the Log Viewer tool.
Copy a message ID and paste it into the Wiki search of SDN (or another search engine).
As a result, you will get a link to a troubleshooting page, which provides detailed information about the problem and next steps you can take to solve it.