<?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: Oracle connection problem via vpn in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Oracle-connection-problem-via-vpn/m-p/2303188#M75099</link>
    <description>I am seeing this exact same issue with Talend Open Studio version 3.2.1 build id r31371-20091020-0242 against: 
&lt;BR /&gt;Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production 
&lt;BR /&gt;With the Partitioning, Real Application Clusters, OLAP, Data Mining 
&lt;BR /&gt;and Real Application Testing options 
&lt;BR /&gt;I can connect to the database outside of Talend from this host, I can create a connection under metadata and it works. I can even use sql builder from the component mode for the component I have created for this connection/schema/table space and the query returns data from the table, but I cannot "Guess schema" in order to get a clean, error free listing of the columns to use in my tMap interface. I don't see in this thread how this user got past the issue. Can someone point me to the answer please? Many thanks!</description>
    <pubDate>Wed, 16 Mar 2011 00:40:33 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2011-03-16T00:40:33Z</dc:date>
    <item>
      <title>Oracle connection problem via vpn</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-connection-problem-via-vpn/m-p/2303185#M75096</link>
      <description>When I click Guess Schema on a tOracleInput component I get a The Network Adapter could not establish the connection. The weird thing is I can create a connection with the same exact properties in the DBConnections in the Metadata section. I can also connect with TOAD, EntMan, and Sql Plus. I looked in the log and it has the following error: 
&lt;BR /&gt;java.sql.SQLException: Io exception: The Network Adapter could not establish the connection 
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125) 
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162) 
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:274) 
&lt;BR /&gt; at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:319) 
&lt;BR /&gt; at oracle.jdbc.driver.PhysicalConnection.&amp;lt;init&amp;gt;(PhysicalConnection.java:344) 
&lt;BR /&gt; at oracle.jdbc.driver.T4CConnection.&amp;lt;init&amp;gt;(T4CConnection.java:148) 
&lt;BR /&gt; at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:545) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(Unknown Source) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.properties.controllers.GuessSchemaController.checkConnection(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.properties.controllers.GuessSchemaController.useMockJob(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.properties.controllers.GuessSchemaController.openParamemerDialog(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.properties.controllers.GuessSchemaController.access$2(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.properties.controllers.GuessSchemaController$5.run(Unknown Source) 
&lt;BR /&gt; at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) 
&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) 
&lt;BR /&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 
&lt;BR /&gt; at org.talend.rcp.intro.Application.start(Unknown Source) 
&lt;BR /&gt; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1236) 
&lt;BR /&gt;Any ideas?</description>
      <pubDate>Sat, 16 Nov 2024 13:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-connection-problem-via-vpn/m-p/2303185#M75096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle connection problem via vpn</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-connection-problem-via-vpn/m-p/2303186#M75097</link>
      <description>Hello
&lt;BR /&gt;Please report a bug with detailed info on our bugtracker.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 19 Aug 2009 03:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-connection-problem-via-vpn/m-p/2303186#M75097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-19T03:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle connection problem via vpn</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-connection-problem-via-vpn/m-p/2303187#M75098</link>
      <description>Hello, 
&lt;BR /&gt;Can you specify your version of TOS please? And version of Oracle? 
&lt;BR /&gt;We have a similar issue on our bugtracker, fixed in version 3.1.1 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCpyFCAS" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Archive/Commit-for-every-row/td-p/171186&lt;/A&gt; 
&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 19 Aug 2009 07:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-connection-problem-via-vpn/m-p/2303187#M75098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-19T07:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle connection problem via vpn</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-connection-problem-via-vpn/m-p/2303188#M75099</link>
      <description>I am seeing this exact same issue with Talend Open Studio version 3.2.1 build id r31371-20091020-0242 against: 
&lt;BR /&gt;Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production 
&lt;BR /&gt;With the Partitioning, Real Application Clusters, OLAP, Data Mining 
&lt;BR /&gt;and Real Application Testing options 
&lt;BR /&gt;I can connect to the database outside of Talend from this host, I can create a connection under metadata and it works. I can even use sql builder from the component mode for the component I have created for this connection/schema/table space and the query returns data from the table, but I cannot "Guess schema" in order to get a clean, error free listing of the columns to use in my tMap interface. I don't see in this thread how this user got past the issue. Can someone point me to the answer please? Many thanks!</description>
      <pubDate>Wed, 16 Mar 2011 00:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-connection-problem-via-vpn/m-p/2303188#M75099</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-03-16T00:40:33Z</dc:date>
    </item>
  </channel>
</rss>

