<?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: UnsatisfiedLinkError: SAP component - TOS in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310011#M81173</link>
    <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;java.lang.UnsatisfiedLinkError: C:\Windows\System32\sapjco3.dll: Can't load IA 64-bit .dll on a AMD 64-bit platform&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;It seems that sapjco3.dll file is only complied in 32 bit OS, so it can't load in 64-bit jvm platform. 
&lt;BR /&gt;Actually,jdk provide two kinds of jvm platform (32bit and 64bit),the default jvm be used in 64 OS is 64bit. If you want to load 32bit dll file in Talend Studio in 64 OS,you can add a argument ("-d32") in job configuration,if argument "-d32" is added ,job will run in 32bit jvm.(Refer to attachment). 
&lt;BR /&gt;Let me know if it is OK with you. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB41.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151591i88C02CD5407FF056/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB41.png" alt="0683p000009MB41.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Mon, 02 Sep 2013 11:49:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-09-02T11:49:54Z</dc:date>
    <item>
      <title>UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310008#M81170</link>
      <description>Hello, 
&lt;BR /&gt;I am getting below error when i run the job in talend studio:
&lt;BR /&gt;statistics] connecting to socket on port 4072
&lt;BR /&gt; connected
&lt;BR /&gt;java.lang.UnsatisfiedLinkError: C:\Windows\System32\sapjco3.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
&lt;BR /&gt; at java.lang.ClassLoader$NativeLibrary.load(Native Method)
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary0(Unknown Source)
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary(Unknown Source)
&lt;BR /&gt; at java.lang.Runtime.loadLibrary0(Unknown Source)
&lt;BR /&gt; at java.lang.System.loadLibrary(Unknown Source)
&lt;BR /&gt; at 
&lt;BR /&gt;
&lt;BR /&gt;i have correct dll from sap at system 32 bit folder, tried talend 32bit and 64 bit both on my 64 bit windows machine. 
&lt;BR /&gt;please suggest</description>
      <pubDate>Sat, 16 Nov 2024 11:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310008#M81170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310009#M81171</link>
      <description>Hi, &lt;BR /&gt;Which talend product build version are you using? What's your jdk version? 64bit?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 30 Aug 2013 02:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310009#M81171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-30T02:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310010#M81172</link>
      <description>Hi 
