<?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 What do you do when the system crashes ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-do-you-do-when-the-system-crashes/m-p/2017587#M412499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;i want answers for the following questions..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.What do you do when the system crashes in the middle of a BDC batch&lt;/P&gt;&lt;P&gt;session?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.What do you do with errors in BDC batch sessions? and how to proceed further..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards ,&lt;/P&gt;&lt;P&gt;James...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;valuable answers will be rewarded...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 05:12:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-20T05:12:19Z</dc:date>
    <item>
      <title>What do you do when the system crashes ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-do-you-do-when-the-system-crashes/m-p/2017587#M412499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;i want answers for the following questions..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.What do you do when the system crashes in the middle of a BDC batch&lt;/P&gt;&lt;P&gt;session?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.What do you do with errors in BDC batch sessions? and how to proceed further..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards ,&lt;/P&gt;&lt;P&gt;James...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;valuable answers will be rewarded...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 05:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-do-you-do-when-the-system-crashes/m-p/2017587#M412499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T05:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: What do you do when the system crashes ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-do-you-do-when-the-system-crashes/m-p/2017588#M412500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt; Here it is answers for your questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) What do you do when the system crashes in the middle of a BDC batch&lt;/P&gt;&lt;P&gt;session?&lt;/P&gt;&lt;P&gt;  We can check how many records are updated into DB and then restart the uploading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) What do you do with errors in BDC batch sessions? and how to proceed further..&lt;/P&gt;&lt;P&gt; Errors are populated into session in the errors block. Then check what are alll the records are getting as error and why these records are getting error. Modify that record and process again.&lt;/P&gt;&lt;P&gt;Hope this helps you. Reply for queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 06:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-do-you-do-when-the-system-crashes/m-p/2017588#M412500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T06:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: What do you do when the system crashes ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-do-you-do-when-the-system-crashes/m-p/2017589#M412501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When system crashes:&lt;/P&gt;&lt;P&gt; go to SM35 release flag for that session and reprocess it session will take care of all other things ok&lt;/P&gt;&lt;P&gt;when errors:&lt;/P&gt;&lt;P&gt; reprocess session in error mode where ever the error is there it will stop there you correct the data say enter it will update ok bye.........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 07:01:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-do-you-do-when-the-system-crashes/m-p/2017589#M412501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T07:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: What do you do when the system crashes ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-do-you-do-when-the-system-crashes/m-p/2017590#M412502</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;There are two ways to tackle this issue. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Method..1&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;Thru se16 check the table(s) being updated, preferably the last table as per your code. If you have say 1600 records in the flat file check for the upload of the 1600 th record.. If not ok, check for the upload of the 800 th record(N-N/2), if OK go &amp;amp; check &lt;/P&gt;&lt;P&gt;N+(N/2) th record  if not ok goto N-(N/2) th record where N is the curent record number in the flat file . In about 4 or five checks you will converge on the last uploaded record. &lt;/P&gt;&lt;P&gt;Now from the flat file, remove the lines till the upload is ok &amp;amp; then re-run BDC. &lt;/P&gt;&lt;P&gt;Even here a record may be uploaded partially which has to be manually edited thru se16. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Method..2&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;Have a zee table for uploads. Just after uploading a record into the sap table, fill this zeetable with few fields of each the records. In an abort situation this table will tell the story of the update status. Take care to empty this table occasionally. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 07:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-do-you-do-when-the-system-crashes/m-p/2017590#M412502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T07:42:52Z</dc:date>
    </item>
  </channel>
</rss>

