<?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 Accessing QV Server using QV OCX in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accessing-QV-Server-using-QV-OCX/m-p/365805#M136100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using QV Desktop I can access files on a QVServer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to replicate that capability in an windows desktop app that I have that includes the QV OCX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use the OCX to access qvw files stored on a QlikView Server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2012 19:26:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-22T19:26:21Z</dc:date>
    <item>
      <title>Accessing QV Server using QV OCX</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-Server-using-QV-OCX/m-p/365805#M136100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using QV Desktop I can access files on a QVServer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to replicate that capability in an windows desktop app that I have that includes the QV OCX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use the OCX to access qvw files stored on a QlikView Server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 19:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-Server-using-QV-OCX/m-p/365805#M136100</guid>
      <dc:creator />
      <dc:date>2012-03-22T19:26:21Z</dc:date>
    </item>
    <item>
      <title>Accessing QV Server using QV OCX</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-Server-using-QV-OCX/m-p/365806#M136101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Depending on your security policies, geopgraphic location to your server,&amp;nbsp; - if you have a UNC path (// or mapped drive) to your QV Server, you can enter it in the DocName Property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In Design Mode of i.e. Excel (I assume you have the OCX registered) when you right click the object (after accessing it from your Insert -&amp;gt; More Controls button)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;-&amp;gt; Qlik OCX Control Object -&amp;gt; Properties -&amp;gt; DocName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the path i.e. Q:\MyFolder\MyQlik.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason I cannot attach images (to give you a screen print of what I mean).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 22:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-Server-using-QV-OCX/m-p/365806#M136101</guid>
      <dc:creator />
      <dc:date>2012-03-22T22:15:35Z</dc:date>
    </item>
    <item>
      <title>Accessing QV Server using QV OCX</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-Server-using-QV-OCX/m-p/365807#M136102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My users do not have mapped drive capabilities to the QVServer directories, e.g. QVServer in the cloud. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found that I use qvp protocol to specify the file in the OCX OpenDocument (or OpenDocumentEx) API to get the files from the QVServer into my OCX. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 17:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-Server-using-QV-OCX/m-p/365807#M136102</guid>
      <dc:creator />
      <dc:date>2012-05-01T17:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing QV Server using QV OCX</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-Server-using-QV-OCX/m-p/365808#M136103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found that I can use an OCX embedded in a app to access a qvw on an accesspoint in the following case:&lt;/P&gt;&lt;P&gt;1) User has an account with the same name/pswd on the their personal machine and on the QVServer host&lt;/P&gt;&lt;P&gt;2) Embed the OCX in a application.&lt;/P&gt;&lt;P&gt;3) Application calls OCX api OpenDocumentEx and passes the name of the document as qvp://10.5.15.15/foo.qvw or qvp://TargetServer/dir1/dir2/foo.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where the name of the server host is either an ip or server name and the file within the server is specied as per the accesspoint data folder containment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 22:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-Server-using-QV-OCX/m-p/365808#M136103</guid>
      <dc:creator />
      <dc:date>2012-11-07T22:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing QV Server using QV OCX</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-Server-using-QV-OCX/m-p/365809#M136104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Daniel &lt;/P&gt;&lt;P&gt;I'm trying to use OCX on MS office applications. &lt;/P&gt;&lt;P&gt;I did similar tests. &lt;/P&gt;&lt;P&gt;In your case, what happens when condition 1) is not satisfied? Do you get a blank object, an error message? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you lose server connection, what happens to the object? Does it keep the last content or you get an error message? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I started a similar discussion here: &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/278810#278810"&gt;http://community.qlik.com/message/278810#278810&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 17:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-Server-using-QV-OCX/m-p/365809#M136104</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-11-08T17:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing QV Server using QV OCX</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-Server-using-QV-OCX/m-p/365810#M136105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I don’t have an account, I get a dialog QlikOcx: Failed to open document. You don’t have access to this document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="cid:image001.png@01CDBD90.90E3A230"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Daniel Lipkie, Senior Software Development Engineer&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Terra Technology  |  Accurate. Current. Consistent.&lt;/P&gt;&lt;P&gt;206 204 9514&lt;/P&gt;&lt;P&gt;425 241 5682 (cell)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 17:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-Server-using-QV-OCX/m-p/365810#M136105</guid>
      <dc:creator />
      <dc:date>2012-11-08T17:08:48Z</dc:date>
    </item>
  </channel>
</rss>

