<?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: Load hangs when loading multiple qvd. files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932018#M643684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Typically Concatenate goes between Load statements;&lt;/P&gt;&lt;P&gt;If you provide a sample script myself or Bill&amp;nbsp; may be able to help more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synthetic keys are autogenerated as you said as a result of fields named the same.&lt;/P&gt;&lt;P&gt;So if QV doesn't know to concentrate, so it tried to create "Keys" in this case maybe too many then it freezes.&lt;/P&gt;&lt;P&gt;I had a colleague loading 3 QVD it froze each time. Only worked when he loaded one.&lt;/P&gt;&lt;P&gt;To load three he had to use &lt;SPAN style="font-size: 13.3333px;"&gt;Concatenate to tell the engine to to not create separate table but one large one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Status1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD @1 as mbyte,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;@2 as typ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;@3 as menge&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(vfrom1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(txt, codepage is 1252, no labels, delimiter is ';');&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate (Status1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD @1 as mybte,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;@2 as typ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;@3 as menge,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'$(vfrom2) As Quelle&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(vfrom2)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(txt, codepage is 1252, no labels, delimiter is ';');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2015 14:22:31 GMT</pubDate>
    <dc:creator>b_garside</dc:creator>
    <dc:date>2015-12-03T14:22:31Z</dc:date>
    <item>
      <title>Load hangs when loading multiple qvd. files</title>
      <link>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932012#M643678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, is anyone else having this issue?&amp;nbsp; When I try to load more that 1 qvd file my load script hangs.&amp;nbsp; This issue just cropped up several weeks ago and I can't seem to figure out why.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to load all lines from both qvd files but then hangs.&amp;nbsp; The elapsed time counter doesn't move and I end up having to abort the load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="12-1-2015 2-30-12 PM.jpg" class="jive-image image-1" src="/legacyfs/online/107780_12-1-2015 2-30-12 PM.jpg" style="height: 283px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 19:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932012#M643678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-01T19:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Load hangs when loading multiple qvd. files</title>
      <link>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932013#M643679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may well be creating a huge synthetic key somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try running in debug mode and only load say 10 rows, then look at the resultant data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 19:52:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932013#M643679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-01T19:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load hangs when loading multiple qvd. files</title>
      <link>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932014#M643680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may be trying to create Synthetic keys in which case it can easily hang. Seen this happen all the time.&lt;/P&gt;&lt;P&gt;Another time I saw some code where they were loading 1+ qvds to be "Auto' concatenated it froze every time.&lt;/P&gt;&lt;P&gt;So we added the command Concatenate between each load and all was well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each case is different, but hopefully that will get some ideas flowing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 19:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932014#M643680</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2015-12-01T19:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Load hangs when loading multiple qvd. files</title>
      <link>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932015#M643681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bill - I tried that, it loads 10 rosw and promplty hangs, which makes it hard to look a the results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 20:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932015#M643681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-01T20:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load hangs when loading multiple qvd. files</title>
      <link>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932016#M643682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian - thanks for this.&amp;nbsp; I'm not sure what a synthetic key is (assume it is some kind of key that is automatically created by Qlikview?).&amp;nbsp; Would you be so kind as to provide an example of your Concatenate command.&amp;nbsp; I have tried it the script fails completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 20:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932016#M643682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-01T20:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Load hangs when loading multiple qvd. files</title>
      <link>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932017#M643683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if you can post some of the script or the general structure of it. That may help the community narrow it down to the root cause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 21:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932017#M643683</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2015-12-01T21:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load hangs when loading multiple qvd. files</title>
      <link>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932018#M643684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Typically Concatenate goes between Load statements;&lt;/P&gt;&lt;P&gt;If you provide a sample script myself or Bill&amp;nbsp; may be able to help more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synthetic keys are autogenerated as you said as a result of fields named the same.&lt;/P&gt;&lt;P&gt;So if QV doesn't know to concentrate, so it tried to create "Keys" in this case maybe too many then it freezes.&lt;/P&gt;&lt;P&gt;I had a colleague loading 3 QVD it froze each time. Only worked when he loaded one.&lt;/P&gt;&lt;P&gt;To load three he had to use &lt;SPAN style="font-size: 13.3333px;"&gt;Concatenate to tell the engine to to not create separate table but one large one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Status1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD @1 as mbyte,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;@2 as typ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;@3 as menge&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(vfrom1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(txt, codepage is 1252, no labels, delimiter is ';');&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate (Status1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD @1 as mybte,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;@2 as typ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;@3 as menge,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'$(vfrom2) As Quelle&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(vfrom2)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(txt, codepage is 1252, no labels, delimiter is ';');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 14:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932018#M643684</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2015-12-03T14:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load hangs when loading multiple qvd. files</title>
      <link>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932019#M643685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian - thanks very much for the insite and help.&amp;nbsp; I've the Concatenate command to solve the issue!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 18:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-hangs-when-loading-multiple-qvd-files/m-p/932019#M643685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T18:36:07Z</dc:date>
    </item>
  </channel>
</rss>