&lt;BR /&gt;I am trying with Talend Open Studio for ESB 5.2.3.r105372. 
&lt;BR /&gt;My windows client is using Windows 7, Service Pack 1, 64bit machine. 
&lt;BR /&gt;I am using 64bit JDK; JDK version is: 1.7.0_25 
&lt;BR /&gt;Currently, I have installed sapjco3.jar into Talend and I could see them in the installed modules. And copied sapjco3.dll into system32 folder. 
&lt;BR /&gt;I am getting below error when I run my job from Talend Open studio: 
&lt;BR /&gt;--------------------------------------------------------------------------------------------------------------------------------- 
&lt;BR /&gt;Starting job sapDemo at 14:47 02/09/2013. 
&lt;BR /&gt; 
&lt;BR /&gt; connecting to socket on port 3510 
&lt;BR /&gt; connected 
&lt;BR /&gt;java.lang.UnsatisfiedLinkError: C:\Windows\System32\sapjco3.dll: Can't load IA 64-bit .dll on a AMD 64-bit platform 
&lt;BR /&gt; at java.lang.ClassLoader$NativeLibrary.load(Native Method) 
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary1(Unknown Source) 
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary0(Unknown Source) 
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary(Unknown Source) 
&lt;BR /&gt; at java.lang.Runtime.loadLibrary0(Unknown Source) 
&lt;BR /&gt; at java.lang.System.loadLibrary(Unknown Source) 
&lt;BR /&gt; at com.sap.conn.jco.rt.DefaultJCoRuntime.loadLibrary(DefaultJCoRuntime.java:493) 
&lt;BR /&gt; at com.sap.conn.jco.rt.DefaultJCoRuntime.registerNativeMethods(DefaultJCoRuntime.java:361) 
&lt;BR /&gt; at com.sap.conn.jco.rt.JCoRuntime.registerNatives(JCoRuntime.java:1190) 
&lt;BR /&gt; at com.sap.conn.rfc.driver.CpicDriver.&amp;lt;clinit&amp;gt;(CpicDriver.java:954) 
&lt;BR /&gt; at com.sap.conn.rfc.engine.DefaultRfcRuntime.getVersion(DefaultRfcRuntime.java:36) 
&lt;BR /&gt; at com.sap.conn.rfc.api.RfcApi.RfcGetVersion(RfcApi.java:238) 
&lt;BR /&gt; at com.sap.conn.jco.rt.MiddlewareJavaRfc.&amp;lt;clinit&amp;gt;(MiddlewareJavaRfc.java:216) 
&lt;BR /&gt; at com.sap.conn.jco.rt.DefaultJCoRuntime.initialize(DefaultJCoRuntime.java:79) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; at com.sap.conn.jco.rt.JCoRuntimeFactory.&amp;lt;clinit&amp;gt;(JCoRuntimeFactory.java:23) 
&lt;BR /&gt; at com.sap.conn.jco.rt.RuntimeEnvironment.&amp;lt;init&amp;gt;(RuntimeEnvironment.java:43) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.Class.newInstance(Unknown Source) 
&lt;BR /&gt; at com.sap.conn.jco.ext.Environment.getInstance(Environment.java:155) 
&lt;BR /&gt; at com.sap.conn.jco.ext.Environment.registerDestinationDataProvider(Environment.java:259) 
&lt;BR /&gt; at demo1.sapdemo_0_1.sapDemo.tSAPConnection_1Process(sapDemo.java:320) 
&lt;BR /&gt; at demo1.sapdemo_0_1.sapDemo.runJobInTOS(sapDemo.java:634) 
&lt;BR /&gt; at demo1.sapdemo_0_1.sapDemo.main(sapDemo.java:502) 
&lt;BR /&gt;Exception in thread "main" java.lang.ExceptionInInitializerError: Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: C:\Windows\System32\sapjco3.dll: Can't load IA 64-bit .dll on a AMD 64-bit platform 
&lt;BR /&gt; at com.sap.conn.jco.rt.MiddlewareJavaRfc.&amp;lt;clinit&amp;gt;(MiddlewareJavaRfc.java:228) 
&lt;BR /&gt; at com.sap.conn.jco.rt.DefaultJCoRuntime.initialize(DefaultJCoRuntime.java:79) 
&lt;BR /&gt; at com.sap.conn.jco.rt.JCoRuntimeFactory.&amp;lt;clinit&amp;gt;(JCoRuntimeFactory.java:23) 
&lt;BR /&gt; at com.sap.conn.jco.rt.RuntimeEnvironment.&amp;lt;init&amp;gt;(RuntimeEnvironment.java:43) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.Class.newInstance(Unknown Source) 
&lt;BR /&gt; at com.sap.conn.jco.ext.Environment.getInstance(Environment.java:155) 
&lt;BR /&gt; at com.sap.conn.jco.ext.Environment.registerDestinationDataProvider(Environment.java:259) 
&lt;BR /&gt; at demo1.sapdemo_0_1.sapDemo.tSAPConnection_1Process(sapDemo.java:320) 
&lt;BR /&gt; at demo1.sapdemo_0_1.sapDemo.runJobInTOS(sapDemo.java:634) 
&lt;BR /&gt; at demo1.sapdemo_0_1.sapDemo.main(sapDemo.java:502) 
&lt;BR /&gt;Job sapDemo ended at 14:47 02/09/2013. 
&lt;BR /&gt;--------------------------------------------------------------------------------------------------------------------------------- 
&lt;BR /&gt;Appreciate quick suggestions. 
&lt;BR /&gt;Thanks, Ram</description>
      <pubDate>Mon, 02 Sep 2013 10:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310010#M81172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-02T10:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310011#M81173</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;java.lang.UnsatisfiedLinkError: C:\Windows\System32\sapjco3.dll: Can't load IA 64-bit .dll on a AMD 64-bit platform&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;It seems that sapjco3.dll file is only complied in 32 bit OS, so it can't load in 64-bit jvm platform. 
