<?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: Unrecognized type id_byte[] in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207488#M7100</link>
    <description>Hi 
&lt;BR /&gt;Which database? Do you use dynamic schema?
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
    <pubDate>Tue, 09 Jun 2020 05:17:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-09T05:17:56Z</dc:date>
    <item>
      <title>Unrecognized type id_byte[]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207487#M7099</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am getting this error "Unrecognized type id_byte[] " .I am copying tables from one db to another db.I didn't had issues with most of the tables.With this error I couldn't find the error comes where .I tried changing all the datatype to varchar but still it is not accepting.I don't have any idea of this error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for suggestions if you have any idea,&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Manoj&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207487#M7099</guid>
      <dc:creator>Manoj_MUTHURAJA</dc:creator>
      <dc:date>2024-11-16T02:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognized type id_byte[]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207488#M7100</link>
      <description>Hi 
&lt;BR /&gt;Which database? Do you use dynamic schema?
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 09 Jun 2020 05:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207488#M7100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-09T05:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognized type id_byte[]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207489#M7101</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm copying data of tables from Oracle to Snowflake.Just the&amp;nbsp; tables are dynamic , schema remains constant.&lt;/P&gt;&lt;P&gt;There is a column of datatype byte[] on a table of oracle.But generally I use the datatype dynamic for all tables it is working ,but I don't know why it is not accepting the datatype byte[].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I copy the table manually it means one to one in another job,there are no issues.I think maybe on the snowflake side it couldn't identify the datatype (byte[]).&lt;/P&gt;&lt;P&gt;This column in the database is of datatype Raw(16) which is recogonized as byte[] in talend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 06:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207489#M7101</guid>
      <dc:creator>Manoj_MUTHURAJA</dc:creator>
      <dc:date>2020-06-09T06:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognized type id_byte[]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207490#M7102</link>
      <description>Hi 
