<?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 Problem deploying our QlikViewOCX app. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-deploying-our-QlikViewOCX-app/m-p/222547#M75212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QlikCommunity,&lt;/P&gt;&lt;P&gt;we developed a nice, little C# .Net 2.0 appliaction using the QlikViewOCX, which runs fine on our developer pcs, but doesn't run on an other pc or VM. My VM is a Windows XP Pro SP2(developer pc: Vista Buisness SP2). The QlikViewOCX reference manual describe 3 option for deploying a QlikViewOCX app, MSI or MergeModules won't work for our app, so I installed the QvOCXRTL.exe (QlikViewOCX Runtime Library) and copied the release folder to the VM. If I start the app a Login pops up and asks for a Login to our QVS, then the login/pw is used to querry a list of all documents for this login. The app receives the list and displays it. If the user selects a document, we try loading it into the OCX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;Ocx.OpenDocument(Path, login, passwd);&lt;BR /&gt;// Path is something like "qvp://company-qvs/document1.qvw"&lt;BR /&gt;// login/passwd where successfully used before to querry the document list&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Now the strange things start to happen. On our devolper pcs the document loads and shows up inside the OCX, but on my VM the OCX pops up a dialog and i have to authenticate again.&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" src="https://community.qlik.com/resized-image.ashx/__size/477x621/__key/CommunityServer.Discussions.Components.Files/11/1537.login.JPG" /&gt;&lt;/P&gt;&lt;P&gt;This is the dialog which pops up. I have to select 'Alternate Identity' type in the login, then press open and then enter the password in the next dialog.&lt;/P&gt;&lt;P&gt;Why can't I open the document without that dialog, like on our devolper pcs? Did I miss a file which i have to deploy too?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jan 2010 14:57:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-26T14:57:10Z</dc:date>
    <item>
      <title>Problem deploying our QlikViewOCX app.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-deploying-our-QlikViewOCX-app/m-p/222547#M75212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QlikCommunity,&lt;/P&gt;&lt;P&gt;we developed a nice, little C# .Net 2.0 appliaction using the QlikViewOCX, which runs fine on our developer pcs, but doesn't run on an other pc or VM. My VM is a Windows XP Pro SP2(developer pc: Vista Buisness SP2). The QlikViewOCX reference manual describe 3 option for deploying a QlikViewOCX app, MSI or MergeModules won't work for our app, so I installed the QvOCXRTL.exe (QlikViewOCX Runtime Library) and copied the release folder to the VM. If I start the app a Login pops up and asks for a Login to our QVS, then the login/pw is used to querry a list of all documents for this login. The app receives the list and displays it. If the user selects a document, we try loading it into the OCX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;Ocx.OpenDocument(Path, login, passwd);&lt;BR /&gt;// Path is something like "qvp://company-qvs/document1.qvw"&lt;BR /&gt;// login/passwd where successfully used before to querry the document list&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Now the strange things start to happen. On our devolper pcs the document loads and shows up inside the OCX, but on my VM the OCX pops up a dialog and i have to authenticate again.&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" src="https://community.qlik.com/resized-image.ashx/__size/477x621/__key/CommunityServer.Discussions.Components.Files/11/1537.login.JPG" /&gt;&lt;/P&gt;&lt;P&gt;This is the dialog which pops up. I have to select 'Alternate Identity' type in the login, then press open and then enter the password in the next dialog.&lt;/P&gt;&lt;P&gt;Why can't I open the document without that dialog, like on our devolper pcs? Did I miss a file which i have to deploy too?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2010 14:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-deploying-our-QlikViewOCX-app/m-p/222547#M75212</guid>
      <dc:creator />
      <dc:date>2010-01-26T14:57:10Z</dc:date>
    </item>
    <item>
      <title>Problem deploying our QlikViewOCX app.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-deploying-our-QlikViewOCX-app/m-p/222548#M75213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I pass the username inside the path i only get the password prompt. But that's still a secound login prompt.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/466x127/__key/CommunityServer.Discussions.Components.Files/11/3286.passwd.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Ocx.OpenDocument("qvp://login@company-qvs/doc1.qvw", login, passwd);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 10:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-deploying-our-QlikViewOCX-app/m-p/222548#M75213</guid>
      <dc:creator />
      <dc:date>2010-01-27T10:06:59Z</dc:date>
    </item>
    <item>
      <title>Problem deploying our QlikViewOCX app.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-deploying-our-QlikViewOCX-app/m-p/222549#M75214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nobody knows somethink that could help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 12:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-deploying-our-QlikViewOCX-app/m-p/222549#M75214</guid>
      <dc:creator />
      <dc:date>2010-02-01T12:51:55Z</dc:date>
    </item>
    <item>
      <title>Problem deploying our QlikViewOCX app.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-deploying-our-QlikViewOCX-app/m-p/222550#M75215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on your description, a couple of possibilities come to mind.&lt;/P&gt;&lt;P&gt;First, is your virtual machine connected to your companies domain?&lt;/P&gt;&lt;P&gt;Second, is a CAL assigned to your Domain\Username?&lt;/P&gt;&lt;P&gt;Judging by the fact that you are using a qvp:// uri, I can only assume that document1.qvw resides on your Qlikview Server. Most often you'll use Active Directory to manage identification and authentication to your Qlikview Server. If you are using Active Directory, then your machine must be joined to the Active Directory domain, and either your machine or your active directory user name must be assigned a CAL (unless you have a session or document cal).&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 22:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-deploying-our-QlikViewOCX-app/m-p/222550#M75215</guid>
      <dc:creator />
      <dc:date>2010-02-01T22:47:27Z</dc:date>
    </item>
    <item>
      <title>Problem deploying our QlikViewOCX app.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-deploying-our-QlikViewOCX-app/m-p/222551#M75216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aziehn,&lt;/P&gt;&lt;P&gt;Were you ever able to resolve this problem? If so, can you please share how?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 10:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-deploying-our-QlikViewOCX-app/m-p/222551#M75216</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-12-31T10:15:49Z</dc:date>
    </item>
    <item>
      <title>Problem deploying our QlikViewOCX app.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-deploying-our-QlikViewOCX-app/m-p/222552#M75217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Did you find a solution for the problem? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 13:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-deploying-our-QlikViewOCX-app/m-p/222552#M75217</guid>
      <dc:creator />
      <dc:date>2011-07-04T13:59:12Z</dc:date>
    </item>
  </channel>
</rss>

