<?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: mainframe db2 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369606#M132735</link>
    <description>I created a bug report. Hope it could be solved soon.
&lt;BR /&gt;
&lt;A href="https://jira.talendforge.org/browse/IF-71" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/IF-71&lt;/A&gt;</description>
    <pubDate>Wed, 06 Mar 2013 19:34:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-03-06T19:34:23Z</dc:date>
    <item>
      <title>mainframe db2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369597#M132726</link>
      <description>I need to create a connection to mainframe db2.
&lt;BR /&gt;In the Metadata , I tried to create a db connection.
&lt;BR /&gt;DB Type: IBM DB2 ZOS
&lt;BR /&gt;I left blank in Schema filed. Then click check. I got connection successful.
&lt;BR /&gt;But if I entered schema name, I got "Connection failure. You must change the Database Settings.
&lt;BR /&gt; com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -204, SQLSTATE: 42704, SQLERRMC: SYSIBM.SYSSCHEMATA"
&lt;BR /&gt;So there is no table schema or view schema can be generated.
&lt;BR /&gt;Do you have any idea on what is wrong ?
&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 27 Feb 2013 22:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369597#M132726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-27T22:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: mainframe db2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369598#M132727</link>
      <description>Hi, 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I left blank in Schema filed. Then click check. I got connection successful.&lt;BR /&gt;But if I entered schema name, I got "Connection failure. You must change the Database Settings.&lt;BR /&gt; com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -204, SQLSTATE: 42704, SQLERRMC: SYSIBM.SYSSCHEMATA"&lt;BR /&gt;So there is no table schema or view schema can be generated.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Perhaps you input schema is invalid. You can get the table schema from the option "Retrieve schema"
&lt;BR /&gt;Fro more details, please refer to the related reference 
&lt;A href="https://help.talend.com/search/all?query=Setting+up+a+database+connection&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;Setting up a DB connection&lt;/A&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 28 Feb 2013 02:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369598#M132727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-28T02:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: mainframe db2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369599#M132728</link>
      <description>I would guess that it's a permission problem on the DB2 database.</description>
      <pubDate>Thu, 28 Feb 2013 09:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369599#M132728</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2013-02-28T09:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: mainframe db2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369600#M132729</link>
      <description>I sent the error to my dba. I was told SYSIBM.SYSSCHEMATA is not in mainframe. It is in regular db2, not mainframe.
&lt;BR /&gt;I think DB Type: IBM DB2 ZOS should point to mainframe. Is there a bug inside?
&lt;BR /&gt;Is there a way to work around?</description>
      <pubDate>Thu, 28 Feb 2013 19:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369600#M132729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-28T19:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: mainframe db2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369601#M132730</link>
      <description>I did the above works in version 5.2.1.&lt;BR /&gt;Today i tried it a lower version, 4. 1. 2. I can create the db connection (db2 zos)  and also create schemas in the metadata without any problem.&lt;BR /&gt;Then I tried to use tDB2Input component to get data.  (I used Repository which I created in metadata.) I got error: &lt;BR /&gt;om.ibm.db2.jcc.a.SqlException: unsupported encoding Cp037 for result set column&lt;BR /&gt;	at com.ibm.db2.jcc.a.j.a(j.java:429)&lt;BR /&gt;	at com.ibm.db2.jcc.b.kc.a(kc.java:2366)&lt;BR /&gt;	at com.ibm.db2.jcc.b.jb.a(jb.java:3167)&lt;BR /&gt;	at com.ibm.db2.jcc.b.jb.a(jb.java:1720)&lt;BR /&gt;	at com.ibm.db2.jcc.b.jb.a(jb.java:1647)&lt;BR /&gt;	at com.ibm.db2.jcc.b.jb.n(jb.java:562)&lt;BR /&gt;	at com.ibm.db2.jcc.b.jb.j(jb.java:247)&lt;BR /&gt;	at com.ibm.db2.jcc.b.jb.c(jb.java:57)&lt;BR /&gt;	at com.ibm.db2.jcc.b.w.c(w.java:42)&lt;BR /&gt;	at com.ibm.db2.jcc.b.cc.h(cc.java:177)&lt;BR /&gt;	at com.ibm.db2.jcc.a.rf.p(rf.java:1256)&lt;BR /&gt;	at com.ibm.db2.jcc.a.rf.a(rf.java:1951)&lt;BR /&gt;	at com.ibm.db2.jcc.a.rf.a(rf.java:523)&lt;BR /&gt;	at com.ibm.db2.jcc.a.rf.executeQuery(rf.java:507)&lt;BR /&gt;	at test.test_0_1.test.tDB2Input_1Process(test.java:245)&lt;BR /&gt;	at test.test_0_1.test.runJobInTOS(test.java:471)&lt;BR /&gt;	at test.test_0_1.test.main(test.java:342)&lt;BR /&gt;It seems it couldn't know the datatype is IBM db2 ZOS, it just think it is regular db2.&lt;BR /&gt;Am I use the right component? Please advice.&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 28 Feb 2013 21:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369601#M132730</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-28T21:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: mainframe db2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369602#M132731</link>
      <description>Hi, 
