<?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: Stored Procedure tMSSqlSP does nothing. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Stored-Procedure-tMSSqlSP-does-nothing/m-p/2276064#M52256</link>
    <description>&lt;P&gt;I solved the problem,&lt;/P&gt;&lt;P&gt;The database connection were closed before commited.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pierre&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jan 2019 11:30:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-01-09T11:30:39Z</dc:date>
    <item>
      <title>Stored Procedure tMSSqlSP does nothing.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Stored-Procedure-tMSSqlSP-does-nothing/m-p/2276061#M52253</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have a problem on my Talend DI job (6.3.1)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need to pass values from a csv file to a StoredProcedure (that basically does an insert on the database)&lt;/P&gt; 
&lt;P&gt;The problem is that nothing happen, not even an error log, the inserts are not done.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mssqlsp.PNG" style="width: 610px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2FG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130492iBF48C56A3B29C034/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2FG.png" alt="0683p000009M2FG.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The tlogrow show me the good data inserted.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My Stored Procedure works when launched manually, and it works on foreign jobs. So there is something i missed.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="component.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2FL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145882i123FE05667FEA8ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2FL.png" alt="0683p000009M2FL.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The strored procedure needs the following parameters :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;@a&amp;nbsp;as CHAR(12) ,&lt;BR /&gt;@b&amp;nbsp;as VARCHAR(100),&amp;nbsp;&lt;BR /&gt;@c&amp;nbsp; as TINYINT,&amp;nbsp;&lt;BR /&gt;@d as BIGINT,&amp;nbsp;&lt;BR /&gt;@e as INT,&lt;BR /&gt;@f&amp;nbsp;&amp;nbsp;as INT,&amp;nbsp;&lt;BR /&gt;@g as VARCHAR(100),&amp;nbsp;&lt;BR /&gt;@h as BIGINT = NULL,&amp;nbsp;&lt;BR /&gt;@i as INT = NULL,&amp;nbsp;&lt;BR /&gt;@j as TINYINT = 6,&amp;nbsp;&lt;BR /&gt;@k as TINYINT = 1&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Pierre&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Stored-Procedure-tMSSqlSP-does-nothing/m-p/2276061#M52253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure tMSSqlSP does nothing.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Stored-Procedure-tMSSqlSP-does-nothing/m-p/2276062#M52254</link>
      <description>&lt;P&gt;Hi Pierre,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Since I could not see the full stored procedure, we will not be able to see where the data is getting skipped. If it is a straightforward insert to database, why don't you use tOracleOutput after doing the transformations using tMap?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;In this way, we can easily segregate good and bad records using Talend's Graphical UI interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 12:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Stored-Procedure-tMSSqlSP-does-nothing/m-p/2276062#M52254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-08T12:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure tMSSqlSP does nothing.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Stored-Procedure-tMSSqlSP-does-nothing/m-p/2276063#M52255</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I sent you the stored procedure in private message, but it was proved that stored procedure works.&lt;/P&gt;&lt;P&gt;Also the use of the stored procedure is a&amp;nbsp;mandatory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pierre&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 13:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Stored-Procedure-tMSSqlSP-does-nothing/m-p/2276063#M52255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-08T13:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure tMSSqlSP does nothing.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Stored-Procedure-tMSSqlSP-does-nothing/m-p/2276064#M52256</link>
      <description>&lt;P&gt;I solved the problem,&lt;/P&gt;&lt;P&gt;The database connection were closed before commited.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pierre&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 11:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Stored-Procedure-tMSSqlSP-does-nothing/m-p/2276064#M52256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-09T11:30:39Z</dc:date>
    </item>
  </channel>
</rss>

