<?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: SAP Connection fails - java.lang.UnsatisfiedLinkError: no sapjco3 in in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SAP-Connection-fails-java-lang-UnsatisfiedLinkError-no-sapjco3/m-p/2360481#M125052</link>
    <description>You will need to add the sapjco*.dll file under C:\Windows\system32.&lt;BR /&gt;Thanks,</description>
    <pubDate>Thu, 23 Apr 2015 05:32:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-23T05:32:11Z</dc:date>
    <item>
      <title>SAP Connection fails - java.lang.UnsatisfiedLinkError: no sapjco3 in</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SAP-Connection-fails-java-lang-UnsatisfiedLinkError-no-sapjco3/m-p/2360479#M125050</link>
      <description>Hi 
&lt;BR /&gt;I am using 32bit Java on 64bit Windows 7 Operating System. 
&lt;BR /&gt;I am running a SAP trial version 7.03 due to which I don't have access to SAP market place. Hence, I downloaded the SAP JCo related jar files and dll files from internet. 
&lt;BR /&gt;I have followed the instructions as provided here: 
&lt;A href="https://help.talend.com/search/all?query=Setting+up+an+SAP+connection&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Setting+up+an+SAP+connection&amp;amp;content-lang=en&lt;/A&gt; 
&lt;BR /&gt;I am getting below error: 
&lt;BR /&gt;------------------------------------------------------------------------------------------------------------------------------- 
&lt;BR /&gt;starting job sapJobTest at 12:38 12/08/2013. 
&lt;BR /&gt; 
&lt;BR /&gt;java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path 
&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:441) 
&lt;BR /&gt; at com.sap.conn.jco.rt.DefaultJCoRuntime.registerNativeMethods(DefaultJCoRuntime.java:307) 
&lt;BR /&gt; at com.sap.conn.jco.rt.JCoRuntime.registerNatives(JCoRuntime.java:980) 
&lt;BR /&gt; at com.sap.conn.rfc.driver.CpicDriver.&amp;lt;clinit&amp;gt;(CpicDriver.java:948) 
&lt;BR /&gt; at com.sap.conn.rfc.engine.DefaultRfcRuntime.getVersion(DefaultRfcRuntime.java:43) 
&lt;BR /&gt; at com.sap.conn.rfc.api.RfcApi.RfcGetVersion(RfcApi.java:254) 
&lt;BR /&gt; at com.sap.conn.jco.rt.MiddlewareJavaRfc.&amp;lt;clinit&amp;gt;(MiddlewareJavaRfc.java:199) 
&lt;BR /&gt; at com.sap.conn.jco.rt.DefaultJCoRuntime.initialize(DefaultJCoRuntime.java:73) 
&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:40) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; connecting to socket on port 3576 
&lt;BR /&gt; connected 
&lt;BR /&gt; disconnected 
&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:121) 
&lt;BR /&gt; at com.sap.conn.jco.ext.Environment.registerDestinationDataProvider(Environment.java:216) 
&lt;BR /&gt; at esbdemos.sapjobtest_0_1.sapJobTest.tSAPConnection_1Process(sapJobTest.java:320) 
&lt;BR /&gt; at esbdemos.sapjobtest_0_1.sapJobTest.runJobInTOS(sapJobTest.java:634) 
&lt;BR /&gt; at esbdemos.sapjobtest_0_1.sapJobTest.main(sapJobTest.java:502) 
&lt;BR /&gt;Exception in thread "main" java.lang.ExceptionInInitializerError: Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path 
&lt;BR /&gt; at com.sap.conn.jco.rt.MiddlewareJavaRfc.&amp;lt;clinit&amp;gt;(MiddlewareJavaRfc.java:211) 
&lt;BR /&gt; at com.sap.conn.jco.rt.DefaultJCoRuntime.initialize(DefaultJCoRuntime.java:73) 
&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:40) 
&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:121) 
&lt;BR /&gt; at com.sap.conn.jco.ext.Environment.registerDestinationDataProvider(Environment.java:216) 
&lt;BR /&gt; at esbdemos.sapjobtest_0_1.sapJobTest.tSAPConnection_1Process(sapJobTest.java:320) 
&lt;BR /&gt; at esbdemos.sapjobtest_0_1.sapJobTest.runJobInTOS(sapJobTest.java:634) 
&lt;BR /&gt; at esbdemos.sapjobtest_0_1.sapJobTest.main(sapJobTest.java:502) 
&lt;BR /&gt;Job sapJobTest ended at 12:38 12/08/2013. 
&lt;BR /&gt;------------------------------------------------------------------------------------------------------------------------------- 
&lt;BR /&gt;Looking for solution. Thanks, Ram</description>
      <pubDate>Mon, 12 Aug 2013 08:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SAP-Connection-fails-java-lang-UnsatisfiedLinkError-no-sapjco3/m-p/2360479#M125050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-12T08:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Connection fails - java.lang.UnsatisfiedLinkError: no sapjco3 in</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SAP-Connection-fails-java-lang-UnsatisfiedLinkError-no-sapjco3/m-p/2360480#M125051</link>
      <description>Hi, &lt;BR /&gt;From the error "no sapjco3 in java.library.path", did you install the jar files, sapjco3.jar in the Java library of Talend Studio? How?&lt;BR /&gt;See related forum &lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=38408" target="_blank" rel="nofollow noopener noreferrer"&gt;Forum 38408&lt;/A&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 12 Aug 2013 10:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SAP-Connection-fails-java-lang-UnsatisfiedLinkError-no-sapjco3/m-p/2360480#M125051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-12T10:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Connection fails - java.lang.UnsatisfiedLinkError: no sapjco3 in</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SAP-Connection-fails-java-lang-UnsatisfiedLinkError-no-sapjco3/m-p/2360481#M125052</link>
      <description>You will need to add the sapjco*.dll file under C:\Windows\system32.&lt;BR /&gt;Thanks,</description>
      <pubDate>Thu, 23 Apr 2015 05:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SAP-Connection-fails-java-lang-UnsatisfiedLinkError-no-sapjco3/m-p/2360481#M125052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-23T05:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Connection fails - java.lang.UnsatisfiedLinkError: no sapjco3 in</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SAP-Connection-fails-java-lang-UnsatisfiedLinkError-no-sapjco3/m-p/2360482#M125053</link>
      <description>Hi,
