<?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: Only 1 debug session possible in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-1-debug-session-possible/m-p/5647176#M1285076</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;But it seems to be a problem while reading a database table, so probably into SELECT/ENDSELECT cycle: it doesn't seem to be a problem on the number of debug session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U should considere while debugging the system can raise a COMMIT, if you're in SELECT/ENDSELECT cycle, the cursor can be lost and that dump occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2009 07:53:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-13T07:53:56Z</dc:date>
    <item>
      <title>Only 1 debug session possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-1-debug-session-possible/m-p/5647174#M1285074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope one of you has an  awnser for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are running 6.0 and if I start debugging and someone else also starts a debug session he will get a abap dump but the program works fine normally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a setting anywhere where you can determine how many debug sessions are allowed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This a part of the dump which appears:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         DBIF_RSQL_INVALID_CURSOR&lt;/P&gt;&lt;P&gt;Except.                CX_SY_OPEN_SQL_DB&lt;/P&gt;&lt;P&gt;Date and Time          13.05.2009 09:35:19&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Short text&lt;/P&gt;&lt;P&gt;     Invalid interruption of a database selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What happened?&lt;/P&gt;&lt;P&gt;     Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The current ABAP program "ZCHR_BILL_INBOUND" had to be terminated because it&lt;/P&gt;&lt;P&gt;      has&lt;/P&gt;&lt;P&gt;     come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;     Unable to perform database selection fully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Error analysis&lt;/P&gt;&lt;P&gt;     An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;     The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught&lt;/P&gt;&lt;P&gt;      in&lt;/P&gt;&lt;P&gt;     procedure "GET_DATA" "(FORM)", nor was it propagated by a RAISING clause.&lt;/P&gt;&lt;P&gt;     Since the caller of the procedure could not have anticipated that the&lt;/P&gt;&lt;P&gt;     exception would occur, the current program is terminated.&lt;/P&gt;&lt;P&gt;     The reason for the exception is:&lt;/P&gt;&lt;P&gt;     One of the database selections included a database Commit.&lt;/P&gt;&lt;P&gt;     The selection was then supposed to continue. Before a&lt;/P&gt;&lt;P&gt;     database commit, however, all outstanding database selections&lt;/P&gt;&lt;P&gt;     must be concluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Possible causes in the application program:&lt;/P&gt;&lt;P&gt;     While a read process from a database cursor is taking place&lt;/P&gt;&lt;P&gt;     (within a loop SELECT/LOOP/EXEC SQL or before a FETCH command),&lt;/P&gt;&lt;P&gt;     one of the following statements is used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     - MESSAGE (apart from MESSAGE S...)&lt;/P&gt;&lt;P&gt;     - COMMIT WORK&lt;/P&gt;&lt;P&gt;     - ROLLBACK WORK&lt;/P&gt;&lt;P&gt;     - BREAK-POINT&lt;/P&gt;&lt;P&gt;     - WAIT&lt;/P&gt;&lt;P&gt;     - CALL FUNCTION ... DESTINATION (synchronous RFC)&lt;/P&gt;&lt;P&gt;     - CALL FUNCTION ... STARTING NEW TASK&lt;/P&gt;&lt;P&gt;     - RECEIVE RESULTS&lt;/P&gt;&lt;P&gt;     - CALL DIALOG&lt;/P&gt;&lt;P&gt;     - CALL SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;     - CALL TRANSACTION&lt;/P&gt;&lt;P&gt;     - CALL SCREEN, or any other statement that results in the display of a&lt;/P&gt;&lt;P&gt;       new screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Whenever a program runs in debugging mode, a "COMMIT WORK" can&lt;/P&gt;&lt;P&gt;     possibly be triggered during database selection. This abnormal&lt;/P&gt;&lt;P&gt;     termination can also occur in debugging mode even with a correct......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind rgds, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 07:46:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-1-debug-session-possible/m-p/5647174#M1285074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T07:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Only 1 debug session possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-1-debug-session-possible/m-p/5647175#M1285075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's part of Basis configuration.  Talk to your basis team.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 07:48:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-1-debug-session-possible/m-p/5647175#M1285075</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-05-13T07:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Only 1 debug session possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-1-debug-session-possible/m-p/5647176#M1285076</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;But it seems to be a problem while reading a database table, so probably into SELECT/ENDSELECT cycle: it doesn't seem to be a problem on the number of debug session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U should considere while debugging the system can raise a COMMIT, if you're in SELECT/ENDSELECT cycle, the cursor can be lost and that dump occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 07:53:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-1-debug-session-possible/m-p/5647176#M1285076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T07:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Only 1 debug session possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-1-debug-session-possible/m-p/5647177#M1285077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This error often comes when at the same time two database selection(select/endselect) or operation (on the same table) on database triggered . So can you please run debug session one by one and see if still short-dump exists?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 07:54:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-1-debug-session-possible/m-p/5647177#M1285077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T07:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Only 1 debug session possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-1-debug-session-possible/m-p/5647178#M1285078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; But it seems to be a problem while reading a database table, so probably into SELECT/ENDSELECT cycle: it doesn't seem to be a problem on the number of debug session.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; U should considere while debugging the system can raise a COMMIT, if you're in SELECT/ENDSELECT cycle, the cursor can be lost and that dump occurs.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Max&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Max says is absolutely true.  Again it is a Basis issue - they can allocate more resources to the debug process, so that it doesn't do a commit, and hence doesn't lose the cursor and so doesn't dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 09:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-1-debug-session-possible/m-p/5647178#M1285078</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-05-13T09:06:58Z</dc:date>
    </item>
  </channel>
</rss>

