<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: SAP NetWeaver Troubleshooting General Process in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-netweaver-troubleshooting-general-process/qaa-p/12239675#M4582572</link>
    <description>&lt;P&gt;Hi Met.&lt;/P&gt;&lt;P&gt;For all this, you can search in Google to get the latest SAP blogs and documents.&lt;/P&gt;&lt;P&gt;1. For SAPGui troubleshooting you can refer to the SAP Note 2035293open issues in SAP &amp;amp; blog &lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2020/05/25/sap-gui-logon-issue-troubleshooting-part-1/" target="test_blank"&gt;https://blogs.sap.com/2020/05/25/sap-gui-logon-issue-troubleshooting-part-1/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. At OS level, you have to keep eye on memory, CPU &amp;amp; Disk free space. and SAP all the logs are located, work director, you can view those log from transaction code AL11.&lt;/P&gt;&lt;P&gt;3. If you can share your system details, we can share more details about that.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SS&lt;/P&gt;</description>
    <pubDate>Mon, 26 Oct 2020 13:31:59 GMT</pubDate>
    <dc:creator>S_Sriram</dc:creator>
    <dc:date>2020-10-26T13:31:59Z</dc:date>
    <item>
      <title>SAP NetWeaver Troubleshooting General Process</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-netweaver-troubleshooting-general-process/qaq-p/12239673</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;I'm relatively new in the SAP Netweaver are and one question that popps up in my mind again and again is: When the monitoring system generates a ticket and the ticket contains some information, how do I know which logs to look into &lt;/P&gt;
  &lt;P&gt;1) at SAP GUI Level (e.g. System log or some other log?)&lt;/P&gt;
  &lt;P&gt;2) at Linux OS Level? (and which folder? There are so many logs)? &lt;/P&gt;
  &lt;P&gt;Is there a structured process to narrow down to the right logs to further touble shoot the problem? &lt;/P&gt;
  &lt;P&gt;I feel confused between the several logs and how to locate the right log. &lt;/P&gt;
  &lt;P&gt;Thanks in adance!&lt;/P&gt;
  &lt;P&gt;Met &lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 09:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-netweaver-troubleshooting-general-process/qaq-p/12239673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-10-26T09:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAP NetWeaver Troubleshooting General Process</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-netweaver-troubleshooting-general-process/qaa-p/12239674#M4582571</link>
      <description>&lt;P&gt;Hello Met,&lt;/P&gt;&lt;P&gt;Good starting points are the system log (transaction SM21) and short dumps (tcode ST22).&lt;/P&gt;&lt;P&gt;At SM21, you can see at which app server the issue has occurred (if this was not already known). You can also see the process where the issue was raised (e.g., DP for Dispatcher, DIA 25 for the Dialog Work process 25, and so on).&lt;/P&gt;&lt;P&gt;Then you can open the corresponding dev_ZZZ file and go to near the timestamp seen at SM21 to see what was happening in the process, and possible more details about the issue.&lt;/P&gt;&lt;P&gt;If OS level information is required, usually "/var/log/messages" (since we are talking about Linux) would have something, or there was a crash in a process and a "core" file was created. What is needed from this "core" file is to extract the C-Stack from it (see this wiki page: &lt;A href="https://wiki.scn.sap.com/wiki/x/LQPFGQ)" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/x/LQPFGQ)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Isaías&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 13:20:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-netweaver-troubleshooting-general-process/qaa-p/12239674#M4582571</guid>
      <dc:creator>Isaias_SAP</dc:creator>
      <dc:date>2020-10-26T13:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAP NetWeaver Troubleshooting General Process</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-netweaver-troubleshooting-general-process/qaa-p/12239675#M4582572</link>
      <description>&lt;P&gt;Hi Met.&lt;/P&gt;&lt;P&gt;For all this, you can search in Google to get the latest SAP blogs and documents.&lt;/P&gt;&lt;P&gt;1. For SAPGui troubleshooting you can refer to the SAP Note 2035293open issues in SAP &amp;amp; blog &lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2020/05/25/sap-gui-logon-issue-troubleshooting-part-1/" target="test_blank"&gt;https://blogs.sap.com/2020/05/25/sap-gui-logon-issue-troubleshooting-part-1/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. At OS level, you have to keep eye on memory, CPU &amp;amp; Disk free space. and SAP all the logs are located, work director, you can view those log from transaction code AL11.&lt;/P&gt;&lt;P&gt;3. If you can share your system details, we can share more details about that.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SS&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 13:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-netweaver-troubleshooting-general-process/qaa-p/12239675#M4582572</guid>
      <dc:creator>S_Sriram</dc:creator>
      <dc:date>2020-10-26T13:31:59Z</dc:date>
    </item>
  </channel>
</rss>

