Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Qlik community,
I've a blocking problem with my QlikView 12.10 server.
I have a QlikView server (named "myServer") on which is also running IIS hosting a web application listening on port 444. I'm using a local SSL certificate.
Imagine an application that do this very simple stuff :
DATA:
LOAD Id FROM [https://myServer:444/GetXmlItems] (XmlSimple, Table is [ArrayOfItems/Items]);
EXIT Script;
I try this code :
SET ErrorMode = 0;
DATA:
LOAD Id FROM [https://myServer:444/GetXmlItems] (XmlSimple, Table is [ArrayOfItems/Items]);
--
DATA:
LOAD Id FROM [https://myServer:444/GetXmlItems] (XmlSimple, Table is [ArrayOfItems/Items]);
EXIT Script;
The reload in QMC works well. The first load crash, the second works.
I've absolutely no idea.
If you have some... please help me
Thanks in advance
Pb Solved !
First pb : In IIS, for the concerned site, in SSL Settings, select "Ignore Client certificates".
Second pb : In IE, Internet Options, Advanced, unselect "Do not save encrypted pages on disk".
Pb Solved !
First pb : In IIS, for the concerned site, in SSL Settings, select "Ignore Client certificates".
Second pb : In IE, Internet Options, Advanced, unselect "Do not save encrypted pages on disk".