&lt;BR /&gt;A KB article about 
&lt;A href="https://help.talend.com/search/all?query=Installing+SAP+Java+Connector&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Installing SAP Java Connector&lt;/A&gt; will be helpful for users who get such SAP connection issue.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Sun, 26 Apr 2015 14:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SAP-Connection-fails-java-lang-UnsatisfiedLinkError-no-sapjco3/m-p/2360482#M125053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-26T14:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Connection fails - java.lang.UnsatisfiedLinkError: no sapjco3 in</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SAP-Connection-fails-java-lang-UnsatisfiedLinkError-no-sapjco3/m-p/2360483#M125054</link>
      <description>What if the env is Linux. because i am getting same error while i am running the job in linux env. I copied the jar file to configuration\lib\java\folder.&lt;BR /&gt;As it is linux DLL copy is not required. Please let me know</description>
      <pubDate>Thu, 06 Apr 2017 08:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SAP-Connection-fails-java-lang-UnsatisfiedLinkError-no-sapjco3/m-p/2360483#M125054</guid>
      <dc:creator>Sid3</dc:creator>
      <dc:date>2017-04-06T08:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Connection fails - java.lang.UnsatisfiedLinkError: no sapjco3 in</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SAP-Connection-fails-java-lang-UnsatisfiedLinkError-no-sapjco3/m-p/2360484#M125055</link>
      <description>Hi&amp;nbsp;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;siddardh_ge,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;You are still getting the same issue when&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;copy the jar file to configuration\lib\java\folder? Did you&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;install&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;{sapjco3.x-install-path}/sapjco3.jar&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;from&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Modules&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;viewer?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 06 Apr 2017 10:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SAP-Connection-fails-java-lang-UnsatisfiedLinkError-no-sapjco3/m-p/2360484#M125055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-06T10:11:28Z</dc:date>
    </item>
  </channel>
</rss>

