<?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 with a table copy with Dynamic schema in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-a-table-copy-with-Dynamic-schema/m-p/2327281#M96674</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;SPAN&gt;Lojdr&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your answer !&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But the thing is that i'm using the Dynamic column solution, to avoid specifying the columns each time (so i'm just adding one "Dynamic" type column, on both ends). It's great to avoid editing the job each time a table is edited. Otherwise I'm indeed converting the data for tables with more specific columnbs, and it's working well.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2018 11:04:19 GMT</pubDate>
    <dc:creator>François_T</dc:creator>
    <dc:date>2018-02-20T11:04:19Z</dc:date>
    <item>
      <title>Problem with a table copy with Dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-a-table-copy-with-Dynamic-schema/m-p/2327279#M96672</link>
      <description>&lt;P&gt;Hello everybody !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to simply copy a table from a MS SQL Server database to another, using the Dynamic column type.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Source is a v11&lt;/P&gt;
&lt;P&gt;Destination is a V12&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error message is "the implicit conversion from Varchar to Varbinary is not allowed" (sorry if the translation is not perfect)&lt;/P&gt;
&lt;P&gt;Since I'm using the same Dynamic type on both sides, I don't see why the types would not match. And I&amp;nbsp; used this Dynamic type on plenty of other transfers without any problem. But maybe never from this source. Did any of you have the same problem ? To create the destination table manually with some column conversion is quite time consuming (loooots of columns), the Dynamic trick is great to avoid editing the transfer each time a column is modified. So it would be great to be able to use it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-a-table-copy-with-Dynamic-schema/m-p/2327279#M96672</guid>
      <dc:creator>François_T</dc:creator>
      <dc:date>2024-11-16T08:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a table copy with Dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-a-table-copy-with-Dynamic-schema/m-p/2327280#M96673</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to use the convert function during select. Eg.&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN class="kwd"&gt;SELECT&lt;/SPAN&gt; &lt;SPAN class="kwd"&gt;CONVERT&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;VARBINARY&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;25&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;),&lt;/SPAN&gt; &lt;SPAN class="str"&gt;'0x9473FBCCBC01AF'&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt; &lt;SPAN class="lit"&gt;1&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Where you change the second parameter with appropriate column name. Hope it helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Lojdr&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 15:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-a-table-copy-with-Dynamic-schema/m-p/2327280#M96673</guid>
      <dc:creator>lojdr</dc:creator>
      <dc:date>2018-01-30T15:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a table copy with Dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-a-table-copy-with-Dynamic-schema/m-p/2327281#M96674</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;SPAN&gt;Lojdr&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your answer !&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But the thing is that i'm using the Dynamic column solution, to avoid specifying the columns each time (so i'm just adding one "Dynamic" type column, on both ends). It's great to avoid editing the job each time a table is edited. Otherwise I'm indeed converting the data for tables with more specific columnbs, and it's working well.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 11:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-a-table-copy-with-Dynamic-schema/m-p/2327281#M96674</guid>
      <dc:creator>François_T</dc:creator>
      <dc:date>2018-02-20T11:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a table copy with Dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-a-table-copy-with-Dynamic-schema/m-p/2327282#M96675</link>
      <description>&lt;P&gt;did you ever find a solution on this one? Im doing pretty much the same thing. using a dynamic column to pull from mssql to a flat file and for some tables it gives conversion errors.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 20:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-a-table-copy-with-Dynamic-schema/m-p/2327282#M96675</guid>
      <dc:creator>thorrocks</dc:creator>
      <dc:date>2019-01-07T20:48:54Z</dc:date>
    </item>
  </channel>
</rss>