&lt;BR /&gt;Actually,jdk provide two kinds of jvm platform (32bit and 64bit),the default jvm be used in 64 OS is 64bit. If you want to load 32bit dll file in Talend Studio in 64 OS,you can add a argument ("-d32") in job configuration,if argument "-d32" is added ,job will run in 32bit jvm.(Refer to attachment). 
&lt;BR /&gt;Let me know if it is OK with you. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB41.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151591i88C02CD5407FF056/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB41.png" alt="0683p000009MB41.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 02 Sep 2013 11:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310011#M81173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-02T11:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310012#M81174</link>
      <description>Hi
&lt;BR /&gt;It means, i have to change the following: (assuming i am using 32 bit dll file)
&lt;BR /&gt;1. download and Install 32 bit JDK/JVM
&lt;BR /&gt;2. Change JVM to 32 bit JVM from Talend Studio---&amp;gt;Preferences--&amp;gt;Java--&amp;gt;Installed JREs--&amp;gt;(check) 32bit JVM
&lt;BR /&gt;3. add an argument ("-d32") in job configuration
&lt;BR /&gt;4. copy the dll file into "C:\Windows\SysWOW64\" folder (Edited)
&lt;BR /&gt;I will give a try now.
&lt;BR /&gt;Thanks, Ram</description>
      <pubDate>Tue, 03 Sep 2013 10:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310012#M81174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-03T10:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310013#M81175</link>
      <description>Hi 
&lt;BR /&gt;I have executed the above mentioned steps. Below is the error message i see in Console. 
&lt;BR /&gt;----------------------------------------------------------------- 
&lt;BR /&gt;Starting job sapJobTest at 14:45 03/09/2013. 
&lt;BR /&gt; 
&lt;BR /&gt;Error: This Java instance does not support a 32-bit JVM. 
&lt;BR /&gt;Please install the desired version. 
&lt;BR /&gt;Job sapJobTest ended at 14:45 03/09/2013. 
&lt;BR /&gt;------------------------------------------------------------------- 
&lt;BR /&gt;It is very surprising to see this error. I have actually downloaded jdk-7u25-windows-i586.exe from Oracle (earlier Sun) site for windows. To my understanding x86 or i586 represents 32bit whereas x64 represents 64bit. 
&lt;BR /&gt;What could be the issue here? 
&lt;BR /&gt;.......Ram</description>
      <pubDate>Tue, 03 Sep 2013 10:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310013#M81175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-03T10:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310014#M81176</link>
      <description>When i have read the error message, i have interpreted like this: 
