<?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 tAccessInput mixing fields in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tAccessInput-mixing-fields/m-p/2326375#M95869</link>
    <description>&lt;P&gt;In the project I use tAccessInput for rows input from .accdb, and tXMLMap to build output XML document:&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="job.JPG" style="width: 463px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lrrz.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158063i4D3A15472217D3B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lrrz.jpg" alt="0683p000009Lrrz.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In development environment everything works fine, also if I export the job and run it outside of TOS on the same machine.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If I export the job and run it under 32-bit java, the numeric fields from Access table are mixed up in resulting XML.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Development computer is Win10 64 bit with TOS DI v6.4.1 and&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;Java(TM) SE Runtime Environment (build 1.8.0_152-b16)&lt;BR /&gt;Java HotSpot(TM) 64-Bit Server VM (build 25.152-b16, mixed mode)&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The other computer is Win7 32-bit:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
Java HotSpot(TM) Client VM (build 25.161-b12, mixed mode, sharing)&lt;/PRE&gt; 
&lt;P&gt;I'd appreciate any help ...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 28 Jan 2018 11:43:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-28T11:43:14Z</dc:date>
    <item>
      <title>tAccessInput mixing fields</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAccessInput-mixing-fields/m-p/2326375#M95869</link>
      <description>&lt;P&gt;In the project I use tAccessInput for rows input from .accdb, and tXMLMap to build output XML document:&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="job.JPG" style="width: 463px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lrrz.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158063i4D3A15472217D3B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lrrz.jpg" alt="0683p000009Lrrz.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In development environment everything works fine, also if I export the job and run it outside of TOS on the same machine.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If I export the job and run it under 32-bit java, the numeric fields from Access table are mixed up in resulting XML.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Development computer is Win10 64 bit with TOS DI v6.4.1 and&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;Java(TM) SE Runtime Environment (build 1.8.0_152-b16)&lt;BR /&gt;Java HotSpot(TM) 64-Bit Server VM (build 25.152-b16, mixed mode)&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The other computer is Win7 32-bit:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
Java HotSpot(TM) Client VM (build 25.161-b12, mixed mode, sharing)&lt;/PRE&gt; 
&lt;P&gt;I'd appreciate any help ...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jan 2018 11:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAccessInput-mixing-fields/m-p/2326375#M95869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-28T11:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: tAccessInput mixing fields</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAccessInput-mixing-fields/m-p/2326376#M95870</link>
      <description>&lt;P&gt;We resolved the problem, the computer with 32-bit java had some 'remainings' from an older java version. After java uninstall and reinstall, it works as it should.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 14:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAccessInput-mixing-fields/m-p/2326376#M95870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T14:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: tAccessInput mixing fields</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAccessInput-mixing-fields/m-p/2326377#M95871</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thanks for your feedback and sharing your solution on forum.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 07:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAccessInput-mixing-fields/m-p/2326377#M95871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-30T07:32:25Z</dc:date>
    </item>
  </channel>
</rss>

