<?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 use tDotNETInstantiate and tDotNETRow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/use-tDotNETInstantiate-and-tDotNETRow/m-p/2249552#M34055</link>
    <description>Hi Team, 
&lt;BR /&gt;I try to call .net dll in Talend.&amp;nbsp; I already install janet-win64.dll under Windows-system32.&amp;nbsp; 
&lt;BR /&gt;I installed &amp;nbsp;.net framework 4.6.1 sdk and .net framework 4.6.2. 
&lt;BR /&gt;I load the dll from a net server:&amp;nbsp; "//ADEFX/users/wm/My Documents/WDMF/sdk/accesswell.AppFrame.IO.dll" 
&lt;BR /&gt;Fully class name: "Peloton.AppFrame.IO.IOEngine" 
&lt;BR /&gt;The constructor need some parameters: 
&lt;BR /&gt;IOEngine mIOEngine = new IOEngine(sysFolder, customFolder, userFolder, "All Data", "", "Metric"); 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;So I pass the values to the contructor in tDotNETInstantiate as follows:&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"H:\\My Documents\\WDMF\\WellView10.1\\WellView 10.1 app\\system"&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"H:\\My Documents\\WDMF\\WellView10.1\\WellView 10.1 app\\custom"&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"H:\\My Documents\\WDMF\\WellView10.1\\WellView 10.1 app\\user"&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"All Data"&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;""&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"Metric"&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;When I run the ETL job in Talend studio. I got the error as follows: 
&lt;BR /&gt; 
&lt;B&gt;System.ArgumentException: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly.LoadFile(String path)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Java_org_talend_net_Object_loadAssmbly(JNIEnv_* env, _jclass* _this, _jstring* libPath)&lt;BR /&gt;#&lt;BR /&gt;# A fatal error has been detected by the Java Runtime Environment:&lt;BR /&gt;#&lt;BR /&gt;#&amp;nbsp; Internal Error (os_windows_x86.cpp:143), pid=22500, tid=23780&lt;BR /&gt;#&amp;nbsp; guarantee(result == EXCEPTION_CONTINUE_EXECUTION) failed: Unexpected result from topLevelExceptionFilter&lt;BR /&gt;#&lt;BR /&gt;# JRE version: Java(TM) SE Runtime Environment (7.0_71-b14) (build 1.7.0_71-b14)&lt;BR /&gt;# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.71-b01 mixed mode windows-amd64 compressed oops)&lt;BR /&gt;# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows&lt;BR /&gt;#&lt;BR /&gt;# An error report file with more information is saved as:&lt;BR /&gt;# C:\Talend\5.6.1\studio\hs_err_pid22500.log&lt;BR /&gt;#&lt;BR /&gt;# If you would like to submit a bug report, please visit:&lt;BR /&gt;# The crash happened outside the Java Virtual Machine in native code.&lt;BR /&gt;# See problematic frame for where to report the bug.&lt;/B&gt; 
&lt;BR /&gt;I think the parameters should be correct. I guess something is wrong in my environment. Anyone can help? 
&lt;BR /&gt;Many thanks 
&lt;BR /&gt;Min</description>
    <pubDate>Sat, 16 Nov 2024 10:24:06 GMT</pubDate>
    <dc:creator>wangminjob</dc:creator>
    <dc:date>2024-11-16T10:24:06Z</dc:date>
    <item>
      <title>use tDotNETInstantiate and tDotNETRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/use-tDotNETInstantiate-and-tDotNETRow/m-p/2249552#M34055</link>
      <description>Hi Team, 
&lt;BR /&gt;I try to call .net dll in Talend.&amp;nbsp; I already install janet-win64.dll under Windows-system32.&amp;nbsp; 
&lt;BR /&gt;I installed &amp;nbsp;.net framework 4.6.1 sdk and .net framework 4.6.2. 
&lt;BR /&gt;I load the dll from a net server:&amp;nbsp; "//ADEFX/users/wm/My Documents/WDMF/sdk/accesswell.AppFrame.IO.dll" 
&lt;BR /&gt;Fully class name: "Peloton.AppFrame.IO.IOEngine" 
&lt;BR /&gt;The constructor need some parameters: 
&lt;BR /&gt;IOEngine mIOEngine = new IOEngine(sysFolder, customFolder, userFolder, "All Data", "", "Metric"); 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;So I pass the values to the contructor in tDotNETInstantiate as follows:&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"H:\\My Documents\\WDMF\\WellView10.1\\WellView 10.1 app\\system"&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"H:\\My Documents\\WDMF\\WellView10.1\\WellView 10.1 app\\custom"&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"H:\\My Documents\\WDMF\\WellView10.1\\WellView 10.1 app\\user"&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"All Data"&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;""&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"Metric"&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;When I run the ETL job in Talend studio. I got the error as follows: 
&lt;BR /&gt; 
&lt;B&gt;System.ArgumentException: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly.LoadFile(String path)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Java_org_talend_net_Object_loadAssmbly(JNIEnv_* env, _jclass* _this, _jstring* libPath)&lt;BR /&gt;#&lt;BR /&gt;# A fatal error has been detected by the Java Runtime Environment:&lt;BR /&gt;#&lt;BR /&gt;#&amp;nbsp; Internal Error (os_windows_x86.cpp:143), pid=22500, tid=23780&lt;BR /&gt;#&amp;nbsp; guarantee(result == EXCEPTION_CONTINUE_EXECUTION) failed: Unexpected result from topLevelExceptionFilter&lt;BR /&gt;#&lt;BR /&gt;# JRE version: Java(TM) SE Runtime Environment (7.0_71-b14) (build 1.7.0_71-b14)&lt;BR /&gt;# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.71-b01 mixed mode windows-amd64 compressed oops)&lt;BR /&gt;# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows&lt;BR /&gt;#&lt;BR /&gt;# An error report file with more information is saved as:&lt;BR /&gt;# C:\Talend\5.6.1\studio\hs_err_pid22500.log&lt;BR /&gt;#&lt;BR /&gt;# If you would like to submit a bug report, please visit:&lt;BR /&gt;# The crash happened outside the Java Virtual Machine in native code.&lt;BR /&gt;# See problematic frame for where to report the bug.&lt;/B&gt; 
&lt;BR /&gt;I think the parameters should be correct. I guess something is wrong in my environment. Anyone can help? 
&lt;BR /&gt;Many thanks 
&lt;BR /&gt;Min</description>
      <pubDate>Sat, 16 Nov 2024 10:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/use-tDotNETInstantiate-and-tDotNETRow/m-p/2249552#M34055</guid>
      <dc:creator>wangminjob</dc:creator>
      <dc:date>2024-11-16T10:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: use tDotNETInstantiate and tDotNETRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/use-tDotNETInstantiate-and-tDotNETRow/m-p/2249553#M34056</link>
      <description>Hi,&lt;BR /&gt;Are you using talend 5.6.1? Have you already checked component reference about &lt;A href="https://help.talend.com/search/all?query=tDotNETRow&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tDotNETRow&lt;/A&gt;?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 19 Sep 2016 08:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/use-tDotNETInstantiate-and-tDotNETRow/m-p/2249553#M34056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-19T08:36:53Z</dc:date>
    </item>
  </channel>
</rss>