&lt;BR /&gt;The JVM configured is 32bit JVM -- this is what i wanted 
&lt;BR /&gt;but this is not supported by "this java instance" - which means the java instance used by Talend!!?!! 
&lt;BR /&gt;So, when i looked into Talend Studio Root directory, i found this --&amp;gt;TOS_ESB-win32-x86.exe -- i assume this is meant to be run in 32bit windows machine 
&lt;BR /&gt;I have run this and checked all the configuration done earlier. The argument added to job was missing. hence, added the argument (-d32) again and executed the job. Then i got this below error: 
&lt;BR /&gt;-------------------------------------------------------------------------------------------------------- 
&lt;BR /&gt;Starting job sapJobTest at 15:24 03/09/2013. 
&lt;BR /&gt; 
&lt;BR /&gt; connecting to socket on port 4075 
&lt;BR /&gt; connected 
&lt;BR /&gt;java.lang.UnsatisfiedLinkError: C:\Windows\System32\sapjco3.dll: Can't load IA 64-bit .dll on a IA 32-bit platform 
&lt;BR /&gt; at java.lang.ClassLoader$NativeLibrary.load(Native Method) 
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary1(Unknown Source) 
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary0(Unknown Source) 
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary(Unknown Source) 
&lt;BR /&gt; at java.lang.Runtime.loadLibrary0(Unknown Source) 
&lt;BR /&gt; at java.lang.System.loadLibrary(Unknown Source) 
&lt;BR /&gt; at com.sap.conn.jco.rt.DefaultJCoRuntime.loadLibrary(DefaultJCoRuntime.java:493) 
&lt;BR /&gt; at com.sap.conn.jco.rt.DefaultJCoRuntime.registerNativeMethods(DefaultJCoRuntime.java:361) 
&lt;BR /&gt; at com.sap.conn.jco.rt.JCoRuntime.registerNatives(JCoRuntime.java:1190) 
&lt;BR /&gt; at com.sap.conn.rfc.driver.CpicDriver.&amp;lt;clinit&amp;gt;(CpicDriver.java:954) 
&lt;BR /&gt; at com.sap.conn.rfc.engine.DefaultRfcRuntime.getVersion(DefaultRfcRuntime.java:36) 
&lt;BR /&gt; at com.sap.conn.rfc.api.RfcApi.RfcGetVersion(RfcApi.java:238) 
&lt;BR /&gt; at com.sap.conn.jco.rt.MiddlewareJavaRfc.&amp;lt;clinit&amp;gt;(MiddlewareJavaRfc.java:216) 
&lt;BR /&gt; at com.sap.conn.jco.rt.DefaultJCoRuntime.initialize(DefaultJCoRuntime.java:79) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; at com.sap.conn.jco.rt.JCoRuntimeFactory.&amp;lt;clinit&amp;gt;(JCoRuntimeFactory.java:23) 
&lt;BR /&gt; at com.sap.conn.jco.rt.RuntimeEnvironment.&amp;lt;init&amp;gt;(RuntimeEnvironment.java:43) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.Class.newInstance(Unknown Source) 
&lt;BR /&gt; at com.sap.conn.jco.ext.Environment.getInstance(Environment.java:155) 
&lt;BR /&gt; at com.sap.conn.jco.ext.Environment.registerDestinationDataProvider(Environment.java:259) 
&lt;BR /&gt; at esbdemos.sapjobtest_0_1.sapJobTest.tSAPConnection_1Process(sapJobTest.java:331) 
&lt;BR /&gt; at esbdemos.sapjobtest_0_1.sapJobTest.runJobInTOS(sapJobTest.java:1078) 
&lt;BR /&gt; at esbdemos.sapjobtest_0_1.sapJobTest.main(sapJobTest.java:946) 
&lt;BR /&gt;Exception in thread "main" java.lang.ExceptionInInitializerError: Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: C:\Windows\System32\sapjco3.dll: Can't load IA 64-bit .dll on a IA 32-bit platform 
&lt;BR /&gt; at com.sap.conn.jco.rt.MiddlewareJavaRfc.&amp;lt;clinit&amp;gt;(MiddlewareJavaRfc.java:228) 
&lt;BR /&gt; at com.sap.conn.jco.rt.DefaultJCoRuntime.initialize(DefaultJCoRuntime.java:79) 
&lt;BR /&gt; at com.sap.conn.jco.rt.JCoRuntimeFactory.&amp;lt;clinit&amp;gt;(JCoRuntimeFactory.java:23) 
&lt;BR /&gt; at com.sap.conn.jco.rt.RuntimeEnvironment.&amp;lt;init&amp;gt;(RuntimeEnvironment.java:43) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.Class.newInstance(Unknown Source) 
&lt;BR /&gt; at com.sap.conn.jco.ext.Environment.getInstance(Environment.java:155) 
&lt;BR /&gt; at com.sap.conn.jco.ext.Environment.registerDestinationDataProvider(Environment.java:259) 
&lt;BR /&gt; at esbdemos.sapjobtest_0_1.sapJobTest.tSAPConnection_1Process(sapJobTest.java:331) 
&lt;BR /&gt; at esbdemos.sapjobtest_0_1.sapJobTest.runJobInTOS(sapJobTest.java:1078) 
&lt;BR /&gt; at esbdemos.sapjobtest_0_1.sapJobTest.main(sapJobTest.java:946) 
&lt;BR /&gt;Job sapJobTest ended at 15:24 03/09/2013. 
&lt;BR /&gt;---------------------------------------------------------------------------------- 
&lt;BR /&gt;Now, this confuses me. If it is 64bit dll, it should have successfully run with the 64bit JVM and dll file from system32 folder should have worked but it did not work. Again, it is not working for 32 bit JVM also. 
&lt;BR /&gt;What could be the issue here? 
&lt;BR /&gt;........Ram</description>
      <pubDate>Tue, 03 Sep 2013 11:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310014#M81176</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-03T11:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310015#M81177</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;So, when i looked into Talend Studio Root directory, i found this --&amp;gt;TOS_ESB-win32-x86.exe -- i assume this is meant to be run in 32bit windows machine&lt;BR /&gt;I have run this and checked all the configuration done earlier. The argument added to job was missing. hence, added the argument (-d32) again and executed the job. Then i got this below error:&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;TOS_ESB-win32-x86.exe is run in 32bit windows machine. But don't add the argument (-d32) again in 32 bit studio. 
