<?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: Error in component tDBOutput_1 java.sql.SQLException: No database selected in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-in-component-tDBOutput-1-java-sql-SQLException-No-database/m-p/2290624#M63889</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much. I tried your answer and it worked for me. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;armand22&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2022 09:41:41 GMT</pubDate>
    <dc:creator>armand22</dc:creator>
    <dc:date>2022-03-23T09:41:41Z</dc:date>
    <item>
      <title>Error in component tDBOutput_1 java.sql.SQLException: No database selected</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-component-tDBOutput-1-java-sql-SQLException-No-database/m-p/2290620#M63885</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Talend and want to execute a Job but I encountered an error. I don't exactly understand where the problem is. For me, normally the error shouldn't occur. Can someone help me please ? &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting job write_movies_to_db at 17:26 10/03/2022.&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3584&lt;/P&gt;&lt;P&gt;[statistics] connected&lt;/P&gt;&lt;P&gt;Exception in component tDBOutput_1 (write_movies_to_db)&lt;/P&gt;&lt;P&gt;java.sql.SQLException: No database selected&lt;/P&gt;&lt;P&gt;	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)&lt;/P&gt;&lt;P&gt;	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)&lt;/P&gt;&lt;P&gt;	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)&lt;/P&gt;&lt;P&gt;	at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:764)&lt;/P&gt;&lt;P&gt;	at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:648)&lt;/P&gt;&lt;P&gt;	at getting_started.write_movies_to_db_0_1.write_movies_to_db.tFileInputDelimited_1Process(write_movies_to_db.java:1165)&lt;/P&gt;&lt;P&gt;	at getting_started.write_movies_to_db_0_1.write_movies_to_db.runJobInTOS(write_movies_to_db.java:2890)&lt;/P&gt;&lt;P&gt;	at getting_started.write_movies_to_db_0_1.write_movies_to_db.main(write_movies_to_db.java:2739)&lt;/P&gt;&lt;P&gt;[statistics] disconnected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Job write_movies_to_db ended at 17:26 10/03/2022. [exit code&amp;nbsp;= 1]&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000PK0z9AAD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145917i2C06D4C7AB0BAEED/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000PK0z9AAD.png" alt="0695b00000PK0z9AAD.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-component-tDBOutput-1-java-sql-SQLException-No-database/m-p/2290620#M63885</guid>
      <dc:creator>armand22</dc:creator>
      <dc:date>2024-11-15T23:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error in component tDBOutput_1 java.sql.SQLException: No database selected</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-component-tDBOutput-1-java-sql-SQLException-No-database/m-p/2290621#M63886</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Are you able to create a mysql database connection, and retrieve schema successfully?&lt;/P&gt;&lt;P&gt;Here is online documentation about: T&lt;A href="https://help.talend.com/r/en-US/8.0/studio-user-guide-open-studio-for-data-integration/centralizing-database-metadata" alt="https://help.talend.com/r/en-US/8.0/studio-user-guide-open-studio-for-data-integration/centralizing-database-metadata" target="_blank"&gt;alendHelpCenter: Centralizing database metadata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please change your connection string to make it connect to the right database on localhost (such as, jdbc:mysql://localhost:3306/.... instead of 127.0.0.1).&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 03:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-component-tDBOutput-1-java-sql-SQLException-No-database/m-p/2290621#M63886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-11T03:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error in component tDBOutput_1 java.sql.SQLException: No database selected</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-component-tDBOutput-1-java-sql-SQLException-No-database/m-p/2290622#M63887</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Set the port as "3306", append parameter "serverTimezone=UTC#" to Additional JDBC parameters filed in the advanced settings panel of tMysqlOutput component. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 05:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-component-tDBOutput-1-java-sql-SQLException-No-database/m-p/2290622#M63887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-11T05:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error in component tDBOutput_1 java.sql.SQLException: No database selected</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-component-tDBOutput-1-java-sql-SQLException-No-database/m-p/2290623#M63888</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your answer.  Actually, I solved the problem. I will try the instructions mentioned in the documentation for later purpose.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards  &lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 09:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-component-tDBOutput-1-java-sql-SQLException-No-database/m-p/2290623#M63888</guid>
      <dc:creator>armand22</dc:creator>
      <dc:date>2022-03-23T09:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error in component tDBOutput_1 java.sql.SQLException: No database selected</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-component-tDBOutput-1-java-sql-SQLException-No-database/m-p/2290624#M63889</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much. I tried your answer and it worked for me. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;armand22&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 09:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-component-tDBOutput-1-java-sql-SQLException-No-database/m-p/2290624#M63889</guid>
      <dc:creator>armand22</dc:creator>
      <dc:date>2022-03-23T09:41:41Z</dc:date>
    </item>
  </channel>
</rss>