&lt;BR /&gt;Usually, we use tDBxxx components to do such working case, so I think you get the right component. Unfortunately for your issue, I have never met before, no more any suggestion on it. 
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 01 Mar 2013 07:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369602#M132731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-01T07:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: mainframe db2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369603#M132732</link>
      <description>Not sure still want to suggesting based on the error you got for the "Cp037 " it is a Mainframe coding so you may try to use mainframe component instead DB2.</description>
      <pubDate>Mon, 04 Mar 2013 09:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369603#M132732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-04T09:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: mainframe db2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369604#M132733</link>
      <description>In talend, I think db2 component is used for mainframe.
&lt;BR /&gt;I did a lot of research on "Cp037" problem. I found this was caused the JRE version. We have to use international version to support encoding Cp037. For the international version, there a jar called charsets.jar. After I put charsets.jar into \Java\jre6\lib. It works fine now.
&lt;BR /&gt;But I think Talend must have a bug in new version 5.2.1, it cannot generate metadata for mainframe. But version 4.1.2 can.</description>
      <pubDate>Tue, 05 Mar 2013 22:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369604#M132733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-05T22:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: mainframe db2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369605#M132734</link>
      <description>Hi jijli, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;But I think Talend must have a bug in new version 5.2.1, it cannot generate metadata for mainframe. But version 4.1.2 can.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Would you mind reporting an issue on talend 
&lt;A href="https://jira.talendforge.org/secure/Dashboard.jspa" target="_blank" rel="nofollow noopener noreferrer"&gt;Bug tracker&lt;/A&gt;, and our colleagues will review it and give a response to you, thanks a lot. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 06 Mar 2013 02:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369605#M132734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-06T02:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: mainframe db2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369606#M132735</link>
      <description>I created a bug report. Hope it could be solved soon.
&lt;BR /&gt;
&lt;A href="https://jira.talendforge.org/browse/IF-71" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/IF-71&lt;/A&gt;</description>
      <pubDate>Wed, 06 Mar 2013 19:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369606#M132735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-06T19:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: mainframe db2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369607#M132736</link>
      <description>Hi jijli, 
&lt;BR /&gt;Thanks for your feedback, what's more, talend open studio production of version 5.2.2 will be released in two days. Perhaps this issue has been fixed on the newest version. Let's wait for that. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 07 Mar 2013 02:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369607#M132736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-07T02:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: mainframe db2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369608#M132737</link>
      <description>Hi Sabrina,&lt;BR /&gt;Can we configure Datacom MF DB in Talend?if yes then how?</description>
      <pubDate>Thu, 29 Dec 2016 08:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369608#M132737</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-12-29T08:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: mainframe db2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369609#M132738</link>
      <description>Hi, 
&lt;BR /&gt;Please take a look at document about: 
&lt;A href="https://help.talend.com/search/all?query=Supported+systems%2C+databases+and+business+applications+by+Talend+components&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;upported systems databases and business applications by Talend components&lt;/A&gt;. 
&lt;BR /&gt;There is no a specific component for&amp;nbsp; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Datacom MF DB.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 29 Dec 2016 09:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mainframe-db2/m-p/2369609#M132738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-29T09:34:03Z</dc:date>
    </item>
  </channel>
</rss>