&lt;BR /&gt;I have seen a similar issue, see below. 
&lt;BR /&gt; 
&lt;BR /&gt;Exception in component tSnowflakeOutput_1 (testJob) 
&lt;BR /&gt; 
&lt;BR /&gt;java.lang.UnsupportedOperationException: Unrecognized type id_Object 
&lt;BR /&gt; 
&lt;BR /&gt; at org.talend.daikon.di.DiIncomingSchemaEnforcer.diToAvro(DiIncomingSchemaEnforcer.java:199) 
&lt;BR /&gt; 
&lt;BR /&gt; at org.talend.daikon.di.DiIncomingSchemaEnforcer.addDynamicField(DiIncomingSchemaEnforcer.java:149) 
&lt;BR /&gt; 
&lt;BR /&gt; at local_project651.testjob_0_1.testJob.tMSSqlInput_1Process(testJob.java:1220) 
&lt;BR /&gt; 
&lt;BR /&gt; at local_project651.testjob_0_1.testJob.runJobInTOS(testJob.java:2728) 
&lt;BR /&gt; 
&lt;BR /&gt; at local_project651.testjob_0_1.testJob.main(testJob.java:2541) 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Root Cause 
&lt;BR /&gt; The above error was due to the dbType in the mapping files are not compatible. For example of the test job for the error above; the job retrieve data from the table name account1 in Microsoft Server database then insert data into SnowFlake database. Both tables in both database has the same columns and the same datatype (note: datatype is not the same as dbType) in the schema. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;When customer used the dynamic schema in their job to retrieve data from the dabase (ex: SQL Server in this case) then insert data into SnowFlake with dynamic schema. The dbType of input columns in the job (ex: tMSSqlInput) will be rely on the setting in the Talend Type Mapping Files. For this case, it is the mapping_MSSQL.xml. For the dbType of Money in the mapping_MSSQL.xml file for acct_balance column; the setting is only has 
&lt;BR /&gt; 
&lt;BR /&gt; &amp;lt;dbType type="MONEY"&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt; &amp;lt;talendType type="id_Object" default="true" /&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt; &amp;lt;/dbType&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt;But in the mapping_Snowflake.xml, there is no dbType of MONEY. It only has the type (which is datatype) of Double: 
&lt;BR /&gt; 
&lt;BR /&gt; &amp;lt;dbType type="DOUBLE"&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt; &amp;lt;talendType type="id_Double" default="true" /&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt; &amp;lt;/dbType&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Therefore, when it passes data from the tMSSqlInput component to tSnowflakeOutput component, it is error out in the tSnowflakeOutput component for not recognize the id_Object. 
&lt;BR /&gt; 
&lt;BR /&gt;Solution 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;The easy way to fix this error is, we need to change the dbType from id_Object to id_Double for the MONEY in the mapping_MSSQL.xml file. So, it is compatible to the mapping_Snowflake.xml. To do this by follow below steps: 
&lt;BR /&gt; 
&lt;BR /&gt;Open the studio 
&lt;BR /&gt;Navigate to File 
&lt;BR /&gt;Click on Edit Project properties 
&lt;BR /&gt;Expand the General 
&lt;BR /&gt;Click on the Metadata of TalendType 
&lt;BR /&gt;Scroll down then click on the mapping_MSSQL.xml and then click Edit 
&lt;BR /&gt;Scroll down the mapping_MSSQL.xml file to the tag &amp;lt;dbType type="MONEY"&amp;gt; 
&lt;BR /&gt;&amp;lt;dbType type="MONEY"&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt; &amp;lt;talendType type="id_Object" default="true" /&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt; &amp;lt;/dbType&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Then change from &amp;lt;talendType type="id_Object" default="true" /&amp;gt; in the tag &amp;lt;dbType type="MONEY"&amp;gt; to &amp;lt;talendType type="id_Double" default="true" /&amp;gt; 
&lt;BR /&gt;Example: 
&lt;BR /&gt; 
&lt;BR /&gt; From: 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;lt;dbType type="MONEY"&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;lt;talendType type="id_Object" default="true" /&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;lt;/dbType&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;To: 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;lt;dbType type="MONEY"&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;lt;talendType type="id_Double" default="true" /&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt; &amp;lt;/dbType&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt;After, made the above change then ran the job; the job should works. 
&lt;BR /&gt; 
&lt;BR /&gt;Hope it helps you! 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 10 Jun 2020 04:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207490#M7102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-10T04:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognized type id_byte[]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207491#M7103</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt;
&lt;P&gt;Thanks for your reply.It is really a good solution.I have found another solution that as we have a mass volume of tables and datas,the tables which causes the problem we will choose just the columns which are not causing the problem.&lt;/P&gt;
&lt;P&gt;We have an excel sheet which has the list of tables with the columns and the where conditions.&lt;/P&gt;
&lt;P&gt;So in the conditions I will eliminate the columns which has the issues.For now its okay I guess ,but If the column which has an issue is important then I have to go through the steps you have proposed.Thank you very much,your reply is very clear,I hope it will be useful for me in future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a good day,&lt;/P&gt;
&lt;P&gt;Manoj&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 07:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207491#M7103</guid>
      <dc:creator>Manoj_MUTHURAJA</dc:creator>
      <dc:date>2020-06-10T07:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognized type id_byte[]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207492#M7104</link>
      <description>Thank you for your positive feedback, and it’s great to see you get help from the community &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jun 2020 07:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207492#M7104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-10T07:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognized type id_byte[]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207493#M7105</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having the same issue while using dynamic schema for varbinary columns in the source. My source is SAP Hana and target is Snowflake. Tried modifying the mapping xmls but doesnt seem to work. Getting a Unrecognized type id_byte[] error. &lt;/P&gt;&lt;P&gt;Any advice would be highly appreciated&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 14:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207493#M7105</guid>
      <dc:creator>SIyer1613043172</dc:creator>
      <dc:date>2021-08-09T14:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognized type id_byte[]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207494#M7106</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am also facing the similar error, could you please help me you have find any solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[FATAL] 14:56:22 eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf- tDBOutput_1 Unrecognized type id_Object&lt;/P&gt;&lt;P&gt;java.lang.UnsupportedOperationException: Unrecognized type id_Object&lt;/P&gt;&lt;P&gt;	at org.talend.codegen.enforcer.IncomingSchemaEnforcer.diToAvro(IncomingSchemaEnforcer.java:306) ~[talend-codegen-utils-0.31.0.jar:?]&lt;/P&gt;&lt;P&gt;	at org.talend.codegen.enforcer.IncomingSchemaEnforcer.addDynamicField(IncomingSchemaEnforcer.java:173) ~[talend-codegen-utils-0.31.0.jar:?]&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tDBInput_1Process(jobitemmastercdstosf.java:4090) [classes/:?]&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tDBInput_3Process(jobitemmastercdstosf.java:2675) [classes/:?]&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tJava_6Process(jobitemmastercdstosf.java:1491) [classes/:?]&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tDBConnection_2Process(jobitemmastercdstosf.java:1353) [classes/:?]&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tJava_14Process(jobitemmastercdstosf.java:4855) [classes/:?]&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tDBConnection_3Process(jobitemmastercdstosf.java:4715) [classes/:?]&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tRESTClient_3Process(jobitemmastercdstosf.java:6860) [classes/:?]&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tJava_3Process(jobitemmastercdstosf.java:5934) [classes/:?]&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tFileInputDelimited_1Process(jobitemmastercdstosf.java:5774) [classes/:?]&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.runJobInTOS(jobitemmastercdstosf.java:8210) [classes/:?]&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.main(jobitemmastercdstosf.java:7670) [classes/:?]&lt;/P&gt;&lt;P&gt;Exception in component tDBOutput_1 (jobitemmastercdstosf)&lt;/P&gt;&lt;P&gt;java.lang.UnsupportedOperationException: Unrecognized type id_Object&lt;/P&gt;&lt;P&gt;	at org.talend.codegen.enforcer.IncomingSchemaEnforcer.diToAvro(IncomingSchemaEnforcer.java:306)&lt;/P&gt;&lt;P&gt;	at org.talend.codegen.enforcer.IncomingSchemaEnforcer.addDynamicField(IncomingSchemaEnforcer.java:173)&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tDBInput_1Process(jobitemmastercdstosf.java:4090)&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tDBInput_3Process(jobitemmastercdstosf.java:2675)&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tJava_6Process(jobitemmastercdstosf.java:1491)&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tDBConnection_2Process(jobitemmastercdstosf.java:1353)&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tJava_14Process(jobitemmastercdstosf.java:4855)&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tDBConnection_3Process(jobitemmastercdstosf.java:4715)&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tRESTClient_3Process(jobitemmastercdstosf.java:6860)&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tJava_3Process(jobitemmastercdstosf.java:5934)&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.tFileInputDelimited_1Process(jobitemmastercdstosf.java:5774)&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.runJobInTOS(jobitemmastercdstosf.java:8210)&lt;/P&gt;&lt;P&gt;	at eim_itemmaster.jobitemmastercdstosf_0_1.jobitemmastercdstosf.main(jobitemmastercdstosf.java:7670)&lt;/P&gt;&lt;P&gt;job ended : 2023-01-20 14:56:22&lt;/P&gt;&lt;P&gt;[statistics] disconnected&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 19:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unrecognized-type-id-byte/m-p/2207494#M7106</guid>
      <dc:creator>KB_Parpally</dc:creator>
      <dc:date>2023-01-20T19:59:30Z</dc:date>
    </item>
  </channel>
</rss>

