<?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: Reject option is not working-Talend Open Studio-Data Integration 6.1.1 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reject-option-is-not-working-Talend-Open-Studio-Data-Integration/m-p/2301744#M73814</link>
    <description>Hi Fwandz&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;The 'Use batch size' box aslo exists in the advanced settings of tMssqlOutput. Can you please upload a screenshot of advanced settings? 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Fri, 08 Jul 2016 11:35:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-08T11:35:48Z</dc:date>
    <item>
      <title>Reject option is not working-Talend Open Studio-Data Integration 6.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reject-option-is-not-working-Talend-Open-Studio-Data-Integration/m-p/2301741#M73811</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I am trying to reject the data on error after configuring the settings as given in the screenshots.Also I am explaining the steps which I have followed.But I am not able to find the error data.I have reffered the URL -&amp;nbsp;&lt;BR /&gt;Unchecked &amp;nbsp;the &amp;nbsp;&lt;STRONG&gt;die on error&lt;/STRONG&gt; check box in tmap component&amp;nbsp;&lt;BR /&gt;[list=1]&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Made the output catch output reject --&amp;gt;&amp;nbsp;&lt;STRONG&gt;true&lt;/STRONG&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Made the catch lookup inner join reject --&amp;gt; &lt;STRONG&gt;true&lt;/STRONG&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Added the column which needs to be displayed in the error log&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Applied the changes&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Added a new component &lt;STRONG&gt;tlogrow &lt;/STRONG&gt;and given the &lt;STRONG&gt;errorReject &lt;/STRONG&gt;option to this component from tmap&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;I am trying to catch the below error &amp;nbsp;while migrating data from informix to oracle DB .&lt;BR /&gt;[statistics] connecting to socket on port 3359&lt;BR /&gt;[statistics] connected&lt;BR /&gt;java.io.IOException: Code-set conversion function failed due to illegal sequence or invalid value.&lt;BR /&gt;at com.informix.lang.JavaToIfxType.doConversion(JavaToIfxType.java:845)&lt;BR /&gt;at com.informix.lang.JavaToIfxType.JavaToIfxChar(JavaToIfxType.java:145)&lt;BR /&gt;at com.informix.jdbc.IfxVarChar.toString(IfxVarChar.java:247)&lt;BR /&gt;at com.informix.jdbc.IfxResultSet.getString(IfxResultSet.java:742)&lt;BR /&gt;at routines.system.JDBCUtil.getString(JDBCUtil.java:21)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.tInformixInput_1Process(newmylist.java:1134)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.runJobInTOS(newmylist.java:1944)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.main(newmylist.java:1653)&lt;BR /&gt;java.io.IOException: Code-set conversion function failed due to illegal sequence or invalid value.&lt;BR /&gt;at com.informix.lang.JavaToIfxType.doConversion(JavaToIfxType.java:845)&lt;BR /&gt;at com.informix.lang.JavaToIfxType.JavaToIfxChar(JavaToIfxType.java:145)&lt;BR /&gt;at com.informix.jdbc.IfxVarChar.toString(IfxVarChar.java:247)&lt;BR /&gt;at com.informix.jdbc.IfxResultSet.getString(IfxResultSet.java:742)&lt;BR /&gt;at routines.system.JDBCUtil.getString(JDBCUtil.java:21)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.tInformixInput_1Process(newmylist.java:1134)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.runJobInTOS(newmylist.java:1944)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.main(newmylist.java:1653)&lt;BR /&gt;java.io.IOException: Code-set conversion function failed due to illegal sequence or invalid value.&lt;BR /&gt;at com.informix.lang.JavaToIfxType.doConversion(JavaToIfxType.java:845)&lt;BR /&gt;at com.informix.lang.JavaToIfxType.JavaToIfxChar(JavaToIfxType.java:145)&lt;BR /&gt;at com.informix.jdbc.IfxVarChar.toString(IfxVarChar.java:247)&lt;BR /&gt;at com.informix.jdbc.IfxResultSet.getString(IfxResultSet.java:742)&lt;BR /&gt;at routines.system.JDBCUtil.getString(JDBCUtil.java:21)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.tInformixInput_1Process(newmylist.java:1134)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.runJobInTOS(newmylist.java:1944)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.main(newmylist.java:1653)&lt;BR /&gt;java.io.IOException: Code-set conversion function failed due to illegal sequence or invalid value.&lt;BR /&gt;at com.informix.lang.JavaToIfxType.doConversion(JavaToIfxType.java:845)&lt;BR /&gt;at com.informix.lang.JavaToIfxType.JavaToIfxChar(JavaToIfxType.java:145)&lt;BR /&gt;at com.informix.jdbc.IfxVarChar.toString(IfxVarChar.java:247)&lt;BR /&gt;at com.informix.jdbc.IfxResultSet.getString(IfxResultSet.java:742)&lt;BR /&gt;at routines.system.JDBCUtil.getString(JDBCUtil.java:21)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.tInformixInput_1Process(newmylist.java:1134)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.runJobInTOS(newmylist.java:1944)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.main(newmylist.java:1653)&lt;BR /&gt;java.io.IOException: Code-set conversion function failed due to illegal sequence or invalid value.&lt;BR /&gt;at com.informix.lang.JavaToIfxType.doConversion(JavaToIfxType.java:845)&lt;BR /&gt;at com.informix.lang.JavaToIfxType.JavaToIfxChar(JavaToIfxType.java:145)&lt;BR /&gt;at com.informix.jdbc.IfxVarChar.toString(IfxVarChar.java:247)&lt;BR /&gt;at com.informix.jdbc.IfxResultSet.getString(IfxResultSet.java:742)&lt;BR /&gt;at routines.system.JDBCUtil.getString(JDBCUtil.java:21)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.tInformixInput_1Process(newmylist.java:1134)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.runJobInTOS(newmylist.java:1944)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.main(newmylist.java:1653)&lt;BR /&gt;java.io.IOException: Code-set conversion function failed due to illegal sequence or invalid value.&lt;BR /&gt;at com.informix.lang.JavaToIfxType.doConversion(JavaToIfxType.java:845)&lt;BR /&gt;at com.informix.lang.JavaToIfxType.JavaToIfxChar(JavaToIfxType.java:145)&lt;BR /&gt;at com.informix.jdbc.IfxVarChar.toString(IfxVarChar.java:247)&lt;BR /&gt;at com.informix.jdbc.IfxResultSet.getString(IfxResultSet.java:742)&lt;BR /&gt;at routines.system.JDBCUtil.getString(JDBCUtil.java:21)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.tInformixInput_1Process(newmylist.java:1134)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.runJobInTOS(newmylist.java:1944)&lt;BR /&gt;at datamigration.newmylist_0_1.newmylist.main(newmylist.java:1653)&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job newmylist ended at 10:23 08/07/2016. [exit code=0]&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 06:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reject-option-is-not-working-Talend-Open-Studio-Data-Integration/m-p/2301741#M73811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-08T06:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reject option is not working-Talend Open Studio-Data Integration 6.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reject-option-is-not-working-Talend-Open-Studio-Data-Integration/m-p/2301742#M73812</link>
      <description>Hi&amp;nbsp;
