<?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: [resolved] How can I connect with mysql database(SSL enabled) using TOS (5.2.2)? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311696#M82715</link>
    <description>I am not 100% sure but parameters will be separated with a semicolon and not with a &amp;amp;. This parameters will usually not added to an URL as query.</description>
    <pubDate>Tue, 09 Jul 2013 22:01:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-07-09T22:01:52Z</dc:date>
    <item>
      <title>[resolved] How can I connect with mysql database(SSL enabled) using TOS (5.2.2)?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311688#M82707</link>
      <description>Hi all, 
&lt;BR /&gt; I am trying to connect with mysql database using tmysqlconnection component and I have configured keystore and 
&lt;BR /&gt; truststore files in tsetkeystore component also.But I am not able to connect with the database. 
&lt;BR /&gt; 
&lt;BR /&gt; Configured tmysqlconnection like this in TOS ESB(5.2.2): 
&lt;BR /&gt; Additional JDBC Parameters : 
&lt;BR /&gt; useSSL=true 
&lt;BR /&gt; Exception details : 
&lt;BR /&gt; Exception in component tMysqlConnection_1 
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure 
&lt;BR /&gt;The last packet successfully received from the server was 203 milliseconds ago. The last packet sent successfully to the server was 203 milliseconds ago. 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) 
&lt;BR /&gt; at com.mysql.jdbc.ExportControlled.transformSocketToSSLSocket(ExportControlled.java:105) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.negotiateSSLConnection(MysqlIO.java:5167) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1342) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2412) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2445) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2230) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:813) 
&lt;BR /&gt; at com.mysql.jdbc.JDBC4Connection.&amp;lt;init&amp;gt;(JDBC4Connection.java:47) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) 
&lt;BR /&gt; at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at pragatisap_proj.keystorejob_0_1.keystoreJOB.tMysqlConnection_1Process(keystoreJOB.java:478) 
&lt;BR /&gt; at pragatisap_proj.keystorejob_0_1.keystoreJOB.tSetKeystore_1Process(keystoreJOB.java:405) 
&lt;BR /&gt; at pragatisap_proj.keystorejob_0_1.keystoreJOB.runJobInTOS(keystoreJOB.java:1237) 
&lt;BR /&gt; at pragatisap_proj.keystorejob_0_1.keystoreJOB.main(keystoreJOB.java:1105) 
&lt;BR /&gt;Caused by: javax.net.ssl.SSLException: Unsupported record version Unknown-0.0 
&lt;BR /&gt; at sun.security.ssl.InputRecord.readV3Record(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.InputRecord.read(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) 
&lt;BR /&gt; at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.ExportControlled.transformSocketToSSLSocket(ExportControlled.java:90) 
&lt;BR /&gt; ... 20 more 
&lt;BR /&gt; I have attached image of the setkeystore also with this post. 
&lt;BR /&gt; Can any one please help me on this.</description>
      <pubDate>Sat, 16 Nov 2024 11:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311688#M82707</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T11:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I connect with mysql database(SSL enabled) using TOS (5.2.2)?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311689#M82708</link>
      <description>Hi, &lt;BR /&gt;Did the job run successfully if you don't use SSL? In addition, the image of setkeystore seem to be lost.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 09 Jul 2013 04:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311689#M82708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-09T04:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I connect with mysql database(SSL enabled) using TOS (5.2.2)?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311690#M82709</link>
      <description>Hi Sabrina,
&lt;BR /&gt; Thanks for your quick response.Yes,I am able to execute the job successfully..if I don't use SSL(if it is normal DB)
&lt;BR /&gt; 
&lt;BR /&gt; But not able to execute the job if the DB is SSL enabled(if I don't use SSL) and getting below exception.
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; Exception details :
&lt;BR /&gt; 
&lt;BR /&gt; Exception in component tMysqlConnection_1
&lt;BR /&gt;java.sql.SQLException: Access denied for user 'yii'@'localhost' (using password: YES)
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1074)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4096)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4028)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4612)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2412)
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2445)
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2230)
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:813)
&lt;BR /&gt; at com.mysql.jdbc.JDBC4Connection.&amp;lt;init&amp;gt;(JDBC4Connection.java:47)
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
&lt;BR /&gt; disconnected
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source)
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
&lt;BR /&gt; at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
&lt;BR /&gt; at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334)
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source)
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source)
&lt;BR /&gt; at pragatisap_proj.keystorejob_0_1.keystoreJOB.tMysqlConnection_1Process(keystoreJOB.java:478)
&lt;BR /&gt; at pragatisap_proj.keystorejob_0_1.keystoreJOB.tSetKeystore_1Process(keystoreJOB.java:405)
&lt;BR /&gt; at pragatisap_proj.keystorejob_0_1.keystoreJOB.runJobInTOS(keystoreJOB.java:1237)
&lt;BR /&gt; at pragatisap_proj.keystorejob_0_1.keystoreJOB.main(keystoreJOB.java:1105)
&lt;BR /&gt; regarding the image :
&lt;BR /&gt; I uploaded the image several times(using Image Upload) but it is not appearing here..can you please guide how 
&lt;BR /&gt; can I do that.
&lt;BR /&gt; Thanks in advance.</description>
      <pubDate>Tue, 09 Jul 2013 06:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311690#M82709</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-09T06:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I connect with mysql database(SSL enabled) using TOS (5.2.2)?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311691#M82710</link>
      <description>Hi, 
