<?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: runtime error .... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/2951724#M696072</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;Ask your BASIS consultant to increase the Buffer &amp;amp; Memory size.&lt;/P&gt;&lt;P&gt;Show him the error message &amp;amp; he will fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2007 08:34:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-15T08:34:42Z</dc:date>
    <item>
      <title>runtime error ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/2951722#M696070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,ve developed report is uploading text file, after that there is no errors for that.&lt;/P&gt;&lt;P&gt;in my report there is no errors. but  i got am runtime error discription like ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when the program was running, it was established that more memory was needed then the  operating system is able to provide savely. to avoid system crash, u must prevent this situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; so how to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks in advance.&lt;/P&gt;&lt;P&gt;sudharsan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 07:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/2951722#M696070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T07:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: runtime error ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/2951723#M696071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possibly caused by the size of the file you are trying to upload, if the program tries to hold the entire file in memory (potentially alongside multiple database tables) this may be too much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try splitting the file into smaller files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 08:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/2951723#M696071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T08:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: runtime error ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/2951724#M696072</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;Ask your BASIS consultant to increase the Buffer &amp;amp; Memory size.&lt;/P&gt;&lt;P&gt;Show him the error message &amp;amp; he will fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 08:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/2951724#M696072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T08:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: runtime error ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/2951725#M696073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sudarshan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a TRY block and catch the exception in the CATCH block.  This will atleast make sure that code will not dump (runtime error).  To know which exception to catch, just check the runtime error screen....it will tell you the exception.  You will need to catch this exception within the TRY block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;PLZ reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 08:35:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/2951725#M696073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T08:35:26Z</dc:date>
    </item>
  </channel>
</rss>

