<?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: Strange Exception in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Strange-Exception/m-p/1064920#M637729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same error message when I try to open a qvw file. &lt;/P&gt;&lt;P&gt;I have done manipulations to retrieve corrupted file proposed by Qlikview but the file still corrupted. &lt;/P&gt;&lt;P&gt;Could you help please? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Apr 2017 09:30:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-03T09:30:28Z</dc:date>
    <item>
      <title>Strange Exception</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Exception/m-p/1064915#M637724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strange Things happened in my QV Server Architecture.&lt;/P&gt;&lt;P&gt;In specific, there are 3 different tasks that reload the same &lt;STRONG&gt;qvw&lt;/STRONG&gt; file in the same moment, using 3 different parameters.&lt;/P&gt;&lt;P&gt;The task are used for a near real time and are reloaded every 10 mins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tasks name are described Below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119300_Capture2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Few days of great performance and than again the same problem: File corrupred. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;There is no way to restore the corrupted version, I need to replace a backuped file.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/119301_Capture.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Someone have any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks a lot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Paolo.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 11:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Exception/m-p/1064915#M637724</guid>
      <dc:creator>rnepla83</dc:creator>
      <dc:date>2016-03-24T11:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Exception</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Exception/m-p/1064916#M637725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK what you are doing is NOT a good idea. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every task will allocate a QVB reload engine, that each will open your single QVW document, load it in memory, execute the reload script with a different parameter setting, and - at the end - save it into the same single file. Or at least try to save it. Depending on the timing, tasks may fail, tasks may clash when trying to write at the same time, a task that finishes later may overwrite a QVW that was saved immediately before&amp;nbsp; etc. Or it may just work like you expect it to work (if all reloads execute one after the other by accident). Any one of the former cases may cause the source QVW to become corrupted (ignore the QV Desktop error message - the QVW file is gone)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you make three copies of the same QVW, and attach a single task to each copy. The end result will be the same, but the execution will be reliable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 12:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Exception/m-p/1064916#M637725</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-03-24T12:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Exception</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Exception/m-p/1064917#M637726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so strange there are no ways to use a LOADER file to generate QVD's in parallel whithout save it.&lt;/P&gt;&lt;P&gt;Is not possible to disable the SAVE document using some workaround or to sinch parallelism using some sleep function in the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 14:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Exception/m-p/1064917#M637726</guid>
      <dc:creator>rnepla83</dc:creator>
      <dc:date>2016-03-24T14:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Exception</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Exception/m-p/1064918#M637727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understood correctly, you can look into using a supporting task (or how is called correctly in this case?) to create your QVDs directly from script, no QVW involved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 15:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Exception/m-p/1064918#M637727</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-24T15:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Exception</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Exception/m-p/1064919#M637728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paolo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;EM&gt;Generate QVD's in parallel:&lt;/EM&gt; Yes there is, but not using a single document that loads in parallel. Stefan gave you the correct answer to your second question: Supporting tasks of type QVD creation can be configured to generate QVD's without QVW and without any hassle. The task itself will contain the load script, will remain manageable in its entirety via the QMC and can be run in parallel as you like (and as long as there are reload engines available) Since you seem to have a full Publisher, have a look at these tasks and how simple it is to create/configure them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. &lt;EM&gt;Disable SAVE&lt;/EM&gt;: no, you cannot tell the reload engine (that's the one that does the save, not the publisher) to not save a document upon completion of the load script. Even if the document hasn't really changed, or has no (fresh) content, the publisher will still save the QVW to disk. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 08:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Exception/m-p/1064919#M637728</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-03-25T08:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Exception</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Exception/m-p/1064920#M637729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same error message when I try to open a qvw file. &lt;/P&gt;&lt;P&gt;I have done manipulations to retrieve corrupted file proposed by Qlikview but the file still corrupted. &lt;/P&gt;&lt;P&gt;Could you help please? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2017 09:30:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Exception/m-p/1064920#M637729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-03T09:30:28Z</dc:date>
    </item>
  </channel>
</rss>

