<?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 Re: Applying changes in prj-Folder to qvw on Server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412672#M1334209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yusuf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to programming in VB.&lt;/P&gt;&lt;P&gt;I am trying to create a vbs that would load the data from a -prj folder into the corresponding .qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found out about VB functions that allow me to open up a .qvw after creating it and then saving it and finally closing it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Set Qv = CreateObject("QlikTech.QlikView")&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Qv.Launch qvPath, qvwFile&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Set docObj = qv.OpenDoc(qvwFile)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;socObj.Save&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;docObj.CloseDoc &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; where qvPath is pointing to my QlikView.exe and qvwFile poiting to my .qvw script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure about where these functions are coming from and what would be the list of functions I could use to do further operations on my .qvw scrips through vbs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute a similar script to the one above I am having a couple of issues:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Qlikview opens up 2 windows: one with the start page and one with the content of my .qvw.&lt;/LI&gt;&lt;LI&gt;docObj.Save opens up a prompt to save and overwrite the current .qvw. The prompt is a problem as my goal here is to automate this process and not have a user click on save to confirm.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you happen to know what is happening when executig this script and what is to be done in order to make it work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;-Seb&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Apr 2013 21:10:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-12T21:10:19Z</dc:date>
    <item>
      <title>Applying changes in prj-Folder to qvw on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412669#M1334206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a little integration problem: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;we are using SVN to version our QV-apps - not the "integrated" functions in QV, but the prj-folders with its xml-files because "manual" SVN offers a lot more functionality than the rudimentary functions in QV &lt;/LI&gt;&lt;LI&gt;our developers manually commit the prj-folder to the repository&lt;/LI&gt;&lt;LI&gt;a nightly job on our server pulls the a specific revision of the whole prj-folder from the SVN repository (current for testing, latest stable for production)&lt;/LI&gt;&lt;LI&gt;The QV-server should perform a reload with current production data and distribute the app to the users, so that in the morning they can work/test/validate the applications with current production data.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because the qvb.exe-process doesn't apply the contents of a prj-folder to a qvw we have worked around this problem by creatign a little helper app which opens the app via macro, hereby applies all the changes from the prj-folder reduces and saves it. After this the "normal" reload job does the reload and distributes the app to the users. Problem is now that this helper app now consumes a named CAL because it opens the real app (but only for some seconds) on the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way to get around this problem (with SVN and without consuming a CAL)? And does anyone know if there is a feature request for qvb.exe to apply contents from the prj-folder to the qvw-files? (@Qliktech: if not, please think of qvb.exe to not ignore the contents of a prj-folder...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Edgar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412669#M1334206</guid>
      <dc:creator>ekech_infomotio</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Applying changes in prj-Folder to qvw on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412670#M1334207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Edgar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunatelly I don't have an anwser for you but I am encountering the same issue as per loading the .qvw from the -prj folder automatically from script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be open to sharing your solution for solving this problem?&lt;/P&gt;&lt;P&gt;I am able to create and open the .qvw but not reducing it and saving it. I am not a Windows guy so I could be missing something easy to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Seb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 16:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412670#M1334207</guid>
      <dc:creator />
      <dc:date>2013-04-11T16:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Applying changes in prj-Folder to qvw on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412671#M1334208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Edgar ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As per my knowledge i can suggest you to use VB Script Batch file .&lt;/P&gt;&lt;P&gt;By this Batch file you can open the Qlikview document and then Save it to reflect the changes which are checked in via SVN .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you have to write some code in VB language in the batch file .&lt;/P&gt;&lt;P&gt;There is no need to run macro via another app .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there is anything .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 09:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412671#M1334208</guid>
      <dc:creator />
      <dc:date>2013-04-12T09:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Applying changes in prj-Folder to qvw on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412672#M1334209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yusuf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to programming in VB.&lt;/P&gt;&lt;P&gt;I am trying to create a vbs that would load the data from a -prj folder into the corresponding .qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found out about VB functions that allow me to open up a .qvw after creating it and then saving it and finally closing it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Set Qv = CreateObject("QlikTech.QlikView")&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Qv.Launch qvPath, qvwFile&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Set docObj = qv.OpenDoc(qvwFile)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;socObj.Save&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;docObj.CloseDoc &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; where qvPath is pointing to my QlikView.exe and qvwFile poiting to my .qvw script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure about where these functions are coming from and what would be the list of functions I could use to do further operations on my .qvw scrips through vbs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute a similar script to the one above I am having a couple of issues:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Qlikview opens up 2 windows: one with the start page and one with the content of my .qvw.&lt;/LI&gt;&lt;LI&gt;docObj.Save opens up a prompt to save and overwrite the current .qvw. The prompt is a problem as my goal here is to automate this process and not have a user click on save to confirm.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you happen to know what is happening when executig this script and what is to be done in order to make it work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;-Seb&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 21:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412672#M1334209</guid>
      <dc:creator />
      <dc:date>2013-04-12T21:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Applying changes in prj-Folder to qvw on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412673#M1334210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you please try the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.727272033691406px; color: #737373; font-family: Arial;"&gt;&lt;EM&gt;Set Qv = CreateObject("QlikTech.QlikView")&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.727272033691406px; color: #737373; font-family: Arial;"&gt;&lt;EM&gt;Qv.Launch qvPath&amp;nbsp; /r , qvwFile&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.727272033691406px; color: #737373; font-family: Arial;"&gt;&lt;EM&gt;Thanks&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.727272033691406px; color: #737373; font-family: Arial;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Apr 2013 03:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412673#M1334210</guid>
      <dc:creator />
      <dc:date>2013-04-13T03:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Applying changes in prj-Folder to qvw on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412674#M1334211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Yusuf for your anwser! Sorry for anwsering with such a delay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have done in my VB script is the following (this is only a part of it):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Qv = CreateObject("QlikTech.QlikView")&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;'Creating empty qvwFile&lt;/P&gt;&lt;P class="p1"&gt;Set docObj = Qv.CreateDoc&lt;/P&gt;&lt;P class="p1"&gt;docObj.SaveAs qvwFile&lt;/P&gt;&lt;P class="p1"&gt;docObj.CloseDoc&lt;/P&gt;&lt;P class="p2"&gt;&lt;/P&gt;&lt;P class="p1"&gt;' Loading the created qvw with the -prj content&lt;/P&gt;&lt;P class="p1"&gt;Set docObj2 = Qv.OpenDoc(qvwFile)&lt;/P&gt;&lt;P class="p1"&gt;docObj2.Save&lt;/P&gt;&lt;P class="p1"&gt;docObj2.CloseDoc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works very well when logged on directly to the Windows server machine or when connected through RDP to this server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I would like to integrate my script in Jenkins (&lt;A class="loading" href="http://jenkins-ci.org/" title="http://jenkins-ci.org/"&gt;http://jenkins-ci.org/&lt;/A&gt;) and be able to run it on the Windows machine which is a slave of Jenkins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem here is that Jenkins uses a SSH connection to the Windows machine and the VB script requires Qlikview user interface in order to run the above piece of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to add an option to the above piece of code in order to make it run as batch and not rely on UI? Or any other way to run Qlikview as batch and assemble the -prj folders to qvw exclusively in a batch way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;-Seb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 20:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412674#M1334211</guid>
      <dc:creator />
      <dc:date>2013-04-24T20:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Applying changes in prj-Folder to qvw on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412675#M1334212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/sebastien.toni"&gt;sebastien.toni&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;did you succeed in performing CI using Jenkins? I am also seeking for doing it, that is after each commit to SVN autocreating QVW files from PRJ sources...&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;Ferran.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 15:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412675#M1334212</guid>
      <dc:creator />
      <dc:date>2013-11-08T15:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Applying changes in prj-Folder to qvw on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412676#M1334213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Edgar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would you have please a document that explain SVN versioning ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 08:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-changes-in-prj-Folder-to-qvw-on-Server/m-p/412676#M1334213</guid>
      <dc:creator>jujucts</dc:creator>
      <dc:date>2014-07-15T08:48:24Z</dc:date>
    </item>
  </channel>
</rss>

