<?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: Creating OLEDB Connection using Qlik API Engine in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Creating-OLEDB-Connection-using-Qlik-API-Engine/m-p/2508341#M5564</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/316472"&gt;@skusuma1991&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have connected to Qlik Engine API, But this uses web sockets so a normal Rest API connection wont work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/November2024/Subsystems/EngineAPI/Content/Sense_EngineAPI/introducing-engine-API.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/November2024/Subsystems/EngineAPI/Content/Sense_EngineAPI/introducing-engine-API.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You cant test in using the Dev-Hub&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="path"&gt;&lt;A href="http://localhost:4848/dev-hub/engine-api-explorer" target="_blank"&gt;http://localhost:4848/dev-hub/engine-api-explorer&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable CommonComponents.SenseDesktopName variable"&gt;Qlik Sense Desktop&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="path"&gt;https://[server]/dev-hub/engine-api-explorer&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable CommonComponents.SenseEnterpriseName variable"&gt;Qlik Sense Enterprise&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Regards Jandre&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Mar 2025 07:52:08 GMT</pubDate>
    <dc:creator>JandreKillianRIC</dc:creator>
    <dc:date>2025-03-05T07:52:08Z</dc:date>
    <item>
      <title>Creating OLEDB Connection using Qlik API Engine</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Creating-OLEDB-Connection-using-Qlik-API-Engine/m-p/2508184#M5562</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I want to automate some stuff and for that i need to create OLEDB Connection using&amp;nbsp; Qlik Engine API's. I am able to create folder connection but facing issues while creating OLEDB. Error:&amp;nbsp; Invalid parameters and i have double checked the parameters but issue is still exists.&lt;/P&gt;
&lt;P&gt;Json used:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "CreateConnection",
  "handle": 1,
  "params": [
    {
      "qName": "MySQLConnection",
      "qConnectionString": "Provider=SQLOLEDB;Data Source=your_server;Initial Catalog=your_database;User Id=your_user;Password=your_password;",
      "qType": "OLEDB"
    }
  ]
}&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there anyone who did this already?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 10:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Creating-OLEDB-Connection-using-Qlik-API-Engine/m-p/2508184#M5562</guid>
      <dc:creator>skusuma1991</dc:creator>
      <dc:date>2025-03-04T10:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating OLEDB Connection using Qlik API Engine</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Creating-OLEDB-Connection-using-Qlik-API-Engine/m-p/2508341#M5564</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/316472"&gt;@skusuma1991&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have connected to Qlik Engine API, But this uses web sockets so a normal Rest API connection wont work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/November2024/Subsystems/EngineAPI/Content/Sense_EngineAPI/introducing-engine-API.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/November2024/Subsystems/EngineAPI/Content/Sense_EngineAPI/introducing-engine-API.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You cant test in using the Dev-Hub&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="path"&gt;&lt;A href="http://localhost:4848/dev-hub/engine-api-explorer" target="_blank"&gt;http://localhost:4848/dev-hub/engine-api-explorer&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable CommonComponents.SenseDesktopName variable"&gt;Qlik Sense Desktop&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="path"&gt;https://[server]/dev-hub/engine-api-explorer&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable CommonComponents.SenseEnterpriseName variable"&gt;Qlik Sense Enterprise&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Regards Jandre&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 07:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Creating-OLEDB-Connection-using-Qlik-API-Engine/m-p/2508341#M5564</guid>
      <dc:creator>JandreKillianRIC</dc:creator>
      <dc:date>2025-03-05T07:52:08Z</dc:date>
    </item>
  </channel>
</rss>

