<?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 GetDatabase and GetDatabaseTables from QLik sense engine api not working for sql server connection in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/GetDatabase-and-GetDatabaseTables-from-QLik-sense-engine-api-not/m-p/32879#M481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my Qlik sense desktop application, I've connected to a sql server (have tried both adding the database field and leaving it blank). The app is able to get tables and load data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm trying to get the names of databases and their tables from the connection using the Engine API, but an empty list is returned (using getdatabases method)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"handle": 1,&lt;/P&gt;&lt;P&gt;"method": "GetConnection",&lt;/P&gt;&lt;P&gt;"params": {&lt;/P&gt;&lt;P&gt;"qConnectionId": "7c7f33e0-b007-4b00-914c-65b0a064668c"&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;"outKey": -1,&lt;/P&gt;&lt;P&gt;"id": 4&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"jsonrpc": "2.0",&lt;/P&gt;&lt;P&gt;"id": 4,&lt;/P&gt;&lt;P&gt;"delta": true,&lt;/P&gt;&lt;P&gt;"result": {&lt;/P&gt;&lt;P&gt;"qConnection": {&lt;/P&gt;&lt;P&gt;"qId": "7c7f33e0-b007-4b00-914c-65b0a064668c",&lt;/P&gt;&lt;P&gt;"qName": "mynameis",&lt;/P&gt;&lt;P&gt;"qConnectionString": "CUSTOM CONNECT TO \"provider=QvOdbcConnectorPackage.exe;driver=mysql;host=sql12.freesqldatabase.com;port=3306;db=sql12243045;SSLMode=DISABLED;UseTrustStore=false;QueryTimeout=30;\"",&lt;/P&gt;&lt;P&gt;"qType": "QvOdbcConnectorPackage.exe",&lt;/P&gt;&lt;P&gt;"qModifiedDate": "6/15/2018 2:27:50 AM",&lt;/P&gt;&lt;P&gt;"qMeta": {},&lt;/P&gt;&lt;P&gt;"qLogOn": "LOG_ON_SERVICE_USER"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get Databases:&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"handle": 1,&lt;/P&gt;&lt;P&gt;"method": "GetDatabases",&lt;/P&gt;&lt;P&gt;"params": {&lt;/P&gt;&lt;P&gt;"qConnectionId": "7c7f33e0-b007-4b00-914c-65b0a064668c"&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;"outKey": -1,&lt;/P&gt;&lt;P&gt;"id": 5&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"handle": 1,&lt;/P&gt;&lt;P&gt;"method": "GetDatabases",&lt;/P&gt;&lt;P&gt;"params": {&lt;/P&gt;&lt;P&gt;"qConnectionId": "7c7f33e0-b007-4b00-914c-65b0a064668c"&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;"outKey": -1,&lt;/P&gt;&lt;P&gt;"id": 5&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply:&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"jsonrpc": "2.0",&lt;/P&gt;&lt;P&gt;"id": 5,&lt;/P&gt;&lt;P&gt;"delta": true,&lt;/P&gt;&lt;P&gt;"result": {&lt;/P&gt;&lt;P&gt;"qDatabases": []&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know there are databases in the server;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2018 10:06:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-15T10:06:13Z</dc:date>
    <item>
      <title>GetDatabase and GetDatabaseTables from QLik sense engine api not working for sql server connection</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/GetDatabase-and-GetDatabaseTables-from-QLik-sense-engine-api-not/m-p/32879#M481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my Qlik sense desktop application, I've connected to a sql server (have tried both adding the database field and leaving it blank). The app is able to get tables and load data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm trying to get the names of databases and their tables from the connection using the Engine API, but an empty list is returned (using getdatabases method)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"handle": 1,&lt;/P&gt;&lt;P&gt;"method": "GetConnection",&lt;/P&gt;&lt;P&gt;"params": {&lt;/P&gt;&lt;P&gt;"qConnectionId": "7c7f33e0-b007-4b00-914c-65b0a064668c"&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;"outKey": -1,&lt;/P&gt;&lt;P&gt;"id": 4&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"jsonrpc": "2.0",&lt;/P&gt;&lt;P&gt;"id": 4,&lt;/P&gt;&lt;P&gt;"delta": true,&lt;/P&gt;&lt;P&gt;"result": {&lt;/P&gt;&lt;P&gt;"qConnection": {&lt;/P&gt;&lt;P&gt;"qId": "7c7f33e0-b007-4b00-914c-65b0a064668c",&lt;/P&gt;&lt;P&gt;"qName": "mynameis",&lt;/P&gt;&lt;P&gt;"qConnectionString": "CUSTOM CONNECT TO \"provider=QvOdbcConnectorPackage.exe;driver=mysql;host=sql12.freesqldatabase.com;port=3306;db=sql12243045;SSLMode=DISABLED;UseTrustStore=false;QueryTimeout=30;\"",&lt;/P&gt;&lt;P&gt;"qType": "QvOdbcConnectorPackage.exe",&lt;/P&gt;&lt;P&gt;"qModifiedDate": "6/15/2018 2:27:50 AM",&lt;/P&gt;&lt;P&gt;"qMeta": {},&lt;/P&gt;&lt;P&gt;"qLogOn": "LOG_ON_SERVICE_USER"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get Databases:&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"handle": 1,&lt;/P&gt;&lt;P&gt;"method": "GetDatabases",&lt;/P&gt;&lt;P&gt;"params": {&lt;/P&gt;&lt;P&gt;"qConnectionId": "7c7f33e0-b007-4b00-914c-65b0a064668c"&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;"outKey": -1,&lt;/P&gt;&lt;P&gt;"id": 5&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"handle": 1,&lt;/P&gt;&lt;P&gt;"method": "GetDatabases",&lt;/P&gt;&lt;P&gt;"params": {&lt;/P&gt;&lt;P&gt;"qConnectionId": "7c7f33e0-b007-4b00-914c-65b0a064668c"&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;"outKey": -1,&lt;/P&gt;&lt;P&gt;"id": 5&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply:&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"jsonrpc": "2.0",&lt;/P&gt;&lt;P&gt;"id": 5,&lt;/P&gt;&lt;P&gt;"delta": true,&lt;/P&gt;&lt;P&gt;"result": {&lt;/P&gt;&lt;P&gt;"qDatabases": []&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know there are databases in the server;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 10:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/GetDatabase-and-GetDatabaseTables-from-QLik-sense-engine-api-not/m-p/32879#M481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-15T10:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: GetDatabase and GetDatabaseTables from QLik sense engine api not working for sql server connecti</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/GetDatabase-and-GetDatabaseTables-from-QLik-sense-engine-api-not/m-p/1559290#M10211</link>
      <description>&lt;P&gt;I'm having the same problem for any kind of CUSTOM connector (&lt;STRONG&gt;provider=QvOdbcConnectorPackage.exe&lt;/STRONG&gt;).&lt;BR /&gt;Do you have any news on that ?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 21:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/GetDatabase-and-GetDatabaseTables-from-QLik-sense-engine-api-not/m-p/1559290#M10211</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2019-03-20T21:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: GetDatabase and GetDatabaseTables from QLik sense engine api not working for sql server connecti</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/GetDatabase-and-GetDatabaseTables-from-QLik-sense-engine-api-not/m-p/1683701#M12473</link>
      <description>&lt;P&gt;I'm facing the same issue. Any solution for it ?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 11:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/GetDatabase-and-GetDatabaseTables-from-QLik-sense-engine-api-not/m-p/1683701#M12473</guid>
      <dc:creator>SriHarsha</dc:creator>
      <dc:date>2020-03-11T11:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: GetDatabase and GetDatabaseTables from QLik sense engine api not working for sql server connection</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/GetDatabase-and-GetDatabaseTables-from-QLik-sense-engine-api-not/m-p/2088264#M18730</link>
      <description>&lt;P&gt;I am also facing this problem, please let me know if any solution found&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 12:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/GetDatabase-and-GetDatabaseTables-from-QLik-sense-engine-api-not/m-p/2088264#M18730</guid>
      <dc:creator>rdsharma</dc:creator>
      <dc:date>2023-06-27T12:29:39Z</dc:date>
    </item>
  </channel>
</rss>

