<?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 Problem while using RSBDCSUB in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-rsbdcsub/m-p/4715332#M1107409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;In my report a session is created and i use RSBDCSUB to run the session.&lt;/P&gt;&lt;P&gt;The BDC updates my network through (CN27).&lt;/P&gt;&lt;P&gt;After my report is run and when i go and check the session i have few errors due to my activity status.&lt;/P&gt;&lt;P&gt;which is expected.&lt;/P&gt;&lt;P&gt;Now when i log in through some other ID and run the same report i get few addtional errors for the same input.&lt;/P&gt;&lt;P&gt;The error says ****** network is already being processed by (previous user name ).&lt;/P&gt;&lt;P&gt;At times  i get this error for the same login aswell !!!.&lt;/P&gt;&lt;P&gt;I do not get this error when i  process the same session in the foreground.&lt;/P&gt;&lt;P&gt;This seems to happen only when i run this session through  RSBDCSUB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body tell me as what could be the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Saikumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2008 17:34:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-13T17:34:38Z</dc:date>
    <item>
      <title>Problem while using RSBDCSUB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-rsbdcsub/m-p/4715332#M1107409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;In my report a session is created and i use RSBDCSUB to run the session.&lt;/P&gt;&lt;P&gt;The BDC updates my network through (CN27).&lt;/P&gt;&lt;P&gt;After my report is run and when i go and check the session i have few errors due to my activity status.&lt;/P&gt;&lt;P&gt;which is expected.&lt;/P&gt;&lt;P&gt;Now when i log in through some other ID and run the same report i get few addtional errors for the same input.&lt;/P&gt;&lt;P&gt;The error says ****** network is already being processed by (previous user name ).&lt;/P&gt;&lt;P&gt;At times  i get this error for the same login aswell !!!.&lt;/P&gt;&lt;P&gt;I do not get this error when i  process the same session in the foreground.&lt;/P&gt;&lt;P&gt;This seems to happen only when i run this session through  RSBDCSUB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body tell me as what could be the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Saikumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 17:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-rsbdcsub/m-p/4715332#M1107409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T17:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using RSBDCSUB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-rsbdcsub/m-p/4715333#M1107410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the status of the Session in the SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be the session created using the First user is still running and when the second user has tried to run the session. When the SM35 status comes to "Errors" or "Processed" from the "In progress", all the locks will be removed. So, you can than start exectuing the it with the another user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 17:41:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-rsbdcsub/m-p/4715333#M1107410</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-11-13T17:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using RSBDCSUB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-rsbdcsub/m-p/4715334#M1107411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;The status was in errors when i had run the report again.&lt;/P&gt;&lt;P&gt;When i go and delete all my sessions in SM35 and run my report again i do not get this error.&lt;/P&gt;&lt;P&gt;Could RSBDCSUB be the reason or something else ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 03:15:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-rsbdcsub/m-p/4715334#M1107411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-14T03:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using RSBDCSUB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-rsbdcsub/m-p/4715335#M1107412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have closed this in Dictionary and opened the same in ABAP general.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 03:33:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-rsbdcsub/m-p/4715335#M1107412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-14T03:33:00Z</dc:date>
    </item>
  </channel>
</rss>

