<?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: How to call SP in amazon aurora database in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-SP-in-amazon-aurora-database-in-Talend/m-p/2270904#M48666</link>
    <description>Thank you so much&amp;nbsp;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;jlolling. &amp;nbsp;Yes it gave me an idea.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Thu, 10 Nov 2016 11:12:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-10T11:12:10Z</dc:date>
    <item>
      <title>How to call SP in amazon aurora database in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-SP-in-amazon-aurora-database-in-Talend/m-p/2270902#M48664</link>
      <description>&lt;P&gt;Hi ,&lt;BR /&gt;Is there any sp like tmysqlSp for amazon aurora???&lt;BR /&gt;if not then what is the alternative ?&lt;BR /&gt;note : I need to use an existing connection ( that is tamazonAuroraConnection) for calling SP so that i can rollback.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 09:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-SP-in-amazon-aurora-database-in-Talend/m-p/2270902#M48664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-09T09:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to call SP in amazon aurora database in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-SP-in-amazon-aurora-database-in-Talend/m-p/2270903#M48665</link>
      <description>Currently you can only do this task with pure Java code in a tJava component.
&lt;BR /&gt;Here an idea (not complete or tested but it gives you an idea).
&lt;BR /&gt;
&lt;PRE&gt;try {&lt;BR /&gt; &amp;nbsp; java.sql.Connection conn = (java.sql.Connection) globalMap.get("conn_tAmazonAuroraConnection_1");&lt;BR /&gt; &amp;nbsp; java.sql.Statement stat = conn.createStatement();&lt;BR /&gt; &amp;nbsp; String sql = "select my_proc()";&lt;BR /&gt; &amp;nbsp; stat.execute(sql);&lt;BR /&gt; &amp;nbsp; stat.close();&lt;BR /&gt;} catch (java.sql.SQLException sqle) {&lt;BR /&gt; &amp;nbsp; globalMap.put("ERROR_MESSAGE", sqle.getMessage());&lt;BR /&gt; &amp;nbsp; throw sqle;&lt;BR /&gt;}&lt;/PRE&gt;
&lt;BR /&gt;You have to change the unique id of the connection in the first line and the sql code of the procedure call.</description>
      <pubDate>Wed, 09 Nov 2016 17:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-SP-in-amazon-aurora-database-in-Talend/m-p/2270903#M48665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-09T17:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to call SP in amazon aurora database in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-SP-in-amazon-aurora-database-in-Talend/m-p/2270904#M48666</link>
      <description>Thank you so much&amp;nbsp;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;jlolling. &amp;nbsp;Yes it gave me an idea.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 10 Nov 2016 11:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-SP-in-amazon-aurora-database-in-Talend/m-p/2270904#M48666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-10T11:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to call SP in amazon aurora database in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-SP-in-amazon-aurora-database-in-Talend/m-p/2270905#M48667</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you confirm whether the below approach of writing custom java code to invoke SP from Amazon Aurora database worked? If yes, Could you share the custom Java code that is written to solve this issue ? or did you try any other alternatives to invoke SP from Amazon Aurora rds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much!!&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 06:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-SP-in-amazon-aurora-database-in-Talend/m-p/2270905#M48667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-06T06:11:08Z</dc:date>
    </item>
  </channel>
</rss>