&lt;BR /&gt;Make sure the 'Use batch size' box is unchecked in the advanced settings panel of tOracleOutput if you want to use the reject link.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 08 Jul 2016 08:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reject-option-is-not-working-Talend-Open-Studio-Data-Integration/m-p/2301742#M73812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-08T08:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reject option is not working-Talend Open Studio-Data Integration 6.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reject-option-is-not-working-Talend-Open-Studio-Data-Integration/m-p/2301743#M73813</link>
      <description>Hi, i can t have the reject output in Mssql_output and i don t see 'Use batch size' in Advanced setting, am i missing something?&lt;BR /&gt;version 6.1.1</description>
      <pubDate>Fri, 08 Jul 2016 09:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reject-option-is-not-working-Talend-Open-Studio-Data-Integration/m-p/2301743#M73813</guid>
      <dc:creator>Franz3</dc:creator>
      <dc:date>2016-07-08T09:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reject option is not working-Talend Open Studio-Data Integration 6.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reject-option-is-not-working-Talend-Open-Studio-Data-Integration/m-p/2301744#M73814</link>
      <description>Hi Fwandz&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;The 'Use batch size' box aslo exists in the advanced settings of tMssqlOutput. Can you please upload a screenshot of advanced settings? 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 08 Jul 2016 11:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reject-option-is-not-working-Talend-Open-Studio-Data-Integration/m-p/2301744#M73814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-08T11:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reject option is not working-Talend Open Studio-Data Integration 6.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reject-option-is-not-working-Talend-Open-Studio-Data-Integration/m-p/2301745#M73815</link>
      <description>Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;I have made the use batch size unchecked . Still I ma not able to capture the rejected data. Please help me .</description>
      <pubDate>Fri, 08 Jul 2016 11:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reject-option-is-not-working-Talend-Open-Studio-Data-Integration/m-p/2301745#M73815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-08T11:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reject option is not working-Talend Open Studio-Data Integration 6.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reject-option-is-not-working-Talend-Open-Studio-Data-Integration/m-p/2301746#M73816</link>
      <description>The problem is a mismatch between the Java type of a schema column and the actual returned value from the query.&amp;nbsp; 
&lt;BR /&gt;Please run the job again and look in the code section at this line: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;at datamigration.newmylist_0_1.newmylist.tInformixInput_1Process(newmylist.java:1134) &amp;nbsp; &amp;nbsp;&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;perhaps the line number is changed - you will see it in the new stack trace.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Now find out which column is affected (you will see a schema column name assignment at the mentioned line).&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;[font=Verdana, Helvetica, Arial, sans-serif] 
&lt;FONT size="1"&gt;Change the Java type of the schema column and try it again.&lt;/FONT&gt;[/font]</description>
      <pubDate>Sun, 10 Jul 2016 09:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reject-option-is-not-working-Talend-Open-Studio-Data-Integration/m-p/2301746#M73816</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-10T09:51:48Z</dc:date>
    </item>
  </channel>
</rss>

