<?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: QV 12.10 - mapping load * inline fails in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-12-10-mapping-load-inline-fails/m-p/1293252#M404051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally got to the bottom of this after lengthy sessions with Qlik Support.&amp;nbsp; Turned out to be a problem with the creating temporary filenames, which was referencing %appdata%\Roaming\Microsoft\Crypto - some sort of cryptographic&amp;nbsp; cache.&amp;nbsp; Deleting that folder fixed it.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Big thanks to Joseph and Eduardo for persevering to get to the bottom of this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 May 2017 15:38:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-05-17T15:38:59Z</dc:date>
    <item>
      <title>QV 12.10 - mapping load * inline fails</title>
      <link>https://community.qlik.com/t5/QlikView/QV-12-10-mapping-load-inline-fails/m-p/1293248#M404047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just upgraded from 11.2 to 12.10 Personal and all the Mapping LOAD * inline&amp;nbsp; statements that I have used for years are failing with 'Error Unknown'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the inline data wizard and it doesn't find any fault with the statements. These are the first statements in the script, apart from the standard preamble , and the database connection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[EDIT - have tested in QlikSense Desktop 3.1 and get the same error.&amp;nbsp; Have tried with a barebones script with just the one statement.&amp;nbsp; It fails]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//this one is straight from the manual&lt;/P&gt;&lt;P&gt;// &lt;A href="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/ScriptPrefixes/Mapping.htm" title="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/ScriptPrefixes/Mapping.htm"&gt;https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/ScriptPrefixes/Mapping.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;map1:&lt;/P&gt;&lt;P&gt;mapping LOAD *&lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;CCode, Country&lt;/P&gt;&lt;P&gt;Sw, Sweden&lt;/P&gt;&lt;P&gt;Dk, Denmark&lt;/P&gt;&lt;P&gt;No, Norway&lt;/P&gt;&lt;P&gt;] ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;facMap:&lt;/P&gt;&lt;P&gt;mapping LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; facCode, FacultyName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EP__, EPH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT__, ITD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PH__, PHP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADDE, Admin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DLAA, DL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ITAA, ITD&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP facCode using facMap;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uoaMap:&lt;/P&gt;&lt;P&gt;Mapping LOAD * Inline [&lt;/P&gt;&lt;P&gt;UOAcode,UOAname&lt;/P&gt;&lt;P&gt;1, 1:Clinical Medicine&lt;/P&gt;&lt;P&gt;2, 2:Public Hlth. etc.&lt;/P&gt;&lt;P&gt;8, New Lecturers&lt;/P&gt;&lt;P&gt;9, New Others&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP UOAcode using uoaMap;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PublisherMap:&lt;/P&gt;&lt;P&gt;Mapping LOAD * Inline [&lt;/P&gt;&lt;P&gt;publish,newPublish&lt;/P&gt;&lt;P&gt;Wiley, Wiley-Blackwell&lt;/P&gt;&lt;P&gt;Elsev, Elsevier&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;//MAP DOI_Publisher using PublisherMap; //use applymap in load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone else seeing this?&amp;nbsp; Everything else loads fine, apart from the map statements failing with a warning when the appropriate fields are encountered and the map applied.&amp;nbsp; The publisherMap one fails just the same - it's the Mapping Load that is failing, long before the ApplyMap is encountered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 20:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-12-10-mapping-load-inline-fails/m-p/1293248#M404047</guid>
      <dc:creator />
      <dc:date>2016-11-22T20:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: QV 12.10 - mapping load * inline fails</title>
      <link>https://community.qlik.com/t5/QlikView/QV-12-10-mapping-load-inline-fails/m-p/1293249#M404048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After an upgrade to QlikView 12 r3 we had a strange problem with the load inline statement.&lt;/P&gt;&lt;P&gt;Maybe the following answer is useful.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/1134171#1134171"&gt;https://community.qlik.com/message/1134171#1134171&lt;/A&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Gino Scheppers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2016 08:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-12-10-mapping-load-inline-fails/m-p/1293249#M404048</guid>
      <dc:creator>gino_scheppers</dc:creator>
      <dc:date>2016-12-27T08:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: QV 12.10 - mapping load * inline fails</title>
      <link>https://community.qlik.com/t5/QlikView/QV-12-10-mapping-load-inline-fails/m-p/1293250#M404049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does seem to be a file rights issue, related to temporary files. In this case though it seems to hinge on Folder Redirection, with the application not willing or able to create a temp file on a network drive, when the user's AppData folder is redirected to a network home drive.&amp;nbsp; Qlik Support currently have this listed as a '&lt;SPAN style="color: #000000; font-family: 'times new roman', times, serif; font-size: 16px; background-color: #f8f8f8;"&gt;product limitation&lt;/SPAN&gt;' and have referred it up to R&amp;amp;D. Seems to be av.12 problem, and also exists in QS3, so probably dates for the convergence of the engines.&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" class="htmlDetailElementTable" style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #f8f8f8;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 1px; border-bottom: 1px none #ececec; border-top-color: #ececec; border-right-color: #ececec; border-left-color: #ececec;"&gt;&lt;P class="sfdc_richtext"&gt;&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 16px; font-family: 'times new roman', times, serif;"&gt;This is mostly triggered by a feature called "Folder Redirection" in Windows environments.&lt;BR /&gt;By activating this feature local folders will be redirected to a shared network drive like in the example seen below. Indications for a folder redirection can be found in the registry by browsing to&lt;BR /&gt;"HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"&lt;BR /&gt;&lt;BR /&gt;&lt;IMG alt="User-added image" class="jive-image" height="46" src="https://qliksupport.force.com/servlet/rtaImage?eid=ka5D0000000PEdd&amp;amp;feoid=00ND0000003kIwe&amp;amp;refid=0EMD0000000Itql" width="500" /&gt;&lt;BR /&gt;&lt;BR /&gt;Our QlikView software, especially QlikView Desktop, is creating a TEMP file during the load and this cannot be stored on a network drive. This can be considered a product limitation.&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2017 11:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-12-10-mapping-load-inline-fails/m-p/1293250#M404049</guid>
      <dc:creator />
      <dc:date>2017-01-11T11:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: QV 12.10 - mapping load * inline fails</title>
      <link>https://community.qlik.com/t5/QlikView/QV-12-10-mapping-load-inline-fails/m-p/1293251#M404050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if TEMP file is the solution. Another related thread with "Bad Call to OpenFileOrURL.." is a different error than just load *inline unknown error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you raise a case with Qlik Support if you have license?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please verify the situation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What's your OS?&lt;/LI&gt;&lt;LI&gt;Which 11.20 version you upgraded from?&lt;/LI&gt;&lt;LI&gt;If you have QlikSense desktop installed on same machine? If yes, what version?&lt;/LI&gt;&lt;LI&gt;Can you try below process to create a sample if still the same issue?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Loadinline.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154472_Loadinline.png" style="height: 515px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 00:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-12-10-mapping-load-inline-fails/m-p/1293251#M404050</guid>
      <dc:creator>wallace_c</dc:creator>
      <dc:date>2017-02-26T00:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: QV 12.10 - mapping load * inline fails</title>
      <link>https://community.qlik.com/t5/QlikView/QV-12-10-mapping-load-inline-fails/m-p/1293252#M404051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally got to the bottom of this after lengthy sessions with Qlik Support.&amp;nbsp; Turned out to be a problem with the creating temporary filenames, which was referencing %appdata%\Roaming\Microsoft\Crypto - some sort of cryptographic&amp;nbsp; cache.&amp;nbsp; Deleting that folder fixed it.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Big thanks to Joseph and Eduardo for persevering to get to the bottom of this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 15:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-12-10-mapping-load-inline-fails/m-p/1293252#M404051</guid>
      <dc:creator />
      <dc:date>2017-05-17T15:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: QV 12.10 - mapping load * inline fails</title>
      <link>https://community.qlik.com/t5/QlikView/QV-12-10-mapping-load-inline-fails/m-p/1293253#M404052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for sharing the solution Andy!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of our clients got a Unknown Error when loading a simple inline table (not a mapping load) after updating tot QV version 12.10. Renaming the folder indicated in your post solved the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grtz, Tamarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 08:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-12-10-mapping-load-inline-fails/m-p/1293253#M404052</guid>
      <dc:creator>tcarolus</dc:creator>
      <dc:date>2017-08-09T08:53:51Z</dc:date>
    </item>
  </channel>
</rss>

