<?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: SQL error &amp;quot;SQL code: -911&amp;quot; occurred while accessing table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789324#M1879705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in SM21 whether the object which you are trying to access was locked by other user during that time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Nov 2014 11:31:40 GMT</pubDate>
    <dc:creator>ThangaPrakash</dc:creator>
    <dc:date>2014-11-28T11:31:40Z</dc:date>
    <item>
      <title>SQL error "SQL code: -911" occurred while accessing table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789322#M1879703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL error "SQL code: -911" occurred while accessing table "ZWMD_XF_PO_LOG".&lt;/P&gt;&lt;P&gt;I am getting the dump in the below line of code.&lt;/P&gt;&lt;P&gt;Here we are inserting values into the table.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;INSERT INTO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;zwmd_xf_po_log VALUES zla_zwmd_xf_po_log&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Database error text: "SQL message: SQL0911N&amp;nbsp; The current transaction has been&lt;/P&gt;&lt;P&gt; rolled back because of a deadlock or timeout.&amp;nbsp; Reason code "2".&lt;/P&gt;&lt;P&gt; SQLSTATE=40001 row=1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the some observation from ST22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What happened?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Database error text: "SQL message: SQL0911N&amp;nbsp; The current transaction has been&lt;/P&gt;&lt;P&gt; rolled back because of a deadlock or timeout.&amp;nbsp; Reason code "2".&lt;/P&gt;&lt;P&gt; SQLSTATE=40001 row=1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What can you do?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Note which actions and entries caused the error to occur.&lt;/P&gt;&lt;P&gt;Consult your SAP administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error analysis :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;An exception has occurred which is explained in more detail below. The&lt;/P&gt;&lt;P&gt;exception is assigned to class 'CX_SY_OPEN_SQL_DB' and was not caught in&lt;/P&gt;&lt;P&gt; procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in ABAP program "SAPLZWMD_WXF_PO_UTILITIES", in&lt;/P&gt;&lt;P&gt;"WRITE_ZLOG". &lt;/P&gt;&lt;P&gt;In the source code, the termination point is in line program "LZWMD_WXF_PO_UTILITIESU05".&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;The termination is due to exception "CX_SY_OPEN_SQL_DB" occurring in procedure&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 10:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789322#M1879703</guid>
      <dc:creator>ABAPER_P</dc:creator>
      <dc:date>2014-11-28T10:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error "SQL code: -911" occurred while accessing table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789323#M1879704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAPER P,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you writing open sql statement or native sql statement in abap aditor ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF it is native sql statement syntax should be :&lt;/P&gt;&lt;P&gt;INSERT INTO &lt;EM&gt;table_name&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; VALUES (&lt;EM&gt;value1&lt;/EM&gt;,&lt;EM&gt;value2&lt;/EM&gt;,&lt;EM&gt;value3&lt;/EM&gt;,...);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is Open Sql Statement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insert Tablename From Table Internaltablename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 11:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789323#M1879704</guid>
      <dc:creator>former_member210770</dc:creator>
      <dc:date>2014-11-28T11:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error "SQL code: -911" occurred while accessing table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789324#M1879705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in SM21 whether the object which you are trying to access was locked by other user during that time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 11:31:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789324#M1879705</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-11-28T11:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error "SQL code: -911" occurred while accessing table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789325#M1879706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have checked it but i have found the entries in sm21 how to check who has locked it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 13:35:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789325#M1879706</guid>
      <dc:creator>ABAPER_P</dc:creator>
      <dc:date>2014-11-28T13:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error "SQL code: -911" occurred while accessing table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789326#M1879707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide us the screenshot of the SM21 log. I will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 14:28:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789326#M1879707</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-11-28T14:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error "SQL code: -911" occurred while accessing table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789327#M1879708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/596702" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 14:34:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789327#M1879708</guid>
      <dc:creator>ABAPER_P</dc:creator>
      <dc:date>2014-11-28T14:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error "SQL code: -911" occurred while accessing table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789328#M1879709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WF-BATCH is the user id used..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 14:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789328#M1879709</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-11-28T14:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error "SQL code: -911" occurred while accessing table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789329#M1879710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mens this object is locked ? but system log shows even critical errors and dumps also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 15:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789329#M1879710</guid>
      <dc:creator>ABAPER_P</dc:creator>
      <dc:date>2014-11-28T15:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error "SQL code: -911" occurred while accessing table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789330#M1879711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it means that the object is locked, that is what log says...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 15:18:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789330#M1879711</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-11-28T15:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error "SQL code: -911" occurred while accessing table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789331#M1879712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check SM12 for locks on this table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 15:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-quot-sql-code-911-quot-occurred-while-accessing-table/m-p/10789331#M1879712</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2014-11-28T15:24:22Z</dc:date>
    </item>
  </channel>
</rss>

