<?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: Problem getting return value from MSSQL function in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299730#M72042</link>
    <description>While that did work it doesn't seem like that should be correct - if I needed to keep passing the DealerCode variable through it would get overwritten in that scenario. Is that the intended behavior?&lt;BR /&gt;Thanks!</description>
    <pubDate>Wed, 30 May 2012 16:27:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-30T16:27:28Z</dc:date>
    <item>
      <title>Problem getting return value from MSSQL function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299724#M72036</link>
      <description>I am using a tMSSqlSP component to call a function, pass a value, and get a return value. When I run it I get the error: "java.sql.SQLException: Parameter '2' not registered as output parameter. Call registerOutParameter()." I tried unchecking the Is Function box and adding it as an output parameter but unfortunately I get "java.sql.SQLException: Procedure or function GetBACForDealerCode has too many arguments specified." I ran profiler to see how it was calling and the function option seems to call it correctly. 
&lt;BR /&gt;Any ideas? Thanks!</description>
      <pubDate>Thu, 24 May 2012 19:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299724#M72036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-24T19:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem getting return value from MSSQL function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299725#M72037</link>
      <description>Hi&lt;BR /&gt;Welcome to Talend Community!&lt;BR /&gt;You'd better add a column in 'Schema Column' and select 'Out' type for it.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Fri, 25 May 2012 02:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299725#M72037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-25T02:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem getting return value from MSSQL function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299726#M72038</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hi&lt;BR /&gt;Welcome to Talend Community!&lt;BR /&gt;You'd better add a column in 'Schema Column' and select 'Out' type for it.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;If I do that it errors with "java.sql.SQLException: Procedure or function GetBACForDealerCode has too many arguments specified"</description>
      <pubDate>Fri, 25 May 2012 14:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299726#M72038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-25T14:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem getting return value from MSSQL function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299727#M72039</link>
      <description>Hi
&lt;BR /&gt;Please show me the arguments of this procedure or function.
&lt;BR /&gt;When selecting 'is function', you have to select output column from 'Return result in'.
&lt;BR /&gt;When not selecting it, you need to add 'OUT' column in 'Parameters'.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 28 May 2012 02:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299727#M72039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-28T02:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem getting return value from MSSQL function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299728#M72040</link>
      <description>Attached is a screenshot - including the SQL behind the function. This example gives the error "java.sql.SQLException: Parameter '2' not registered as output parameter. Call registerOutParameter()."</description>
      <pubDate>Tue, 29 May 2012 21:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299728#M72040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-29T21:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem getting return value from MSSQL function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299729#M72041</link>
      <description>Hi
&lt;BR /&gt;After creating this function in my local MSSQL server, I know why you didn't get return value.
&lt;BR /&gt;Modify the settings of tMSSqlSP as the following images.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 30 May 2012 03:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299729#M72041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T03:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem getting return value from MSSQL function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299730#M72042</link>
      <description>While that did work it doesn't seem like that should be correct - if I needed to keep passing the DealerCode variable through it would get overwritten in that scenario. Is that the intended behavior?&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 30 May 2012 16:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299730#M72042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T16:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem getting return value from MSSQL function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299731#M72043</link>
      <description>Hi&lt;BR /&gt;Got you.&lt;BR /&gt;The schema should be like this.&lt;BR /&gt;BAC&lt;BR /&gt;DealerCode&lt;BR /&gt;The 'BAC' column should be before the 'DealerCode' column. &lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 31 May 2012 03:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299731#M72043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-31T03:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem getting return value from MSSQL function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299732#M72044</link>
      <description>&lt;P&gt;I don't see an image in this message. Can you paste again the image or write in text which setting need to be changed.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 17:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-getting-return-value-from-MSSQL-function/m-p/2299732#M72044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T17:22:42Z</dc:date>
    </item>
  </channel>
</rss>

