<?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 register the qlikview license on runtime in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152359#M29822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Corrado,&lt;/P&gt;&lt;P&gt;I am happy to help you out!&lt;/P&gt;&lt;P&gt;You need to compile the source code in a non qlikview system where there is no license installed. When you add the OCX component in to your windows application it will ask for the license there you need to provide &lt;STRONG&gt;QOCXE&lt;/STRONG&gt; license there then compile the source. Once this is done integration is done and you are ready to open the document any where and even in a non qlikview system.&lt;/P&gt;&lt;P&gt;I hope I have answered you! If you not feel free to get back to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jun 2010 06:00:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-30T06:00:06Z</dc:date>
    <item>
      <title>How to register the qlikview license on runtime</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152357#M29820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;How to register for the qlikview license on run time so that when I want to deploy in the end user system where there is no license installed it will not ask for the user to enter the license.&lt;/P&gt;&lt;P&gt;I tried with these three methods but it failed.According to the qlikview team I need to call SetRegEx() before calling any other QlikOCX1 function.&lt;/P&gt;&lt;P&gt;Hope my question is understandable and some one will be there to help me out.&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;Private Sub SetRegEx()&lt;BR /&gt;QlikOCX1.SetRegistration "1234 5678 9123 4567", "12345"&lt;BR /&gt;End Sub&lt;BR /&gt;Private Sub Command1_Click()&lt;BR /&gt;QlikOCX1.OpenDocument App.Path + "\OCX.qvw", "", ""&lt;BR /&gt;End Sub&lt;BR /&gt;Private Sub Command2_Click()&lt;BR /&gt;QlikOCX1.ActiveDocument.Reload&lt;BR /&gt;End Sub&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&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;Private Sub SetRegEx()&lt;BR /&gt;QlikOCX1.SetRegistration "1234 5678 9123 4567", "12345"&lt;BR /&gt;End Sub&lt;BR /&gt;Private Sub Command1_Click()&lt;BR /&gt;Call SetRegEx&lt;BR /&gt;QlikOCX1.OpenDocument App.Path + "\OCX.qvw", "", ""&lt;BR /&gt;End Sub&lt;BR /&gt;Private Sub Command2_Click()&lt;BR /&gt;QlikOCX1.ActiveDocument.Reload&lt;BR /&gt;End Sub&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&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;Private Sub SetRegEx()&lt;BR /&gt;QlikOCX1.SetRegistration "1234 5678 9123 4567", "12345"&lt;BR /&gt;End Sub&lt;BR /&gt;Private Sub Command1_Click()&lt;BR /&gt;QlikOCX1.OpenDocument App.Path + "\OCX.qvw", "", ""&lt;BR /&gt;End Sub&lt;BR /&gt;Private Sub Command2_Click()&lt;BR /&gt;QlikOCX1.ActiveDocument.Reload&lt;BR /&gt;End Sub&lt;BR /&gt;Private Sub Form_Load()&lt;BR /&gt;Call SetRegEx&lt;BR /&gt;End Sub&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 07:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152357#M29820</guid>
      <dc:creator />
      <dc:date>2010-05-17T07:21:26Z</dc:date>
    </item>
    <item>
      <title>How to register the qlikview license on runtime</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152358#M29821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rikab,&lt;BR /&gt;i've same question, do you have found any answer?&lt;BR /&gt;Thank you, Regards.&lt;BR /&gt;corrado&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 17:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152358#M29821</guid>
      <dc:creator />
      <dc:date>2010-06-29T17:22:16Z</dc:date>
    </item>
    <item>
      <title>How to register the qlikview license on runtime</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152359#M29822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Corrado,&lt;/P&gt;&lt;P&gt;I am happy to help you out!&lt;/P&gt;&lt;P&gt;You need to compile the source code in a non qlikview system where there is no license installed. When you add the OCX component in to your windows application it will ask for the license there you need to provide &lt;STRONG&gt;QOCXE&lt;/STRONG&gt; license there then compile the source. Once this is done integration is done and you are ready to open the document any where and even in a non qlikview system.&lt;/P&gt;&lt;P&gt;I hope I have answered you! If you not feel free to get back to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 06:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152359#M29822</guid>
      <dc:creator />
      <dc:date>2010-06-30T06:00:06Z</dc:date>
    </item>
    <item>
      <title>How to register the qlikview license on runtime</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152360#M29823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Rikab,&lt;/P&gt;&lt;P&gt;Can you tell me what is QOCXE license,&lt;/P&gt;&lt;P&gt;And the difference between QOCXE license and Qlikview license(QVA QVA+ QVE QVP)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jul 2010 02:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152360#M29823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-24T02:25:55Z</dc:date>
    </item>
    <item>
      <title>How to register the qlikview license on runtime</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152361#M29824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi zhujichao,&lt;/P&gt;&lt;P&gt;QOCXE is required to integrate the qlikview document to the third party application.&lt;/P&gt;&lt;P&gt;Sorry! I don't have any idea what is the difference between QOCXE and the one which you have mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jul 2010 05:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152361#M29824</guid>
      <dc:creator />
      <dc:date>2010-07-24T05:10:24Z</dc:date>
    </item>
    <item>
      <title>How to register the qlikview license on runtime</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152362#M29825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rikab,&lt;/P&gt;&lt;P&gt;Kaunsa third party tool use kar rahai ho ap? for example, VB ki jub ap application deploy karogai tu installation kai waqt khud hee OCX copy ho jaiga.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Shumail Hussain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jul 2010 13:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152362#M29825</guid>
      <dc:creator>shumailh</dc:creator>
      <dc:date>2010-07-24T13:13:09Z</dc:date>
    </item>
    <item>
      <title>How to register the qlikview license on runtime</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152363#M29826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shumail,&lt;/P&gt;&lt;P&gt;Yes that true! But I think you need to compile the desktop application in a unlicensed machine as it will ask for the license and during that case you need to enter the QOCXE license. Then only OCX will be copied automatically.&lt;/P&gt;&lt;P&gt;Correct me if I am wrong!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 09:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152363#M29826</guid>
      <dc:creator />
      <dc:date>2010-07-26T09:51:15Z</dc:date>
    </item>
    <item>
      <title>How to register the qlikview license on runtime</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152364#M29827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK I understand you mean we have to have a license key for OCX file. I think for the desktop user authentication this OCX should be getting input from QlikView Administration Console, just like in web. If your user conected to the server network then it should work.&lt;/P&gt;&lt;P&gt;You need to concern this with your vendor for details.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Shumail Hussain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 10:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152364#M29827</guid>
      <dc:creator>shumailh</dc:creator>
      <dc:date>2010-07-26T10:14:27Z</dc:date>
    </item>
    <item>
      <title>How to register the qlikview license on runtime</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152365#M29828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shumail,&lt;/P&gt;&lt;P&gt;I am not too sure what you are talking about. But this is how I did when I wanted to integrate the qlikview document with our desktop application. One I had given the required license I was able to open the document where that integrated application has been installed.&lt;/P&gt;&lt;P&gt;I don't have much experience in QlikView Administration Console and connecting the document through the network.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 10:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152365#M29828</guid>
      <dc:creator />
      <dc:date>2010-07-26T10:24:19Z</dc:date>
    </item>
    <item>
      <title>How to register the qlikview license on runtime</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152366#M29829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell me which third party tool you are using? and In the current senario, do you need to input the license key everytime / at once at the user end?&lt;/P&gt;&lt;P&gt;plus is your integrated application present on qlikview server / development?&lt;/P&gt;&lt;P&gt;Shumail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 10:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152366#M29829</guid>
      <dc:creator>shumailh</dc:creator>
      <dc:date>2010-07-26T10:36:00Z</dc:date>
    </item>
    <item>
      <title>How to register the qlikview license on runtime</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152367#M29830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shumail,&lt;/P&gt;&lt;P&gt;There is not third party tool I am using. I am just taking about the third party application(Desktop) for example.&lt;/P&gt;&lt;P&gt;There is no need to input the license every time. You need to input the license only once at the time of compiling the desktop application. Once that is done you can open the qlikview document which is integrated with the desktop application anywhere. You don't need to input the license anymore where ever you are opening. Only thing which need to be done is to register the OCX dll using windows registration. Then only you will be able to open the document inside the desktop application.&lt;/P&gt;&lt;P&gt;No! Application is not there in the qlikview server or development.&lt;/P&gt;&lt;P&gt;Application is there in the installation folder. Using program I am calling this document which will get opened inside the desktop application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 10:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152367#M29830</guid>
      <dc:creator />
      <dc:date>2010-07-26T10:55:51Z</dc:date>
    </item>
    <item>
      <title>How to register the qlikview license on runtime</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152368#M29831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I have no idea on registering it automatically at client level. I found some thing for u, interesting part I couldnt open the attachement but this seems helpfull for u regarding above.. &lt;IMG alt="Tongue Tied" src="http://community.qlik.com/emoticons/emotion-7.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/t/32113.aspx"&gt;http://community.qlik.com/forums/t/32113.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Shumail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 08:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152368#M29831</guid>
      <dc:creator>shumailh</dc:creator>
      <dc:date>2010-08-05T08:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to register the qlikview license on runtime</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152369#M29832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi handsome guy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a server license key and publisher license key but I have no idea what QOCXE license is . Could you please tell me how can i get one ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 07:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-register-the-qlikview-license-on-runtime/m-p/152369#M29832</guid>
      <dc:creator>woshua5550</dc:creator>
      <dc:date>2015-09-25T07:24:41Z</dc:date>
    </item>
  </channel>
</rss>

