<?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: How to connect to the HSQL database using its built-in GUI query tool called DatabaseManager? in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/How-to-connect-to-the-HSQL-database-using-its-built-in-GUI-query/m-p/2203363#M649</link>
    <description>Thanks!  I've handed this off to a colleague.  I believe he succeeded, using the method you described.

Cheers,
Keith</description>
    <pubDate>Mon, 16 Nov 2020 20:11:38 GMT</pubDate>
    <dc:creator>kc2001</dc:creator>
    <dc:date>2020-11-16T20:11:38Z</dc:date>
    <item>
      <title>How to connect to the HSQL database using its built-in GUI query tool called DatabaseManager?</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-connect-to-the-HSQL-database-using-its-built-in-GUI-query/m-p/2203361#M647</link>
      <description>&lt;P&gt;I am new to Talend Studio. I am doing data profiling using Talend Studio enterprise version 7.3. Generating PDF reports has gone smoothly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our group would like to produce some output that is different than what is automatically provided, so we would like to query the underlying reporting database. If I go to the Generated Report Settings pane, there is a Database Connection Settings area with a Db Type of HSQL. Clicking the Check button causes a popup that says "Connection successful and Datamart well configured", as shown below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AH8ePAAT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146037i8E663919874BBDB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AH8ePAAT.png" alt="0693p00000AH8ePAAT.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great! Unfortunately, I have not been able to find the name of the database, so that I could connect to it and inspect it using an IDE. For example, I've &lt;A href="https://stackoverflow.com/questions/4990864/best-sql-browser-for-hsqldb" alt="https://stackoverflow.com/questions/4990864/best-sql-browser-for-hsqldb" target="_blank"&gt;read&lt;/A&gt; that I should be able to connect to the HSQL database using its built-in GUI query tool called DatabaseManager like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; java -cp ../lib/hsqldb.jar org.hsqldb.util.DatabaseManager&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then setting the config to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; jdbc:hsqldb:file:databaseName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But what is the "databaseName"? Is it specified in a properties file or XML file somewhere?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-connect-to-the-HSQL-database-using-its-built-in-GUI-query/m-p/2203361#M647</guid>
      <dc:creator>kc2001</dc:creator>
      <dc:date>2024-11-16T01:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to the HSQL database using its built-in GUI query tool called DatabaseManager?</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-connect-to-the-HSQL-database-using-its-built-in-GUI-query/m-p/2203362#M648</link>
      <description>&lt;P&gt;Hi @Not defined Not defined​,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have spoken to a couple of colleagues about your question and I am afraid there is no easy answer. It looks like the HSQL db is an in-memory db that is not intended to be queryable. When the Studio starts, it runs the following code as part of the create process for the in-memory DB....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CREATE USER SA PASSWORD DIGEST 'd41d8cd98f00b204e9800998ecf8427e'&lt;/P&gt;&lt;P&gt;ALTER USER SA SET LOCAL TRUE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although this doesn't necessarily render access impossible, it does not really make it very easy. The password digest doesn't give us any clues to the password. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, you have the Enterprise Edition. You can therefore get around this limitation quite easily (it is not recommended to use the in-memory DB with the Enterprise Edition). &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you go to your preferences in Studio, then select Talend --&amp;gt; Profiling --&amp;gt; Reporting, you can configure a proper database which will allow you to query as you wish. It will also preserve the data (the in-memory db does not preserve it). &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AHGNHAA5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133873i6C024C72A07D55C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AHGNHAA5.png" alt="0693p00000AHGNHAA5.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have set this up quite quickly on my machine using Docker. Let me know if you have any further questions&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 15:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-connect-to-the-HSQL-database-using-its-built-in-GUI-query/m-p/2203362#M648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-10T15:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to the HSQL database using its built-in GUI query tool called DatabaseManager?</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-connect-to-the-HSQL-database-using-its-built-in-GUI-query/m-p/2203363#M649</link>
      <description>Thanks!  I've handed this off to a colleague.  I believe he succeeded, using the method you described.

Cheers,
Keith</description>
      <pubDate>Mon, 16 Nov 2020 20:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-connect-to-the-HSQL-database-using-its-built-in-GUI-query/m-p/2203363#M649</guid>
      <dc:creator>kc2001</dc:creator>
      <dc:date>2020-11-16T20:11:38Z</dc:date>
    </item>
  </channel>
</rss>

