<?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 QV - Web File - A security problem occurred in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-Web-File-A-security-problem-occurred/m-p/1429039#M430079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a blocking problem with my QlikView 12.10 server.&lt;/P&gt;&lt;P&gt;I have a &lt;SPAN style="font-size: 13.3333px;"&gt;QlikView server (named "&lt;SPAN style="font-size: 13.3333px;"&gt;myServer&lt;/SPAN&gt;") on which is also running IIS hosting a web application listening on port 444. I'm using a local SSL certificate.&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;Imagine an application that do this very simple stuff :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DATA:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LOAD Id FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://myServer:444/GetXmlItems" rel="nofollow" target="_blank"&gt;https://myServer:444/GetXmlItems&lt;/A&gt;&lt;SPAN&gt;] (XmlSimple, Table is [ArrayOfItems/Items]);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;EXIT Script;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If I open this URL (&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;&lt;A class="jive-link-external-small" href="https://myServer:444/GetXmlItems" rel="nofollow" target="_blank"&gt;https://myServer:444/GetXmlItems&lt;/A&gt;&lt;/SPAN&gt;) in IE, the result is an XML file. &lt;SPAN style="font-size: 13.3333px;"&gt;Everything works fine.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;If I reload this application by using QV Desktop on my Workstation. Everything works fine.&lt;/LI&gt;&lt;LI&gt;If I reload this code by using QV Desktop on myServer :&lt;UL&gt;&lt;LI&gt;The first time I reload, the following error message occured : "Error: A security problem occurred."&lt;/LI&gt;&lt;LI&gt;Without exiting QV Desktop, I try again and it works well without any error message. Strange isn't it ?&lt;/LI&gt;&lt;LI&gt;If I quit QV Desktop and do the same test once again, same issue. The first test end with an error, the second (and the others) works well.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;If I reload with QMC, same issue than with QV Destkop on myServer.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try this code :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;SET ErrorMode = 0;&lt;/P&gt;
&lt;P&gt;DATA:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN&gt;LOAD Id FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://myServer:444/GetXmlItems" rel="nofollow" target="_blank"&gt;https://myServer:444/GetXmlItems&lt;/A&gt;&lt;SPAN&gt;] (XmlSimple, Table is [ArrayOfItems/Items]);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;DATA:&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN&gt;LOAD Id FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://myServer:444/GetXmlItems" rel="nofollow" target="_blank"&gt;https://myServer:444/GetXmlItems&lt;/A&gt;&lt;SPAN&gt;] (XmlSimple, Table is [ArrayOfItems/Items]);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;EXIT Script;&lt;/SPAN&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The reload in QMC works well. The first load crash, the second works.&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;&lt;SPAN style="font-size: 13.3333px;"&gt;I've absolutely no idea.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If you have some... please help me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&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;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks in advance&lt;BR /&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Dec 2017 14:08:36 GMT</pubDate>
    <dc:creator>jhamard</dc:creator>
    <dc:date>2017-12-05T14:08:36Z</dc:date>
    <item>
      <title>QV - Web File - A security problem occurred</title>
      <link>https://community.qlik.com/t5/QlikView/QV-Web-File-A-security-problem-occurred/m-p/1429039#M430079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a blocking problem with my QlikView 12.10 server.&lt;/P&gt;&lt;P&gt;I have a &lt;SPAN style="font-size: 13.3333px;"&gt;QlikView server (named "&lt;SPAN style="font-size: 13.3333px;"&gt;myServer&lt;/SPAN&gt;") on which is also running IIS hosting a web application listening on port 444. I'm using a local SSL certificate.&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;Imagine an application that do this very simple stuff :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DATA:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LOAD Id FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://myServer:444/GetXmlItems" rel="nofollow" target="_blank"&gt;https://myServer:444/GetXmlItems&lt;/A&gt;&lt;SPAN&gt;] (XmlSimple, Table is [ArrayOfItems/Items]);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;EXIT Script;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If I open this URL (&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;&lt;A class="jive-link-external-small" href="https://myServer:444/GetXmlItems" rel="nofollow" target="_blank"&gt;https://myServer:444/GetXmlItems&lt;/A&gt;&lt;/SPAN&gt;) in IE, the result is an XML file. &lt;SPAN style="font-size: 13.3333px;"&gt;Everything works fine.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;If I reload this application by using QV Desktop on my Workstation. Everything works fine.&lt;/LI&gt;&lt;LI&gt;If I reload this code by using QV Desktop on myServer :&lt;UL&gt;&lt;LI&gt;The first time I reload, the following error message occured : "Error: A security problem occurred."&lt;/LI&gt;&lt;LI&gt;Without exiting QV Desktop, I try again and it works well without any error message. Strange isn't it ?&lt;/LI&gt;&lt;LI&gt;If I quit QV Desktop and do the same test once again, same issue. The first test end with an error, the second (and the others) works well.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;If I reload with QMC, same issue than with QV Destkop on myServer.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try this code :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;SET ErrorMode = 0;&lt;/P&gt;
&lt;P&gt;DATA:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN&gt;LOAD Id FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://myServer:444/GetXmlItems" rel="nofollow" target="_blank"&gt;https://myServer:444/GetXmlItems&lt;/A&gt;&lt;SPAN&gt;] (XmlSimple, Table is [ArrayOfItems/Items]);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;DATA:&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN&gt;LOAD Id FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://myServer:444/GetXmlItems" rel="nofollow" target="_blank"&gt;https://myServer:444/GetXmlItems&lt;/A&gt;&lt;SPAN&gt;] (XmlSimple, Table is [ArrayOfItems/Items]);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;EXIT Script;&lt;/SPAN&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The reload in QMC works well. The first load crash, the second works.&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;&lt;SPAN style="font-size: 13.3333px;"&gt;I've absolutely no idea.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If you have some... please help me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&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;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks in advance&lt;BR /&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 14:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-Web-File-A-security-problem-occurred/m-p/1429039#M430079</guid>
      <dc:creator>jhamard</dc:creator>
      <dc:date>2017-12-05T14:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: QV - Web File - A security problem occurred</title>
      <link>https://community.qlik.com/t5/QlikView/QV-Web-File-A-security-problem-occurred/m-p/1429040#M430080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pb Solved !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First pb : In IIS, for the concerned site, in SSL Settings, select "Ignore Client certificates".&lt;/P&gt;&lt;P&gt;Second pb : In IE, Internet Options, Advanced, unselect "Do not save encrypted pages on disk".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 10:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-Web-File-A-security-problem-occurred/m-p/1429040#M430080</guid>
      <dc:creator>jhamard</dc:creator>
      <dc:date>2017-12-06T10:30:32Z</dc:date>
    </item>
  </channel>
</rss>

