<?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: Help to understand error in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Help-to-understand-error/m-p/2397240#M8596</link>
    <description>Hi Denis,&lt;BR /&gt;It's easier to spot a mistake like a missing table name field, than find out if the table that you defined through the schema type setting (stored in the Repository), was the right one or not.&lt;BR /&gt;I mean, not all users want to write into the same table name, as the one the output schema was based on.&lt;BR /&gt;Hope this makes things clearer?&lt;BR /&gt;Elisa</description>
    <pubDate>Thu, 07 Jun 2007 13:39:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-06-07T13:39:18Z</dc:date>
    <item>
      <title>Help to understand error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Help-to-understand-error/m-p/2397235#M8591</link>
      <description>Hello
&lt;BR /&gt;I'm trying to extract and load data from db Sybase table to an other db Sybase table on the same saver
&lt;BR /&gt;
&lt;BR /&gt;I create to db connection and check my connection (there are ok) I Imported the Tables Schema and it's ok
&lt;BR /&gt;I used a 
&lt;BR /&gt;tSybaseInput conected to tSybaseOutput
&lt;BR /&gt;
&lt;BR /&gt;I get this error
&lt;BR /&gt;Could you help me to understand what is the probleme?
&lt;BR /&gt;Exception in component tSybaseOutput_1
&lt;BR /&gt;com.sybase.jdbc3.jdbc.SybSQLException: mytable not found. Specify owner.objectname or use sp_help to check whether the object exists (sp_help may produce lots of output).
&lt;BR /&gt; at com.sybase.jdbc3.tds.Tds.a(Unknown Source)
&lt;BR /&gt; at com.sybase.jdbc3.tds.Tds.nextResult(Unknown Source)
&lt;BR /&gt; at com.sybase.jdbc3.jdbc.ResultGetter.nextResult(Unknown Source)
&lt;BR /&gt; at com.sybase.jdbc3.jdbc.SybStatement.nextResult(Unknown Source)
&lt;BR /&gt; at com.sybase.jdbc3.jdbc.SybStatement.nextResult(Unknown Source)
&lt;BR /&gt; at com.sybase.jdbc3.jdbc.SybStatement.updateLoop(Unknown Source)
&lt;BR /&gt; at com.sybase.jdbc3.jdbc.SybStatement.executeUpdate(Unknown Source)
&lt;BR /&gt; at com.sybase.jdbc3.jdbc.SybPreparedStatement.executeUpdate(Unknown Source)
&lt;BR /&gt; at siam.sycdata.SycData.tSybaseInput_1Process(SycData.java:1752)
&lt;BR /&gt; at siam.sycdata.SycData.main(SycData.java:1876)</description>
      <pubDate>Sat, 16 Nov 2024 14:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Help-to-understand-error/m-p/2397235#M8591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help to understand error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Help-to-understand-error/m-p/2397236#M8592</link>
      <description>Hello,&lt;BR /&gt;Can you verify that you have filled your tSybaseOuput "TABLE" field  in the properties.&lt;BR /&gt;Regards.</description>
      <pubDate>Thu, 07 Jun 2007 12:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Help-to-understand-error/m-p/2397236#M8592</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-07T12:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help to understand error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Help-to-understand-error/m-p/2397237#M8593</link>
      <description>You right this is the probleme  table filed was mytable.&lt;BR /&gt;Antoine&lt;BR /&gt;Could you tel me why I supposed to change the name of this field if I use the  Schema type "repository " and select the table?&lt;BR /&gt;DN</description>
      <pubDate>Thu, 07 Jun 2007 12:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Help-to-understand-error/m-p/2397237#M8593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-07T12:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help to understand error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Help-to-understand-error/m-p/2397238#M8594</link>
      <description>Hello,&lt;BR /&gt;The reason for it is simple, a Db connection repository stores the "connection information to a database" and the "schema description for one or several tables".    &lt;BR /&gt;When you use the tSybaseInput component, this is the Query field  and not the Schema field that specifies the current table.&lt;BR /&gt;The Guess Query is only assisting the user in building the query based on the same table name as defined in the Schema. But this help is only for your convenience.&lt;BR /&gt;In the Output, you might want to insert in a different table, therefore the Table field needs to be filled in manually.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Thu, 07 Jun 2007 13:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Help-to-understand-error/m-p/2397238#M8594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-07T13:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help to understand error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Help-to-understand-error/m-p/2397239#M8595</link>
      <description>Antoine&lt;BR /&gt;&lt;BR /&gt;For tSybaseInput is clear&lt;BR /&gt;For tSybaseOutput, I don't understant why I have to specifie the TABLE field . if I use the repository schema type and repo is suposed to be enough information?&lt;BR /&gt;DN</description>
      <pubDate>Thu, 07 Jun 2007 13:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Help-to-understand-error/m-p/2397239#M8595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-07T13:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help to understand error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Help-to-understand-error/m-p/2397240#M8596</link>
      <description>Hi Denis,&lt;BR /&gt;It's easier to spot a mistake like a missing table name field, than find out if the table that you defined through the schema type setting (stored in the Repository), was the right one or not.&lt;BR /&gt;I mean, not all users want to write into the same table name, as the one the output schema was based on.&lt;BR /&gt;Hope this makes things clearer?&lt;BR /&gt;Elisa</description>
      <pubDate>Thu, 07 Jun 2007 13:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Help-to-understand-error/m-p/2397240#M8596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-07T13:39:18Z</dc:date>
    </item>
  </channel>
</rss>