&lt;BR /&gt;Check your current java version. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB3s.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150275iCE3F91713F4306A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB3s.png" alt="0683p000009MB3s.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 03 Sep 2013 11:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310015#M81177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-03T11:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310016#M81178</link>
      <description>Hi 
&lt;BR /&gt;Thanks for your replies. 
&lt;BR /&gt;JVM running on my laptop is 64bit only. But I configured Talend to use 32bit JVM by selecting from installed JREs. 
&lt;BR /&gt;I have a planned travel tonight, on a customer assignment. I will start this again on Tuesday (next week) and will reply to this thread. 
&lt;BR /&gt;.......Ram</description>
      <pubDate>Tue, 03 Sep 2013 11:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310016#M81178</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-03T11:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310017#M81179</link>
      <description>Hi Sabrina 
&lt;BR /&gt;As you suggested I have removed the -d32 option and executed the job. Below is the error I see: 
&lt;BR /&gt;-------------------------------------------------------------------------------------------------------------------------------- 
&lt;BR /&gt;Starting job wividus at 17:44 10/09/2013. 
&lt;BR /&gt; 
&lt;BR /&gt; connecting to socket on port 3970 
&lt;BR /&gt; connected 
&lt;BR /&gt;java.lang.UnsatisfiedLinkError: C:\Windows\System32\sapjco3.dll: Can't load IA 64-bit .dll on a IA 32-bit platform 
&lt;BR /&gt; at java.lang.ClassLoader$NativeLibrary.load(Native Method) 
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary1(Unknown Source) 
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary0(Unknown Source) 
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary(Unknown Source) 
&lt;BR /&gt; at java.lang.Runtime.loadLibrary0(Unknown Source) 
&lt;BR /&gt; at java.lang.System.loadLibrary(Unknown Source) 
&lt;BR /&gt; at com.sap.conn.jco.rt.DefaultJCoRuntime.loadLibrary(DefaultJCoRuntime.java:493) 
&lt;BR /&gt; at com.sap.conn.jco.rt.DefaultJCoRuntime.registerNativeMethods(DefaultJCoRuntime.java:361) 
&lt;BR /&gt; at com.sap.conn.jco.rt.JCoRuntime.registerNatives(JCoRuntime.java:1190) 
&lt;BR /&gt; at com.sap.conn.rfc.driver.CpicDriver.&amp;lt;clinit&amp;gt;(CpicDriver.java:954) 
&lt;BR /&gt; at com.sap.conn.rfc.engine.DefaultRfcRuntime.getVersion(DefaultRfcRuntime.java:36) 
&lt;BR /&gt; at com.sap.conn.rfc.api.RfcApi.RfcGetVersion(RfcApi.java:238) 
&lt;BR /&gt; at com.sap.conn.jco.rt.MiddlewareJavaRfc.&amp;lt;clinit&amp;gt;(MiddlewareJavaRfc.java:216) 
&lt;BR /&gt; at com.sap.conn.jco.rt.DefaultJCoRuntime.initialize(DefaultJCoRuntime.java:79) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; at com.sap.conn.jco.rt.JCoRuntimeFactory.&amp;lt;clinit&amp;gt;(JCoRuntimeFactory.java:23) 
&lt;BR /&gt; at com.sap.conn.jco.rt.RuntimeEnvironment.&amp;lt;init&amp;gt;(RuntimeEnvironment.java:43) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.Class.newInstance(Unknown Source) 
&lt;BR /&gt; at com.sap.conn.jco.ext.Environment.getInstance(Environment.java:155) 
&lt;BR /&gt; at com.sap.conn.jco.ext.Environment.registerDestinationDataProvider(Environment.java:259) 
&lt;BR /&gt; at esbdemos.wividus_0_1.wividus.tSAPConnection_1Process(wividus.java:299) 
&lt;BR /&gt; at esbdemos.wividus_0_1.wividus.runJobInTOS(wividus.java:526) 
&lt;BR /&gt; at esbdemos.wividus_0_1.wividus.main(wividus.java:394) 
&lt;BR /&gt;Exception in thread "main" java.lang.ExceptionInInitializerError: Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: C:\Windows\System32\sapjco3.dll: Can't load IA 64-bit .dll on a IA 32-bit platform 
&lt;BR /&gt; at com.sap.conn.jco.rt.MiddlewareJavaRfc.&amp;lt;clinit&amp;gt;(MiddlewareJavaRfc.java:228) 
&lt;BR /&gt; at com.sap.conn.jco.rt.DefaultJCoRuntime.initialize(DefaultJCoRuntime.java:79) 
&lt;BR /&gt; at com.sap.conn.jco.rt.JCoRuntimeFactory.&amp;lt;clinit&amp;gt;(JCoRuntimeFactory.java:23) 
&lt;BR /&gt; at com.sap.conn.jco.rt.RuntimeEnvironment.&amp;lt;init&amp;gt;(RuntimeEnvironment.java:43) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.Class.newInstance(Unknown Source) 
&lt;BR /&gt; at com.sap.conn.jco.ext.Environment.getInstance(Environment.java:155) 
&lt;BR /&gt; at com.sap.conn.jco.ext.Environment.registerDestinationDataProvider(Environment.java:259) 
&lt;BR /&gt; at esbdemos.wividus_0_1.wividus.tSAPConnection_1Process(wividus.java:299) 
&lt;BR /&gt; at esbdemos.wividus_0_1.wividus.runJobInTOS(wividus.java:526) 
&lt;BR /&gt; at esbdemos.wividus_0_1.wividus.main(wividus.java:394) 
&lt;BR /&gt;Job wividus ended at 17:44 10/09/2013. 
&lt;BR /&gt;-------------------------------------------------------------------------------------------------------------------------------- 
&lt;BR /&gt;My configurations are: 
&lt;BR /&gt;JDK in Talend Studio (from Installed JREs) - C:\ProgramFiles\Java32Bit\JDK1.7.0_25 
&lt;BR /&gt;Copied .dll file into C:\Windows\SysWOW64 
&lt;BR /&gt;Executed "TOS_ESB-win32-x86.exe" 
&lt;BR /&gt; 
&lt;BR /&gt;.....Ram</description>
      <pubDate>Tue, 10 Sep 2013 13:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310017#M81179</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-10T13:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310018#M81180</link>
      <description>Any updates on this issue? I'm not able to find a complete documented solution to this.</description>
      <pubDate>Thu, 12 Sep 2013 22:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310018#M81180</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-09-12T22:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310019#M81181</link>
      <description>I could not find the actual issue and don't have solution.