&lt;BR /&gt;For your SSL enabled DB, I need make a investigation about it and comeback to you asap. 
&lt;BR /&gt;For registered users, I realize the image upload feature is only available when clicking on "post reply" (not through the quick post")and a Image upload box allows to upload screen captures and images up to 200KB. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEkd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154892iECA94678E316A080/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEkd.png" alt="0683p000009MEkd.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 09 Jul 2013 06:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311691#M82710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-09T06:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I connect with mysql database(SSL enabled) using TOS (5.2.2)?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311692#M82711</link>
      <description>Hi Sabrina,&lt;BR /&gt;     I have uploaded the image using "postreply" feature only and the image is having less then the mentioned size.</description>
      <pubDate>Tue, 09 Jul 2013 07:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311692#M82711</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-09T07:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I connect with mysql database(SSL enabled) using TOS (5.2.2)?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311693#M82712</link>
      <description>Hi, &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;I have uploaded the image using "postreply" feature only and the image is having less then the mentioned size.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;What browser are you using?(I'm using Firefox, and it perfect). Could you use another one to test it? Is your pic under the size of 1024X768 pixels?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 09 Jul 2013 07:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311693#M82712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-09T07:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I connect with mysql database(SSL enabled) using TOS (5.2.2)?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311694#M82713</link>
      <description>Hi Sabrina, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;What browser are you using?(I'm using Firefox, and it perfect). Could you use another one to test it? Is your pic under the size of 1024X768 pixels?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Ok...I am using Google chrome till now. 
&lt;BR /&gt; I am in a need of urgency..so can u please guide me on the SSL configuraion. 
&lt;BR /&gt; 
&lt;BR /&gt; Environment details : 
&lt;BR /&gt; OS : Windowx XP 
&lt;BR /&gt; java version : 1.7.0_07 
&lt;BR /&gt; Enabled in my java console : 
&lt;BR /&gt; use SSL : SSLv3.0 
&lt;BR /&gt; use TLS : TLSv1.0 
&lt;BR /&gt; Is there any thing that I'm missing apart from the above details? 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
      <pubDate>Tue, 09 Jul 2013 07:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311694#M82713</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-09T07:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I connect with mysql database(SSL enabled) using TOS (5.2.2)?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311695#M82714</link>
      <description>Can any one please help on this.</description>
      <pubDate>Tue, 09 Jul 2013 12:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311695#M82714</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-09T12:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I connect with mysql database(SSL enabled) using TOS (5.2.2)?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311696#M82715</link>
      <description>I am not 100% sure but parameters will be separated with a semicolon and not with a &amp;amp;. This parameters will usually not added to an URL as query.</description>
      <pubDate>Tue, 09 Jul 2013 22:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311696#M82715</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-09T22:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I connect with mysql database(SSL enabled) using TOS (5.2.2)?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311697#M82716</link>
      <description>Hi jlolling, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I am not 100% sure but parameters will be separated with a semicolon and not with a &amp;amp;. This parameters will usually not added to an URL as query.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thanks for your response. 
&lt;BR /&gt;Now I'm able to connect with local database(SSL enabled) with the same parameters. 
&lt;BR /&gt;But not for the remote database(SSL enabled)...Is there any thing that I need to configure in Talend for remote database?</description>
      <pubDate>Wed, 10 Jul 2013 06:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311697#M82716</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-10T06:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I connect with mysql database(SSL enabled) using TOS (5.2.2)?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311698#M82717</link>
      <description>The issue has been resolved.
&lt;BR /&gt;The problem with MySQL server configuration on remote machine not with the Talend.
&lt;BR /&gt;Now I'm able to connect with the client as well remote databases.
&lt;BR /&gt;Thank u all.</description>
      <pubDate>Wed, 10 Jul 2013 13:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311698#M82717</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-10T13:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I connect with mysql database(SSL enabled) using TOS (5.2.2)?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311699#M82718</link>
      <description>Hi, &lt;BR /&gt;It is great. Thanks for sharing your experience with us.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 11 Jul 2013 04:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311699#M82718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-11T04:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I connect with mysql database(SSL enabled) using TOS (5.2.2)?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311700#M82719</link>
      <description>Hi Team,&lt;BR /&gt;We are facing similar issue while connecting to oracle fusion DB with SSL while connecting it from client machine.&lt;BR /&gt;We are trying to connect with tcps protocol. &amp;nbsp;Also tried by importing&amp;nbsp;&lt;FONT size="2"&gt;.jks&amp;nbsp;&lt;/FONT&gt;&lt;FONT size="2"&gt;.p7b in tksetKeystore component.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Can anybody please help me on how to set oracle wallet &amp;amp; connect server DB from client machine.&lt;/FONT&gt;&lt;BR /&gt;Thanks,&amp;nbsp;&lt;BR /&gt;Shrikant&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Fri, 11 Nov 2016 15:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-connect-with-mysql-database-SSL-enabled-using/m-p/2311700#M82719</guid>
      <dc:creator>shrikant_kp</dc:creator>
      <dc:date>2016-11-11T15:07:43Z</dc:date>
    </item>
  </channel>
</rss>

