<?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: Debugging an active job in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842950#M1884853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO - I chose the option - capture jobs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2015 21:56:19 GMT</pubDate>
    <dc:creator>ankit_munshi2</dc:creator>
    <dc:date>2015-01-22T21:56:19Z</dc:date>
    <item>
      <title>Debugging an active job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842948#M1884851</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;I have a job which has been running for 170,000 seconds and is still active . I need to check where it is right now (like which code line it is currently executing). I know there are many ways to debug an active job , but last time I debugged an active job , I pressed F5 in debug session and the job got cancelled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want same thing to happen to my job as it has already completed a lot of processing and might be nearing completion . Please shed some light on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 20:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842948#M1884851</guid>
      <dc:creator>ankit_munshi2</dc:creator>
      <dc:date>2015-01-22T20:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging an active job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842949#M1884852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi 1. Did you check ST22 for any dumps occurred in the back end . 2. Did you try with tcode 'JDBG ' to debug the job . Thanks Kamesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 21:46:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842949#M1884852</guid>
      <dc:creator>kamesh_g</dc:creator>
      <dc:date>2015-01-22T21:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging an active job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842950#M1884853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO - I chose the option - capture jobs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 21:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842950#M1884853</guid>
      <dc:creator>ankit_munshi2</dc:creator>
      <dc:date>2015-01-22T21:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging an active job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842951#M1884854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SM50 . Select your job and menu bar -&amp;gt;Administration -&amp;gt;program -&amp;gt; debugging .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 22:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842951#M1884854</guid>
      <dc:creator>kamesh_g</dc:creator>
      <dc:date>2015-01-22T22:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging an active job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842952#M1884855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow below steps to know the status of the job :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Goto SM37 ----&amp;gt; Enter your job name and execute&lt;/P&gt;&lt;P&gt;2. Double click on job name ---&amp;gt;See Job Details like WP number/PID and Executing Servername&lt;/P&gt;&lt;P&gt;3.Go to SM51---&amp;gt;Double click on servername on which job is running&lt;/P&gt;&lt;P&gt;4.Set filter on PID of the job name&lt;/P&gt;&lt;P&gt;5.See the status of the job, it will show you the table name&lt;/P&gt;&lt;P&gt;6. Double click on the line and it will take you to the select statement which is currently being executed&lt;/P&gt;&lt;P&gt;7.To know which index is being picked by select statment, copy the SQL statement&lt;/P&gt;&lt;P&gt;8.Go to ST05---&amp;gt;select Enter SQL statement---&amp;gt;Paste the SQL statement--&amp;gt;click EXPLAIN. It will show you which index is being used by the select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 01:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842952#M1884855</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2015-01-23T01:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging an active job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842953#M1884856</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;Yes, you should go to SM50 to debug , select your job name row which is running, then do as as@&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="28951" data-externalid="" data-presence="null" data-userid="152224" data-username="kamesh.g" href="https://answers.sap.com/people/kamesh.g" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7; background: transparent;"&gt;KAMESH G &lt;/A&gt;&lt;/STRONG&gt;said, it will stop at the source code where current work process processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 02:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842953#M1884856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-23T02:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging an active job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842954#M1884857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To debug a active job, first we need to findout on which application server the job is running.&lt;/P&gt;&lt;P&gt;SM51 is the trasaction to see all active application servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 02:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842954#M1884857</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2015-01-23T02:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging an active job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842955#M1884858</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;U can check the same in SM50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinodkumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 04:27:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-an-active-job/m-p/10842955#M1884858</guid>
      <dc:creator>vinodkumar_thangavel</dc:creator>
      <dc:date>2015-01-23T04:27:52Z</dc:date>
    </item>
  </channel>
</rss>

