<?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: App.GetDatabases and Hub.GetDatabasesFromConnectionString methods not working for CUSTOM data so in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-GetDatabases-and-Hub-GetDatabasesFromConnectionString/m-p/1560777#M10232</link>
    <description>&lt;P&gt;Thank you Yko.&lt;/P&gt;&lt;P&gt;I already have used the Qlik Sense Dev Hub to try those Engine API calls and I got exactly the same result.&lt;BR /&gt;I'm starting to think that Qlik Sense doesn't use its API to handle the custom connections, maybe it is something else outside of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark Costa&lt;/P&gt;</description>
    <pubDate>Mon, 25 Mar 2019 12:55:01 GMT</pubDate>
    <dc:creator>marksouzacosta</dc:creator>
    <dc:date>2019-03-25T12:55:01Z</dc:date>
    <item>
      <title>App.GetDatabases and Hub.GetDatabasesFromConnectionString methods not working for CUSTOM data source</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-GetDatabases-and-Hub-GetDatabasesFromConnectionString/m-p/1559576#M10212</link>
      <description>&lt;P&gt;Good day everyone,&lt;/P&gt;&lt;P&gt;I have three connections setup in Qlik Sense:&lt;BR /&gt;2 x for &lt;STRONG&gt;Microsoft SQL Server&lt;/STRONG&gt; and 1 x for &lt;STRONG&gt;Oracle&lt;/STRONG&gt; - those are not ODBC or OLE DB connections but the specific ones provided by Qlik Sense during the &lt;EM&gt;&lt;STRONG&gt;Create new connection&lt;/STRONG&gt;&lt;/EM&gt; wizard&lt;EM&gt;.&amp;nbsp;&lt;/EM&gt;&lt;SPAN&gt;Those connections are working properly in Qlik Sense Apps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In QMC those connection &lt;STRONG&gt;Types&lt;/STRONG&gt; are displayed as &lt;STRONG&gt;QvOdbcConnectorPackage.exe&lt;/STRONG&gt; and the connection strings are like&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;CUSTOM CONNECT TO .... bla bla&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I have a .NET app that uses the&amp;nbsp;&lt;A title="App.GetDatabases Method" href="https://help.qlik.com/en-US/sense-developer/September2018/APIs/net+sdk/html/M_Qlik_Engine_App_GetDatabases.htm" target="_blank" rel="noopener"&gt;App.GetDatabases Method&lt;/A&gt;&amp;nbsp;to list the Databases from Qlik Sense Connections and this method works pretty well for OLE DB and ODBC connections but it is not working at all with the three connections that I have listed above. The method is not returning any error, it just doesn't list the databases.&lt;/P&gt;&lt;P&gt;I have also tried the&amp;nbsp;&lt;A title="Hub.GetDatabasesFromConnectionString Method" href="https://help.qlik.com/en-US/sense-developer/September2018/APIs/net+sdk/html/M_Qlik_Engine_Hub_GetDatabasesFromConnectionString.htm" target="_blank" rel="noopener"&gt;Hub.GetDatabasesFromConnectionString Method&lt;/A&gt;&amp;nbsp;but this is also not working.&lt;/P&gt;&lt;P&gt;According to the API documentation, both methods are supposed to work with OLE DB, ODBC and CUSTOM data sources.&lt;/P&gt;&lt;P&gt;Can anybody here help me to solve this problem?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41242"&gt;@Øystein_Kolsrud&lt;/a&gt;&amp;nbsp;sorry about summoning you but I think you may have the answer.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 13:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-GetDatabases-and-Hub-GetDatabasesFromConnectionString/m-p/1559576#M10212</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2019-03-21T13:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: App.GetDatabases and Hub.GetDatabasesFromConnectionString methods not working for CUSTOM data so</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-GetDatabases-and-Hub-GetDatabasesFromConnectionString/m-p/1560588#M10230</link>
      <description>&lt;P&gt;Sorry, I don't know much about data connectors, so I can't help you much here. But the two SDK methods you refer to map directly to these calls in the Engine API:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2019/APIs/EngineAPI/services-Doc-GetDatabases.html" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2019/APIs/EngineAPI/services-Doc-GetDatabases.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2019/APIs/EngineAPI/services-Global-GetDatabasesFromConnectionString.html" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2019/APIs/EngineAPI/services-Global-GetDatabasesFromConnectionString.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The second one of those pages has a link to this page:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2019/Subsystems/EngineAPI/Content/Sense_EngineAPI/CreatingAppLoadingData/ViewDataToLoad/list-databases-Odbc-Oledb-custom-connection.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2019/Subsystems/EngineAPI/Content/Sense_EngineAPI/CreatingAppLoadingData/ViewDataToLoad/list-databases-Odbc-Oledb-custom-connection.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I don't know if that helps you or not though...&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 08:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-GetDatabases-and-Hub-GetDatabasesFromConnectionString/m-p/1560588#M10230</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2019-03-25T08:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: App.GetDatabases and Hub.GetDatabasesFromConnectionString methods not working for CUSTOM data so</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-GetDatabases-and-Hub-GetDatabasesFromConnectionString/m-p/1560777#M10232</link>
      <description>&lt;P&gt;Thank you Yko.&lt;/P&gt;&lt;P&gt;I already have used the Qlik Sense Dev Hub to try those Engine API calls and I got exactly the same result.&lt;BR /&gt;I'm starting to think that Qlik Sense doesn't use its API to handle the custom connections, maybe it is something else outside of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark Costa&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 12:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-GetDatabases-and-Hub-GetDatabasesFromConnectionString/m-p/1560777#M10232</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2019-03-25T12:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: App.GetDatabases and Hub.GetDatabasesFromConnectionString methods not working for CUSTOM data so</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-GetDatabases-and-Hub-GetDatabasesFromConnectionString/m-p/1709669#M12872</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22035"&gt;@marksouzacosta&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you are well, I have been trying to use the method GetDatabases but I am dealing with the same issue. It seems that I can call this method but it is not returning anything.&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"jsonrpc": "2.0",&lt;BR /&gt;"id": 7,&lt;BR /&gt;"delta": true,&lt;BR /&gt;"result": {&lt;BR /&gt;"qDatabases": []&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;I have tried with different connections such as SQL Server, Redshift, PostgreSQL, but it does not return any information. I have also used the Engine API explorer and another client (Google Chrome extension). Could you please tell me if you found a solution to this problem?&lt;/P&gt;&lt;P&gt;Thank you for your time.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 08:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-GetDatabases-and-Hub-GetDatabasesFromConnectionString/m-p/1709669#M12872</guid>
      <dc:creator>Armando</dc:creator>
      <dc:date>2020-06-10T08:40:14Z</dc:date>
    </item>
  </channel>
</rss>

