<?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>topic Re: SE30-Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30-issue/m-p/1480309#M224810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can refer the following oss notes, this might be helpful, &lt;/P&gt;&lt;P&gt;524298, 170470&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jul 2006 07:05:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-26T07:05:04Z</dc:date>
    <item>
      <title>SE30-Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30-issue/m-p/1480307#M224808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;After applying patches to developement system transaction SE30 is not working properly. It shows database access timings in -ve. Also on initial screen Red light is shown for Reliability of time. If anybody had cone across such scenario please let me know the resolution for same. Any pointers to OSS note etc wiil be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 06:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se30-issue/m-p/1480307#M224808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-26T06:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: SE30-Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30-issue/m-p/1480308#M224809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To troubleshoot performance, you need these tcode tools:- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST04 &amp;#150; Database  ß in here, check especially for Expensive SQLs (Detail Analysis à SQL Request) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST02 &amp;#150; SAP buffers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST06 &amp;#150; OS stats &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST05 &amp;#150; SQL trace &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few step which you can exercise to sort/identify performance issues. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ST03, ST02, ST04 are the tcode for workload, tuning and DB Performance Monitoring codes. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ST06 FOR Operation System Monitoring. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;SM51 OR SM50 is process overview which tells you the workprocess sequence. ( Ideally 10-15 process with  OLTP and batch process scheduled at peak and off peak times respectively) say 8-17 hrs and 17-8 hrs for Batch Process) &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Operation Mode can be configured in RZ04 tcode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Check for top CPU in ST06 tcode.  CPU should not exceed more than 60% for long time for any process. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Based of No. of instances ( Application Servers ) should have adequately sized. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Most resources intensive process have to be scheduled in Batch Process ( in Background in Non Peak Hours ) &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Look for unnecessary Jobs Active During Prime  Time &lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Look for Parameters Set To Your Business Process. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;    ( RZ10, RZ11 ) Check Snote:0124361 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Refer Early Watch Alert Periodically for Overall System Performance.. ( Tcode SDCC ) &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Guru&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 07:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se30-issue/m-p/1480308#M224809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-26T07:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: SE30-Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se30-issue/m-p/1480309#M224810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can refer the following oss notes, this might be helpful, &lt;/P&gt;&lt;P&gt;524298, 170470&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 07:05:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se30-issue/m-p/1480309#M224810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-26T07:05:04Z</dc:date>
    </item>
  </channel>
</rss>

