<?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: how to create a sybase connection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372139#M135010</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi&lt;BR /&gt;Talend can only connect to Sybase DB Server to do ETL.&lt;BR /&gt;We can't extract data from the backup file dbf...&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;i installed a advantage database server 10.1 plus architect in my local, and create a new data dictionary(is it a database like sql server?) and create some new tables. 
&lt;BR /&gt;in talend tool,i create connection in step2, i fill the following info: 
&lt;BR /&gt;DB Type: Sybase(ASE and IQ) selected from dropdownlist 
&lt;BR /&gt;login: adssys 
&lt;BR /&gt;password: *** 
&lt;BR /&gt;Server: localhost 
&lt;BR /&gt;port: 6262 
&lt;BR /&gt;DataBase: Test 
&lt;BR /&gt;Schema: 
&lt;BR /&gt;Additional parameters: 
&lt;BR /&gt;then i check, still failed, the error message: 
&lt;BR /&gt;Connection failure. You must change the Database Settings. 
&lt;BR /&gt; java.sql.SQLException: JZ00L: Login failed. Examine the SQLWarnings chained to this exception for the reason(s).</description>
    <pubDate>Wed, 16 May 2012 09:55:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-16T09:55:23Z</dc:date>
    <item>
      <title>how to create a sybase connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372132#M135003</link>
      <description>i have sybase dbf files in my local folder,i can use advantage data architect to connect to these files. 
&lt;BR /&gt;now i am trying to use talend studio to create a connection to sybase. 
&lt;BR /&gt;on the step 2 "New Database connection on repository" i can choose "Sybase(ASE and IQ)" from DB Type dropdownlist, 
&lt;BR /&gt;but how can i fill the other configurations. 
&lt;BR /&gt;there are login,password,server,port(default:5001),Database,Datasource,Additional parameters. 
&lt;BR /&gt;i can't pass the test connection. 
&lt;BR /&gt;can any one help?</description>
      <pubDate>Sat, 16 Nov 2024 12:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372132#M135003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a sybase connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372133#M135004</link>
      <description>Hi
&lt;BR /&gt;Welcome to Talend Community!
&lt;BR /&gt;Login: Your username.
&lt;BR /&gt;Password: Your password.
&lt;BR /&gt;Server: If Sybase is installed at local machine, it is 'localhost'. Or use IP address.
&lt;BR /&gt;Port: DB port.
&lt;BR /&gt;Database: DB instance.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 16 May 2012 04:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372133#M135004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-16T04:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a sybase connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372134#M135005</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi&lt;BR /&gt;Welcome to Talend Community!&lt;BR /&gt;Login: Your username.&lt;BR /&gt;Password: Your password.&lt;BR /&gt;Server: If Sybase is installed at local machine, it is 'localhost'. Or use IP address.&lt;BR /&gt;Port: DB port.&lt;BR /&gt;Database: DB instance.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;i don't know which is DB instance, because i just create a folder and copy the .dbf files into the folder.</description>
      <pubDate>Wed, 16 May 2012 05:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372134#M135005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-16T05:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a sybase connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372135#M135006</link>
      <description>Hi
&lt;BR /&gt;Got you.
&lt;BR /&gt;You'd better load dbf file into your Sybase. Talend can't read data directly from it.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 16 May 2012 05:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372135#M135006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-16T05:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a sybase connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372136#M135007</link>
      <description>i have use advantage data architect 8.1 connected to my local files, it can load tables there,&lt;BR /&gt;how should i configure the database, i don't understand,&lt;BR /&gt;should i install Advantage JDBC Driver ?</description>
      <pubDate>Wed, 16 May 2012 08:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372136#M135007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-16T08:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a sybase connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372137#M135008</link>
      <description>i don't install any advantage database server in my local machine, i just install architect 8.1 and copy some .dbf files into my folder.&lt;BR /&gt;it is a local server, what is the port for?&lt;BR /&gt;how should i configure</description>
      <pubDate>Wed, 16 May 2012 08:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372137#M135008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-16T08:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a sybase connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372138#M135009</link>
      <description>Hi&lt;BR /&gt;Talend can only connect to Sybase DB Server to do ETL.&lt;BR /&gt;We can't extract data from the backup file dbf by JDBC...&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 16 May 2012 08:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372138#M135009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-16T08:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a sybase connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372139#M135010</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi&lt;BR /&gt;Talend can only connect to Sybase DB Server to do ETL.&lt;BR /&gt;We can't extract data from the backup file dbf...&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;i installed a advantage database server 10.1 plus architect in my local, and create a new data dictionary(is it a database like sql server?) and create some new tables. 
&lt;BR /&gt;in talend tool,i create connection in step2, i fill the following info: 
&lt;BR /&gt;DB Type: Sybase(ASE and IQ) selected from dropdownlist 
&lt;BR /&gt;login: adssys 
&lt;BR /&gt;password: *** 
&lt;BR /&gt;Server: localhost 
&lt;BR /&gt;port: 6262 
&lt;BR /&gt;DataBase: Test 
&lt;BR /&gt;Schema: 
&lt;BR /&gt;Additional parameters: 
&lt;BR /&gt;then i check, still failed, the error message: 
&lt;BR /&gt;Connection failure. You must change the Database Settings. 
&lt;BR /&gt; java.sql.SQLException: JZ00L: Login failed. Examine the SQLWarnings chained to this exception for the reason(s).</description>
      <pubDate>Wed, 16 May 2012 09:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372139#M135010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-16T09:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a sybase connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372140#M135011</link>
      <description>Hi&lt;BR /&gt;According to the Sybase SQL Error Code description page, error JZ00L occurs as follows:&lt;BR /&gt;This error occurs if you enter an incorrect password and/or login ID in the Password and Login ID fields of the Database Profile.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Fri, 18 May 2012 06:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-create-a-sybase-connection/m-p/2372140#M135011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-18T06:05:38Z</dc:date>
    </item>
  </channel>
</rss>

