<?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 DBIF_RSQL_SQL_ERROR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/4994300#M1163212</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;&lt;/P&gt;&lt;P&gt;I am working on a program...when we run this program as a job it runs for sometime and then it gets cancel and when I went to st22 i saw the short dump with this message DBIF_RSQL_SQL_ERROR and when I talk to my basis team they said that the problem is our jobs are not getting commited in time and The active log is full and is held by application handle. So can you please tell me how can i take care of this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Rajeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2009 14:44:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-05T14:44:28Z</dc:date>
    <item>
      <title>DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/4994300#M1163212</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;&lt;/P&gt;&lt;P&gt;I am working on a program...when we run this program as a job it runs for sometime and then it gets cancel and when I went to st22 i saw the short dump with this message DBIF_RSQL_SQL_ERROR and when I talk to my basis team they said that the problem is our jobs are not getting commited in time and The active log is full and is held by application handle. So can you please tell me how can i take care of this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Rajeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 14:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/4994300#M1163212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T14:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/4994301#M1163213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search for OSS notes using the error analysis. The desc you specified here will address to many reasons. I want you to go through the OSS notes first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 15:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/4994301#M1163213</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2009-01-05T15:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/4994302#M1163214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a counter and after x records do the commit yourself, something like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
count = 0.
loop at int_tab.
  count = count + 1.
  update dbtab set field = 1.
  if count &amp;gt; 500.
    commit work.
    count = 0.
  endif.

endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 16:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/4994302#M1163214</guid>
      <dc:creator>PedroGuarita</dc:creator>
      <dc:date>2009-01-05T16:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: DBIF_RSQL_SQL_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/4994303#M1163215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajeev,&lt;/P&gt;&lt;P&gt;Can you please post more details like part of the dump, at what point it give this dump ? The other solution if it is related to select statement from tables etc , is go for the index, change select statement etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 16:34:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbif-rsql-sql-error/m-p/4994303#M1163215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T16:34:34Z</dc:date>
    </item>
  </channel>
</rss>

