<?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: QlikView Deployment using -prj in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Deployment-using-prj/m-p/40350#M1248893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No we used bat files, not recommended..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you will have all information here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1226271"&gt;Re: recreating Qlikview from prj folder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/729667"&gt;Re: Information about -prj folder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing though, the account that runs the powershell script needs a license.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2018 08:13:02 GMT</pubDate>
    <dc:creator>jerrysvensson</dc:creator>
    <dc:date>2018-05-22T08:13:02Z</dc:date>
    <item>
      <title>QlikView Deployment using -prj</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Deployment-using-prj/m-p/40344#M1248880</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;&lt;/P&gt;&lt;P&gt;I am setting up a QlikView deployment pipeline with Jenkins and I have read that as a QVW is a binary file, we are unable to track changes to the file and hence we use the -prj method to break down a QVW into multiple XML files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I understand, deploying the -prj folder will have the below advantages:&lt;/P&gt;&lt;P&gt;- Code changes can be tracked, since we can now track changes of the XML files.&lt;/P&gt;&lt;P&gt;- Saves space since breaking down the -prj folder stores no actual data as compared to pushing the entire QVW through the pipeline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I am having trouble with building the pipeline to deploy the -prj folder and recreate the QVW in higher environments. Is it advisable to just stick to deploying the entire QVW, but drop all tables before deployment? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would appreciate any related advice, thanks.&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/QlikView-Deployment-using-prj/m-p/40344#M1248880</guid>
      <dc:creator>kerkying</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Deployment using -prj</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Deployment-using-prj/m-p/40345#M1248881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have issues recreating the QVW, make sure to do as follows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Browse to the new folder where you want to restore the QVW&lt;/LI&gt;&lt;LI&gt;Do &lt;STRONG&gt;not&lt;/STRONG&gt; copy the prj folder to this new folder&lt;/LI&gt;&lt;LI&gt;Create a new, empty QlikView application with the same name&lt;/LI&gt;&lt;LI&gt;Save as the application you want to restore and close it&lt;/LI&gt;&lt;LI&gt;Copy the -prj folder to the new location&lt;/LI&gt;&lt;LI&gt;Open the application: the objects will all be there, as well as the script, but the data will not, you will need to reload&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If this is not the issue, please elaborate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create the -prj folder it does not matter whether or not the QVW has data. It will obviously save faster if there is no data, but it will not break.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 12:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Deployment-using-prj/m-p/40345#M1248881</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-05-16T12:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Deployment using -prj</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Deployment-using-prj/m-p/40346#M1248884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add to Miguels answer.&lt;/P&gt;&lt;P&gt;If you update the prj files, refresh from your version control system. You need to open and save the qvw file to apply the changes. Just doing a reload with Publisher will not work since the qvb.exe (Publisher) doesn't have a gui. The handling of the prj files is done in the gui part of developer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically you have to build something ( like a C# program or powershell maybe) that opens and saves the qvw file before doing a reload in Publisher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't worked with Jenkins but I have done this in a large production environment and the process are the same regardless tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 13:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Deployment-using-prj/m-p/40346#M1248884</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2018-05-16T13:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Deployment using -prj</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Deployment-using-prj/m-p/40347#M1248886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have no issues recreating the QVW manually, its more of an issue with executing these steps via shellscript etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This steps will eventually be the final steps in the automated deployment pipeline for our continuous delivery, but I guess you are right. We just have to find a way to automate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 04:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Deployment-using-prj/m-p/40347#M1248886</guid>
      <dc:creator>kerkying</dc:creator>
      <dc:date>2018-05-22T04:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Deployment using -prj</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Deployment-using-prj/m-p/40348#M1248889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information, you are right we are actually stuck at the part to use powershell to automate the steps to re-create the QVW. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you happen to have a sample powershell script used to execute these steps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 04:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Deployment-using-prj/m-p/40348#M1248889</guid>
      <dc:creator>kerkying</dc:creator>
      <dc:date>2018-05-22T04:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Deployment using -prj</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Deployment-using-prj/m-p/40349#M1248891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are partners who have been developing solutions around the SCI/SVN for QlikView and Qlik Sense. You will need to check but In4BI and PlatformManager come to my mind as two of them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 06:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Deployment-using-prj/m-p/40349#M1248891</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-05-22T06:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Deployment using -prj</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Deployment-using-prj/m-p/40350#M1248893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No we used bat files, not recommended..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you will have all information here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1226271"&gt;Re: recreating Qlikview from prj folder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/729667"&gt;Re: Information about -prj folder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing though, the account that runs the powershell script needs a license.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 08:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Deployment-using-prj/m-p/40350#M1248893</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2018-05-22T08:13:02Z</dc:date>
    </item>
  </channel>
</rss>