&lt;BR /&gt;I am waiting for experts comments.
&lt;BR /&gt;Sabrina, I have seen you answering these SAP adapter queries. do you have some time to respond here? 
&lt;BR /&gt;Thanks for your time......Ram</description>
      <pubDate>Fri, 13 Sep 2013 06:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310019#M81181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-13T06:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310020#M81182</link>
      <description>Hi, &lt;BR /&gt;Sorry for delay.&lt;BR /&gt;Talend Studio does not include the SAP Java connector (JCO), it is usually delivered by your SAP provider. You can also download it from the SAP Service Marketplace at &lt;A href="http://service.sap.com/connectors" rel="nofollow noopener noreferrer"&gt;http://service.sap.com/connectors&lt;/A&gt;. It is better to get a 64 bit  sapjco3. If you have any problems obtaining it, please contact your SAP provider.&lt;BR /&gt;For jco3,&lt;BR /&gt;1. Put sapjco3.dll in c:/windows/system32.&lt;BR /&gt;2. Put sapjco.jar into &amp;lt;Studio installation direcotry&amp;gt;/lib/java.&lt;BR /&gt;3. Restart studio.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 13 Sep 2013 08:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310020#M81182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-13T08:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310021#M81183</link>
      <description>Hi Sabrina
&lt;BR /&gt;Thanks for your reply.
&lt;BR /&gt;I have done all of them precisely. I have taken the JCO from the SAP team. DLL is placed in system32 and .jar goes to lib/java when installed from Talend.
&lt;BR /&gt;Result was my first post in this thread. Then you said it might be 23 bit dll and suggested other ways. I have tried all of them and posted the error message I see.
&lt;BR /&gt;Will be waiting for your suggestion..Ram</description>
      <pubDate>Fri, 13 Sep 2013 09:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310021#M81183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-13T09:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310022#M81184</link>
      <description>Hi, 
