<?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 How to connect to Qlik sense server using python scripts in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-connect-to-Qlik-sense-server-using-python-scripts/m-p/134023#M715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide me the sample python scripts to connect to the Qliksense server using credentials authentication. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2018 07:36:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-27T07:36:06Z</dc:date>
    <item>
      <title>How to connect to Qlik sense server using python scripts</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-connect-to-Qlik-sense-server-using-python-scripts/m-p/134023#M715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide me the sample python scripts to connect to the Qliksense server using credentials authentication. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 07:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-connect-to-Qlik-sense-server-using-python-scripts/m-p/134023#M715</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-27T07:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to Qlik sense server using python scripts</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-connect-to-Qlik-sense-server-using-python-scripts/m-p/134024#M716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/GetStarted.md" rel="nofollow" target="_blank"&gt;https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/GetStarted.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.axisgroup.com/data-industry-insights-blog/qlik-sense-server-side-extensions-part-13-architecture-environment" rel="nofollow" target="_blank"&gt;http://www.axisgroup.com/data-industry-insights-blog/qlik-sense-server-side-extensions-part-13-architecture-environment&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/README.md" rel="nofollow" target="_blank"&gt;https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/README.md&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 17:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-connect-to-Qlik-sense-server-using-python-scripts/m-p/134024#M716</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-27T17:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to Qlik sense server using python scripts</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-connect-to-Qlik-sense-server-using-python-scripts/m-p/134025#M717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm trying to publish the .qvf files saved on my local folders to one of the streams on qliksense sever with python scripts. Since there are some issues in sharing the certificates of Qlik sense server with users, I had to login the server only with windows credentials. Please find my code below.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;import &lt;/SPAN&gt;qrspy&lt;/P&gt;&lt;P&gt;qrs = qrspy.ConnectQlik(&lt;SPAN style="color: #660099;"&gt;server&lt;/SPAN&gt;=&lt;SPAN style="color: #008080; font-weight: bold;"&gt;'https:devserver.com'&lt;/SPAN&gt;,&lt;SPAN style="color: #660099;"&gt;credential&lt;/SPAN&gt;=&lt;SPAN style="color: #008080; font-weight: bold;"&gt;'username'&lt;/SPAN&gt;,&lt;SPAN style="color: #660099;"&gt;password&lt;/SPAN&gt;=&lt;SPAN style="color: #008080; font-weight: bold;"&gt;'password'&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I tried with few other possible syntax.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;qrs = qrspy.ConnectQlik(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; color: #660099;"&gt;server&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; color: #008080; font-weight: bold;"&gt;'https:devserver.com'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; color: #660099;"&gt;credential&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; color: #008080; font-weight: bold;"&gt;'&lt;SPAN style="color: #808080; font-style: italic;"&gt;domain\\&lt;/SPAN&gt;username'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; color: #660099;"&gt;password&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; color: #008080; font-weight: bold;"&gt;'password'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But getting the below exception.&lt;/P&gt;&lt;P&gt;requests.exceptions.ConnectionError: HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: //localhost.com:4848/qrs/user?xrfkey=jmiJf3ZoKEpXC9rg (Caused by NewConnectionError('&amp;lt;urllib3.connection.VerifiedHTTPSConnection object at 0x032B0DD0&amp;gt;: Failed to establish a new connection: [Errno 11001] getaddrinfo failed',))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on how to get this issue resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 05:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-connect-to-Qlik-sense-server-using-python-scripts/m-p/134025#M717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-30T05:20:52Z</dc:date>
    </item>
  </channel>
</rss>

