<?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 Invalid Character Constant when Executing stored procedure in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Invalid-Character-Constant-when-Executing-stored-procedure/m-p/2371491#M134432</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Using MsSQLInput component in Talend Open Studio to execute a stored procedure with context variables as parameters.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Command I gave is below: It however complains of Invalid Character constant.&lt;/P&gt; 
&lt;P&gt;What is wrong with this command here?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any idea of what is wrong here?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; "EXEC sp_Cleanup_Table" '"+context.Version+"','"+context.ReportStartMonth+"','"+context.ReportEndMonth+"','"+context.ReportType+"'&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;TIA&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2017 17:54:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-05T17:54:37Z</dc:date>
    <item>
      <title>Invalid Character Constant when Executing stored procedure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Invalid-Character-Constant-when-Executing-stored-procedure/m-p/2371491#M134432</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Using MsSQLInput component in Talend Open Studio to execute a stored procedure with context variables as parameters.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Command I gave is below: It however complains of Invalid Character constant.&lt;/P&gt; 
&lt;P&gt;What is wrong with this command here?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any idea of what is wrong here?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; "EXEC sp_Cleanup_Table" '"+context.Version+"','"+context.ReportStartMonth+"','"+context.ReportEndMonth+"','"+context.ReportType+"'&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;TIA&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 17:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Invalid-Character-Constant-when-Executing-stored-procedure/m-p/2371491#M134432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-05T17:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Character Constant when Executing stored procedure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Invalid-Character-Constant-when-Executing-stored-procedure/m-p/2371492#M134433</link>
      <description>Try by switching the qoutes
&lt;BR /&gt;"EXEC sp_Cleanup_Table '" +context.Version+"','"+context.ReportStartMonth+"','"+context.ReportEndMonth+"','"+context.ReportType+"'"</description>
      <pubDate>Thu, 05 Oct 2017 18:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Invalid-Character-Constant-when-Executing-stored-procedure/m-p/2371492#M134433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-05T18:43:41Z</dc:date>
    </item>
  </channel>
</rss>

