<?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>Question Re: Short Dump for Data loading - CX_SY_OPEN_SQL_DB in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaa-p/9171025#M3254591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adhvi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked the forum concerning this issue? I believe there are many threads discussed about your dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether anything suited you. I've come across some of similar threads which tells that the issue occurs during memory constraint in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with your basis guys regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2012 17:36:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-12-10T17:36:38Z</dc:date>
    <item>
      <title>Short Dump for Data loading - CX_SY_OPEN_SQL_DB</title>
      <link>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaq-p/9171024</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 am getting the short while loading data from the DSO to DSO.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Runtime Errors&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;DBIF_RSQL_SQL_ERROR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Exception&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;CX_SY_OPEN_SQL_DB&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal call code.........: "[RSQL/FTCH//BI0/PCOMP_CODE ]"&lt;/P&gt;&lt;P&gt; Please check the entries in the system log (Transaction SM21).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If the error occures in a non-modified SAP program, you may be able to&lt;/P&gt;&lt;P&gt; find an interim solution in an SAP Note.&lt;/P&gt;&lt;P&gt; If you have access to SAP Notes, carry out a search with the following&lt;/P&gt;&lt;P&gt; keywords:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"&lt;/P&gt;&lt;P&gt; "CL_RSDMD_LOOKUP_MASTER_DATA===CP" or "CL_RSDMD_LOOKUP_MASTER_DATA===CCIMP"&lt;/P&gt;&lt;P&gt; "SELECT_FOR_ALL_ENTRIES"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This dump points to the P table of the COMP_CODE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have cross checked the Info Object , it active and loaded.&amp;nbsp; The DSO are active . This is happening in the Quality System. Rechecked in the Development system, everything works fine in the Dev system .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Source Code termination points at Method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; method SELECT_FOR_ALL_ENTRIES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if p_bypass_buffer IS INITIAL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select (p_t_fieldlist)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from (p_tabname)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; into corresponding fields of table e_t_data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for all entries in i_t_keys&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where (p_t_where_multi).&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp; else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select (p_t_fieldlist)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from (p_tabname)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bypassing buffer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; into corresponding fields of table e_t_data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for all entries in i_t_keys&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where (p_t_where_multi).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise no_data_found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the objects are active in the quality, but still getting the Dumps to load the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your inputs are really appreciated to resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adhvi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 15:45:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaq-p/9171024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-10T15:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump for Data loading - CX_SY_OPEN_SQL_DB</title>
      <link>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaa-p/9171025#M3254591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adhvi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked the forum concerning this issue? I believe there are many threads discussed about your dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether anything suited you. I've come across some of similar threads which tells that the issue occurs during memory constraint in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with your basis guys regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 17:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaa-p/9171025#M3254591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-10T17:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump for Data loading - CX_SY_OPEN_SQL_DB</title>
      <link>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaa-p/9171026#M3254592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not Resolved...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 18:14:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaa-p/9171026#M3254592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-10T18:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump for Data loading - CX_SY_OPEN_SQL_DB</title>
      <link>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaa-p/9171027#M3254593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try executing different combinations in RSRV for the DSO and the Infoobject. this might fix the error. &lt;/P&gt;&lt;P&gt;also check the error in sm21 maybe there is a DBA error in the backend. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 01:46:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaa-p/9171027#M3254593</guid>
      <dc:creator>oliver_uy2</dc:creator>
      <dc:date>2012-12-11T01:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump for Data loading - CX_SY_OPEN_SQL_DB</title>
      <link>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaa-p/9171028#M3254594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;resolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 06:23:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaa-p/9171028#M3254594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-12T06:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump for Data loading - CX_SY_OPEN_SQL_DB</title>
      <link>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaa-p/9171029#M3254595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How was it resolved? You got a couple of responses from people trying to help and didn't respond to either of them. Usually it is considered polite to at least respond and explain what the resolution of the problem was. If either of the answers you received was correct or helpful, then please also mark them as such.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ethan&lt;/P&gt;&lt;P&gt;(moderator)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 16:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaa-p/9171029#M3254595</guid>
      <dc:creator>esjewett</dc:creator>
      <dc:date>2012-12-13T16:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump for Data loading - CX_SY_OPEN_SQL_DB</title>
      <link>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaa-p/9171030#M3254596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ethan, it was resolved by transporting the objects again....the Dump was pointing to the Class ( CL_RSDMD_LOOKUP_MASTER_DATA===CCIMP) which showed the P table of the Info object..so this table was inconsistent and the DSO was having master data lookup for one of the fields..So finally , Cleared the data contents from the IOBJ, DSO , then deleted the DTP adjusting the process chain and finally transporting all and again adjusting the Process chain and first Master data load and then the Transaction which made the issue resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ethan i know i was late in responding..thanks for reminding me the same &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1079/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish you a good day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 14:20:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaa-p/9171030#M3254596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-14T14:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump for Data loading - CX_SY_OPEN_SQL_DB</title>
      <link>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaa-p/9171031#M3254597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adhvi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding with an explanation. I think others might find this response useful in the future if they run into the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ethan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 16:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/short-dump-for-data-loading-cx-sy-open-sql-db/qaa-p/9171031#M3254597</guid>
      <dc:creator>esjewett</dc:creator>
      <dc:date>2012-12-14T16:45:41Z</dc:date>
    </item>
  </channel>
</rss>

