<?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: Issue In tDotNetRow component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-In-tDotNetRow-component/m-p/2354413#M120394</link>
    <description>&lt;P&gt;If you can do your logic in JavaRow, please use the JavaRow.&amp;nbsp; It will be much faster since you will not have to marshal/unmarshal into .Net which is slow.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are lots of examples on using JavaRow in the forum.&amp;nbsp; Also, there are tXXXRow components which are there for you to call stored procedures, and then you can extract a recordset.&amp;nbsp; Look into extracting recordset to get a schema and then using normal tMap.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Feb 2018 03:43:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-21T03:43:28Z</dc:date>
    <item>
      <title>Issue In tDotNetRow component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-In-tDotNetRow-component/m-p/2354412#M120393</link>
      <description>&lt;P align="left"&gt;Hi,&lt;/P&gt; 
&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P align="left"&gt;Basically I have stored procedure returning many rows and I want to perform operations on these rows one by one. I am&amp;nbsp;not familiar to Java so I have decided to use tDotNetRow_1 instead of tJavaRow_1 component. I am new to&amp;nbsp;Talend I am&amp;nbsp;assuming that I can pass parameters to the .Net code using tDotNetRow_1&amp;nbsp; for each of the rows fetched from stored procedure. And hence perform operation on these rows one by one. Please tell me if my understanding is correct.&lt;/P&gt; 
&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P align="left"&gt;Also I am getting the following error while trying to run C#.Net code using tDotNetRow_1. For your reference I have attached my job design. Please let me know how to solve this issue.&lt;/P&gt; 
&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P align="left"&gt;Exception in thread "main" java.lang.UnsatisfiedLinkError: no janet-win64 in java.library.path&lt;/P&gt; 
&lt;P align="left"&gt;at java.lang.ClassLoader.loadLibrary(Unknown Source)&lt;/P&gt; 
&lt;P align="left"&gt;at java.lang.Runtime.loadLibrary0(Unknown Source)&lt;/P&gt; 
&lt;P align="left"&gt;at java.lang.System.loadLibrary(Unknown Source)&lt;/P&gt; 
&lt;P align="left"&gt;at org.talend.net.Object.loadLibrary(Object.java:201)&lt;/P&gt; 
&lt;P align="left"&gt;at org.talend.net.Object.&amp;lt;clinit&amp;gt;(Object.java:164)&lt;/P&gt; 
&lt;P align="left"&gt;at getting_started.testaddrecordonebyone_0_1.testaddrecordonebyone.tFixedFlowInput_1Process(testaddrecordonebyone.java:726)&lt;/P&gt; 
&lt;P align="left"&gt;at getting_started.testaddrecordonebyone_0_1.testaddrecordonebyone.runJobInTOS(testaddrecordonebyone.java:1376)&lt;/P&gt; 
&lt;P&gt;at getting_started.testaddrecordonebyone_0_1.testaddrecordonebyone.main(testaddrecordonebyone.java:1225)&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 07:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-In-tDotNetRow-component/m-p/2354412#M120393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-12T07:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue In tDotNetRow component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-In-tDotNetRow-component/m-p/2354413#M120394</link>
      <description>&lt;P&gt;If you can do your logic in JavaRow, please use the JavaRow.&amp;nbsp; It will be much faster since you will not have to marshal/unmarshal into .Net which is slow.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are lots of examples on using JavaRow in the forum.&amp;nbsp; Also, there are tXXXRow components which are there for you to call stored procedures, and then you can extract a recordset.&amp;nbsp; Look into extracting recordset to get a schema and then using normal tMap.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 03:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-In-tDotNetRow-component/m-p/2354413#M120394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-21T03:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue In tDotNetRow component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-In-tDotNetRow-component/m-p/2354414#M120395</link>
      <description>UnsatisfiedLinkError -- your program is looking for a dll that does not exist (or your program cant find it)</description>
      <pubDate>Wed, 21 Feb 2018 04:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-In-tDotNetRow-component/m-p/2354414#M120395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-21T04:59:36Z</dc:date>
    </item>
  </channel>
</rss>

