<?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: BDC Sessions in Error Status in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-sessions-in-error-status/m-p/4433629#M1052334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if ur using session method u can go for SM35 to see the logs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2008 17:14:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-04T17:14:34Z</dc:date>
    <item>
      <title>BDC Sessions in Error Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-sessions-in-error-status/m-p/4433627#M1052332</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;I have a customer that usually have error status in BDC Sessions and they expect that original users clean up their sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But they are looking for some task in background to help them, is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And he has another doubt:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"How does the system store the data used in the BDC session?  If we have an error and need to correct the data or re-run the session, where will the tool pull the data for that session?  We are trying to determine if failed sessions are leaving data on the unix filesystems, etc."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Daniel Kaoro Kobashigawa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 16:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-sessions-in-error-status/m-p/4433627#M1052332</guid>
      <dc:creator>daniel_kaoro</dc:creator>
      <dc:date>2008-09-04T16:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Sessions in Error Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-sessions-in-error-status/m-p/4433628#M1052333</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;&lt;/P&gt;&lt;P&gt;If you are using the BDC session methos then the error logs and other ino are stored in teh session in SM36&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can re-process the sessiions that are error ones seen in the Error records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search SDN more on this.&lt;/P&gt;&lt;P&gt;We have many threads on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the Call Transaction then we dont get the exact error but we can see the error records using BDCMSGCOLL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually both are combined to handle the data in a accurate manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 17:03:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-sessions-in-error-status/m-p/4433628#M1052333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T17:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Sessions in Error Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-sessions-in-error-status/m-p/4433629#M1052334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if ur using session method u can go for SM35 to see the logs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 17:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-sessions-in-error-status/m-p/4433629#M1052334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T17:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Sessions in Error Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-sessions-in-error-status/m-p/4433630#M1052335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the errors in transaction code SM35--&amp;gt;log and update the records again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This method will have log to handle errors in backgroung where as in foreground mode you can correct the error manually there only on the screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 23:24:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-sessions-in-error-status/m-p/4433630#M1052335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T23:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Sessions in Error Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-sessions-in-error-status/m-p/4433631#M1052336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will give these information to the customer...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2008 14:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-sessions-in-error-status/m-p/4433631#M1052336</guid>
      <dc:creator>daniel_kaoro</dc:creator>
      <dc:date>2008-09-05T14:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Sessions in Error Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-sessions-in-error-status/m-p/4433632#M1052337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for answering this question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 18:33:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-sessions-in-error-status/m-p/4433632#M1052337</guid>
      <dc:creator>daniel_kaoro</dc:creator>
      <dc:date>2008-09-26T18:33:00Z</dc:date>
    </item>
  </channel>
</rss>