&lt;BR /&gt;Sorry for inconvenience for you.
&lt;BR /&gt;Would you mind opening a jira bug of DI project on 
&lt;A href="https://jira.talendforge.org/secure/Dashboard.jspa" target="_blank" rel="nofollow noopener noreferrer"&gt;Talend Bug Tracker&lt;/A&gt;, our developer will see if it is a bug.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 13 Sep 2013 10:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310022#M81184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-13T10:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310023#M81185</link>
      <description>To clarify, my issue is not with SAS, but JSPSS.dll. I get following error:
&lt;BR /&gt;JSPSS.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
&lt;BR /&gt;Issue was created a while back, but it was marked as "not a bug"...I'm not sure why, nor can I find a solution / workaround in the issue:
&lt;BR /&gt;
&lt;A href="https://jira.talendforge.org/browse/TDI-25694" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-25694&lt;/A&gt;</description>
      <pubDate>Fri, 13 Sep 2013 15:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310023#M81185</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-09-13T15:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310024#M81186</link>
      <description>Hi snvkgram, 
&lt;BR /&gt; If you got err message like this : "Error: This Java instance does not support a 32-bit JVM." 
&lt;BR /&gt;You need to check your Talend Studio : Preferences---&amp;gt;Talend?&amp;gt;Java interpreter,you should specify the directly to your 32bit JDK location.(Like this "C:\Program Files (x86)\Java\jdk1.7.0_05\bin\java.exe" is default install directory for 32bit JVM in Win7 OS). 
&lt;BR /&gt;Then it will works well.</description>
      <pubDate>Mon, 04 Nov 2013 05:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310024#M81186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-04T05:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310025#M81187</link>
      <description>Hi 
&lt;BR /&gt;java.lang.UnsatisfiedLinkError: C:\Windows\System32\sapjco3.dll: Can't load IA 64-bit .dll on a AMD 64-bit platform 
&lt;BR /&gt;The above error is due to the incompatible JCo. The JCo was supplied by BASIS team and the JCo3 zip file name is "sapjco3-NTia64-3.0.10" which sounds like windows one. But it is not 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;The correct JCo3 came with the folder name--&amp;gt; "sapjco30P_10-10005326" 
&lt;BR /&gt;After placing the correct jar &amp;amp; dll files, the adapter worked fine 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;It is good if the displayed error message is more user friendly. 
&lt;BR /&gt;Thanks to all of you for your time and hints.</description>
      <pubDate>Tue, 19 Nov 2013 03:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310025#M81187</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-19T03:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310026#M81188</link>
      <description>Hi,&amp;nbsp;&lt;BR /&gt;Please can you help to get&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;sapjco30P_10-10005326.zip and&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;sapjco3.dll.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;I don't have access to &amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;the SAP Service Marketplace at&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#005cb1"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Thank you&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 28 Aug 2014 17:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310026#M81188</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-08-28T17:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: UnsatisfiedLinkError: SAP component - TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310027#M81189</link>
      <description>Hi DOPAn,&lt;BR /&gt;Talend Studio does not include the SAP Java connector (JCO), it is usually delivered by your SAP provider. You can also download it from the SAP Service Marketplace at &lt;A href="http://service.sap.com/connectors" target="_blank" rel="nofollow noopener noreferrer"&gt;http://service.sap.com/connectors&lt;/A&gt;. If you have any problems obtaining it, please contact your SAP provider.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 29 Aug 2014 08:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UnsatisfiedLinkError-SAP-component-TOS/m-p/2310027#M81189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-29T08:05:36Z</dc:date>
    </item>
  </channel>
</rss>

