<?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 [resolved] Using Stored Procedures in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Using-Stored-Procedures-in-Talend/m-p/2345433#M112960</link>
    <description>Hi,
&lt;BR /&gt;I?m a beginner in using Talend software for ETL applications and have the following question:
&lt;BR /&gt;Is there a thorough visual tutorial which explains how to call stored procedures and get the results back? I searched in Talend?s help but couldn?t find what I need.
&lt;BR /&gt;I have a stored procedure which returns not only output parameters, but also a result set which contains many records and I couldn?t configure Talend?s components to support this stored procedure (MS SQL server stored procedures).
&lt;BR /&gt;I really appreciate your help and thank you in advance.</description>
    <pubDate>Sat, 16 Nov 2024 13:43:03 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T13:43:03Z</dc:date>
    <item>
      <title>[resolved] Using Stored Procedures in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Using-Stored-Procedures-in-Talend/m-p/2345433#M112960</link>
      <description>Hi,
&lt;BR /&gt;I?m a beginner in using Talend software for ETL applications and have the following question:
&lt;BR /&gt;Is there a thorough visual tutorial which explains how to call stored procedures and get the results back? I searched in Talend?s help but couldn?t find what I need.
&lt;BR /&gt;I have a stored procedure which returns not only output parameters, but also a result set which contains many records and I couldn?t configure Talend?s components to support this stored procedure (MS SQL server stored procedures).
&lt;BR /&gt;I really appreciate your help and thank you in advance.</description>
      <pubDate>Sat, 16 Nov 2024 13:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Using-Stored-Procedures-in-Talend/m-p/2345433#M112960</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Using Stored Procedures in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Using-Stored-Procedures-in-Talend/m-p/2345434#M112961</link>
      <description>Hello 
&lt;BR /&gt;Here is an example about sp components. 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCmmqCAC" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Get-Stored-Procedure-return-Value/td-p/85353&lt;/A&gt; 
&lt;BR /&gt;If you return a recordset, you need a tParseRecordset to parse the recordset after sp components see 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCq50CAC" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-use-of-tsybasesp/td-p/106446&lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 27 Oct 2009 05:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Using-Stored-Procedures-in-Talend/m-p/2345434#M112961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-27T05:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Using Stored Procedures in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Using-Stored-Procedures-in-Talend/m-p/2345435#M112962</link>
      <description>Thank you Shong. That was helpful.</description>
      <pubDate>Sun, 01 Nov 2009 08:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Using-Stored-Procedures-in-Talend/m-p/2345435#M112962</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-11-01T08:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Using Stored Procedures in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Using-Stored-Procedures-in-Talend/m-p/2345436#M112963</link>
      <description>Hi Shong, 
&lt;BR /&gt;I can successfully retrieve the data from the two output variables after running my SP using tJDBCSP component (Passing three input variables). 
&lt;BR /&gt;Also, I can retrieve the data from the record set after running my SP using tJDBCSP component (Passing three input variables) with the help of tParseRecordset. 
&lt;BR /&gt;But my SP returns data in two output variables and a result set and the problem is, I can't use both the output variables and the record set together in tJDBCSP component. I use a tMap component to pass the record set to tParseRecordset and the output variable values to tLogRow but get a long list of error that starts with the following: 
&lt;BR /&gt;Exception in component tJDBCSP _4 com.microsoft.sqlserver.jdbc.SQLServerException: The index 6 is out of range 
&lt;BR /&gt;I would really appreciate it if you kindly let me know what I should do in order to retrieve both the output variables and record set data successfully when used together or if it is not possible. 
&lt;BR /&gt;I have attached the screenshot for you to check. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
      <pubDate>Thu, 19 Jun 2014 13:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Using-Stored-Procedures-in-Talend/m-p/2345436#M112963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T13:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Using Stored Procedures in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Using-Stored-Procedures-in-Talend/m-p/2345437#M112964</link>
      <description>Hi 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I can't use both the output variables and the record set together in tJDBCSP component&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Sorry, I don't understand what is your problem. Can you please upload a screenshot of the basic settings of tJDBCSP_4 component? 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 20 Jun 2014 10:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Using-Stored-Procedures-in-Talend/m-p/2345437#M112964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-20T10:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Using Stored Procedures in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Using-Stored-Procedures-in-Talend/m-p/2345438#M112965</link>
      <description>Sorry about the delay Shong. Please find the screenshot. I am trying to get a resultset in the result object and two outputs in the OUT variables but I can't do that. I can either use the output variables or the 'result' recordset but not both together. 
&lt;BR /&gt;Thanks 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEY4.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145766i3BAAD46306B287A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEY4.jpg" alt="0683p000009MEY4.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 10 Jul 2014 11:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Using-Stored-Procedures-in-Talend/m-p/2345438#M112965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-10T11:14:30Z</dc:date>
    </item>
  </channel>
</rss>

