<?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: Getting &amp;quot;Schema not present in database&amp;quot; error with Informix in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Getting-quot-Schema-not-present-in-database-quot-error-with/m-p/2279373#M54557</link>
    <description>I just poked around some more and got it to work. When I compared it to a different tInformix_Output (in a different project) that was working, I noticed the only difference between the two was that the one that wasn't working didn't have Use Transaction checked. I checked it, re-ran it, and it inserted the data no problem. 
&lt;BR /&gt;Thank you for your help. 
&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;</description>
    <pubDate>Wed, 30 Mar 2011 16:19:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-03-30T16:19:31Z</dc:date>
    <item>
      <title>Getting "Schema not present in database" error with Informix</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-quot-Schema-not-present-in-database-quot-error-with/m-p/2279369#M54553</link>
      <description>Hi,
&lt;BR /&gt;I'm using TOS 4.1.2r53616 and Informix 11.5. The project I'm working in was recently upgraded from an earlier version. I had set my db connections set up in that earlier version (TOS 3.2.0), and they worked fine. But in 4.1.2, I'm getting the error "Schema not present in database." 
&lt;BR /&gt;I haven't specified a schema, because all of our tables are owned by the default owner, "Informix." When I tried putting "Informix" in the schema text box, it gave me the same error. 
&lt;BR /&gt;Another note -- when I go into Db Connections itself and check the connection, it will connect and gives me no errors (see picture #1). It's when I'm using tInformixOutput that I'm getting the error (see picture #2).
&lt;BR /&gt;Any ideas about how I could get this to work?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Daphne</description>
      <pubDate>Sat, 16 Nov 2024 13:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-quot-Schema-not-present-in-database-quot-error-with/m-p/2279369#M54553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Schema not present in database" error with Informix</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-quot-Schema-not-present-in-database-quot-error-with/m-p/2279370#M54554</link>
      <description>Hi
&lt;BR /&gt;Do you get the same error when you execute the job or only when you click on the 'search table' button?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 30 Mar 2011 04:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-quot-Schema-not-present-in-database-quot-error-with/m-p/2279370#M54554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-30T04:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Schema not present in database" error with Informix</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-quot-Schema-not-present-in-database-quot-error-with/m-p/2279371#M54555</link>
      <description>You're right -- I get the error when I click on the 'Search Table' button.  &lt;BR /&gt;When I execute the job I don't get any error, but it also doesn't insert anything into the table.  I ran it with Traces on to make sure data was actually getting to that tInformix_Output component, and it showed that the data *is* getting there, but the component is not inserting it.  While I was trying to solve that issue I got the error and thought it might be the reason why I couldn't insert.&lt;BR /&gt;Thanks,&lt;BR /&gt;Daphne</description>
      <pubDate>Wed, 30 Mar 2011 16:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-quot-Schema-not-present-in-database-quot-error-with/m-p/2279371#M54555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-30T16:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Schema not present in database" error with Informix</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-quot-Schema-not-present-in-database-quot-error-with/m-p/2279372#M54556</link>
      <description>I should also mention that I checked permissions on the table in question and the userid had all the permissions it needed in order to insert/update/etc.</description>
      <pubDate>Wed, 30 Mar 2011 16:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-quot-Schema-not-present-in-database-quot-error-with/m-p/2279372#M54556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-30T16:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Schema not present in database" error with Informix</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-quot-Schema-not-present-in-database-quot-error-with/m-p/2279373#M54557</link>
      <description>I just poked around some more and got it to work. When I compared it to a different tInformix_Output (in a different project) that was working, I noticed the only difference between the two was that the one that wasn't working didn't have Use Transaction checked. I checked it, re-ran it, and it inserted the data no problem. 
&lt;BR /&gt;Thank you for your help. 
&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;</description>
      <pubDate>Wed, 30 Mar 2011 16:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-quot-Schema-not-present-in-database-quot-error-with/m-p/2279373#M54557</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-30T16:19:31Z</dc:date>
    </item>
  </channel>
</rss>

