<?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: DataBase Response in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890597#M310620</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;The response should be like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;messagetype_&amp;lt;b&amp;gt;response&amp;lt;/b&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;statement&amp;lt;b&amp;gt;_response&amp;lt;/b&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;row&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;XYZ&amp;lt;b&amp;gt;_count&amp;lt;/b&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/row&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/statement_&amp;lt;b&amp;gt;response&amp;lt;/b&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;messagetype_&amp;lt;b&amp;gt;response&amp;lt;/b&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a request is sent to DB, the response from the DB has a different kind of message structure, like the one mentioned above. So u need to perform 2 message mappings..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 request mapping (source--&amp;gt;RequestDB)&lt;/P&gt;&lt;P&gt;1 response mapping (Response DB--&amp;gt;target)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and 1 interface mapping in which you will select your request and response message mappings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can refer to my weblog to look at the response message in synchronous case.&lt;/P&gt;&lt;P&gt;/people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u can post you scenario in detail i can help you more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Siva Maranani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jun 2005 14:42:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-02T14:42:23Z</dc:date>
    <item>
      <title>DataBase Response</title>
      <link>https://community.sap.com/t5/technology-q-a/database-response/qaq-p/890588</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;              I am working on the following scenario Jdbc to Jdbc.  I am successfully sending the data to the detination.Jdbc is asynchronous application. But I want the response whether it is success or failure.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Could anybody please suggest the steps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards ,&lt;/P&gt;&lt;P&gt;sekhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2005 23:48:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-response/qaq-p/890588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-25T23:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase Response</title>
      <link>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890589#M310612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think a solution for your problem is to use "Fault Message Type" .&lt;/P&gt;&lt;P&gt;Fault message types are designed for application-specific errors that occur on the inbound side and that are reported back to the sender or persisted in monitoring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Divya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2005 05:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890589#M310612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-26T05:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase Response</title>
      <link>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890590#M310613</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;With Asynchronous call, you will not get any response. it works like 'fire and forget'. Try whether you can make it a synchronous call to jdbc. If you are using BP, then you can try to configure the application level acknowledgement also, for the SEND Step. You can get some material in help.sap.com for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2005 09:01:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890590#M310613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-26T09:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase Response</title>
      <link>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890591#M310614</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;As sasi suggested, you cannot use know whether the records have been successfully processed or not in an asynchronous case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)If your DB channel process in asynchronous mode:&lt;/P&gt;&lt;P&gt;Usage of Transport level acknowledgements in BPM. Refer to the blog... how to setup trasport level acknowledgements. /people/siva.maranani/blog/2005/03/01/usage-of-transport-level-acknowledgements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If your DB channel process in synchronous mode:&lt;/P&gt;&lt;P&gt;Use the response message to look if the record have been successfully processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;update_count&amp;gt;count&amp;lt;/update_count&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;insert_count&amp;gt;count&amp;lt;/insert_count&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;delete_count&amp;gt;count&amp;lt;/delete_count&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Siva Maranani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 May 2005 08:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890591#M310614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-28T08:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase Response</title>
      <link>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890592#M310615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva ,&lt;/P&gt;&lt;P&gt;   Thanks for the reply.&lt;/P&gt;&lt;P&gt;        But I am getting only  &amp;lt;update_count&amp;gt;count&amp;lt;/update_count&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;insert_count&amp;gt;count&amp;lt;/insert_count&amp;gt; as a response. I did not get delete count. I used Update_Insert in the action.&lt;/P&gt;&lt;P&gt;Is there anyother option ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;sekhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2005 17:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890592#M310615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-01T17:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase Response</title>
      <link>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890593#M310616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U are rite, u will get only &lt;/P&gt;&lt;P&gt;&amp;lt;update_count&amp;gt;&amp;lt;/update_count&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;insert_count&amp;gt;&amp;lt;/insert_count&amp;gt;&lt;/P&gt;&lt;P&gt;in your response message if you use INSERT_UPDATE. &lt;/P&gt;&lt;P&gt;B'cos this action basically will tell you whether yoour record has been successfully inserted or updated.&lt;/P&gt;&lt;P&gt;If successfully updated the value inside update_count will be 1 and insert_count is set to 0. similarly if the record is inserted the value insert_count will  be 1 and update_count will be set to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U will get &amp;lt;delete_count&amp;gt; in response only when you map "delete " to action attribute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Siva Maranani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2005 18:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890593#M310616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-01T18:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase Response</title>
      <link>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890594#M310617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva ,&lt;/P&gt;&lt;P&gt;   Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   So i have to do one more mapping for delete operation rite ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sekhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2005 18:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890594#M310617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-01T18:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase Response</title>
      <link>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890595#M310618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why do you need a delete_count when u are performing a insert/update operation. delete_count is obtained in response when you are actually mapping the action attribute -- "DELETE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know why do u need another mapping..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Siva Maranani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2005 18:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890595#M310618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-01T18:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase Response</title>
      <link>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890596#M310619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;   I did not use another mapping.&lt;/P&gt;&lt;P&gt;     In my scenario , I am creating   (Creating,updating ,deleting) the sales orders.Before  that i need to perform operations in Global Data Store.&lt;/P&gt;&lt;P&gt;So my scenario is(DataBase--Global Data Store -- SAP). &lt;/P&gt;&lt;P&gt;        For this scenario i have to do compensation.so first i am storing the data in the temporary table. I am catching the response.I am only catching two responses (update,insert) if i put UPDATE_INSERT. I am catching one response (delete) if i put DELETE in a single map.&lt;/P&gt;&lt;P&gt;But I have to check the condition Before Call goes to SAP. After successful transmission,the data is moving from temporary table to  Main table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas about catching response from data base ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sekhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2005 21:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890596#M310619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-01T21:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase Response</title>
      <link>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890597#M310620</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;The response should be like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;messagetype_&amp;lt;b&amp;gt;response&amp;lt;/b&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;statement&amp;lt;b&amp;gt;_response&amp;lt;/b&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;row&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;XYZ&amp;lt;b&amp;gt;_count&amp;lt;/b&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/row&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/statement_&amp;lt;b&amp;gt;response&amp;lt;/b&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;messagetype_&amp;lt;b&amp;gt;response&amp;lt;/b&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a request is sent to DB, the response from the DB has a different kind of message structure, like the one mentioned above. So u need to perform 2 message mappings..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 request mapping (source--&amp;gt;RequestDB)&lt;/P&gt;&lt;P&gt;1 response mapping (Response DB--&amp;gt;target)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and 1 interface mapping in which you will select your request and response message mappings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can refer to my weblog to look at the response message in synchronous case.&lt;/P&gt;&lt;P&gt;/people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u can post you scenario in detail i can help you more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Siva Maranani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 14:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890597#M310620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T14:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase Response</title>
      <link>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890598#M310621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;              My scenario is DataBase to GlobalDataStore (DataBase). If the data is successfully entered in the GDS then I have to send the same data to SAP to create/update/delete the salesorder.&lt;/P&gt;&lt;P&gt;              For this(DataBase to  GDS ) I created request mapping and response mapping like which u have suggested. I am catching that response(Here is the issue...).And I am checking the condition before sending to the SAP in BPM.&lt;/P&gt;&lt;P&gt;        isssue : I am catching the update_count and insert_count if i use UPDATE_INSERT action in reuest mapping by using one message type.&lt;/P&gt;&lt;P&gt;                 For delete action shall i use another message type ?&lt;/P&gt;&lt;P&gt;        Because I am sending the status(create/update/delete) to the database in only one map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 19:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890598#M310621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T19:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase Response</title>
      <link>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890599#M310622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes u are rite. For Delete action, u should use another message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if this helps. (did ur multiline problem got solved..?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Siva Maranani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2005 15:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890599#M310622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-03T15:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase Response</title>
      <link>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890600#M310623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva &amp;amp; Sudir,&lt;/P&gt;&lt;P&gt;         My problem was solved regarding response from the data base.Thanks for u r help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Siva : till now i am working on these issues.Still I have to work on that multiple line items issue.&lt;/P&gt;&lt;P&gt;             I am using parent &amp;amp; child relationship here.&lt;/P&gt;&lt;P&gt;I am taking the Id as a key in the parent &amp;amp; child also.So it did not accept multiple line items in child table.&lt;/P&gt;&lt;P&gt;k i have to take another filed as primary key in the child table right ?&lt;/P&gt;&lt;P&gt;After that i have to accept muliple items and split those items which is shown in ur weblog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u please guide me some step by step procedure to this issue.Because I am using Graphical mapping here and i have to include those steps in BPM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sekhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2005 20:15:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890600#M310623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-03T20:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase Response</title>
      <link>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890601#M310624</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;Nice to hear that your DB Probelm is solved. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Siva Maranani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2005 18:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890601#M310624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-04T18:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase Response</title>
      <link>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890602#M310625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm tring to setup an scenario similar as you explain there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC (sync) -- XI -- (sync) DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i cant get the response on my rfc function but yes it's working the insert on the DB. and when i go to the sxmb_moni i didnt see nothing.&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2005 23:04:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890602#M310625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-07T23:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: DataBase Response</title>
      <link>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890603#M310626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajkumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to poll the data from database...using jdbc adapter..but i couldn't make it...as u mail saying that you succeeded ..please tell where i done mistake..if possible please send step by step..to this id:hruthik@gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm unable to poll the data from database.the empty data showing in my out put file. the payload contaning only xml namespace..othewise nothing i'm getting..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ns0:File_response xmlns:ns0="urn:Final_Select"&amp;gt;&amp;lt;/ns0:File_response&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some system error showing in end-to-end information at message monitor and then its showing java null pointer exception in end-to-end monitoring, probably it has some installion problem...&lt;/P&gt;&lt;P&gt;but i dont think it is not the cause for polling the data..!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested my message mapping with dummy values ,its working fine ..and select and update queries are working fine..&lt;/P&gt;&lt;P&gt;sender chanel communicating well ...  except poll the data..&lt;/P&gt;&lt;P&gt;receiver channel receiving the file ...  which doesn't have data...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where do i find adapter logs in RWB? probably that help me for watch the retrived resultset data ? correct me if i'm wrong.. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;simple file to file workign fine..even message monitor and adapter monitor showing succesfully message received...but i didn't understand what exact problem for not getting data? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;raj..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2005 03:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-response/qaa-p/890603#M310626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-22T03:15:14Z</dc:date>
    </item>
  </channel>
</rss>

