<?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: using Unzip in load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/using-Unzip-in-load-script/m-p/916275#M317811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was a DOS issue with the absolute path - moved unzip from Program files\unzip to C:\unzip and it is working - thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jul 2015 15:43:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-27T15:43:28Z</dc:date>
    <item>
      <title>using Unzip in load script</title>
      <link>https://community.qlik.com/t5/QlikView/using-Unzip-in-load-script/m-p/916270#M317806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following in my script and it works from the desktop but when running on the server the unzip command is not executed&lt;/P&gt;&lt;P&gt;any ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXECUTE cmd.exe /C COPY /Y "$(vJPM)" "$(vServerName)\QV\QVDs\Temp\";&lt;/P&gt;&lt;P&gt;EXECUTE cmd.exe /C unzip "$(vServerName)\qv\qvds\temp\*.zip"&amp;nbsp; "noble_JPM*.*" -q -d $(vServerName)\qv\qvds\temp\;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 14:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-Unzip-in-load-script/m-p/916270#M317806</guid>
      <dc:creator />
      <dc:date>2015-07-27T14:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: using Unzip in load script</title>
      <link>https://community.qlik.com/t5/QlikView/using-Unzip-in-load-script/m-p/916271#M317807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried to use the full path of the unzip, like: C:\Progra~1\Unzip\unzip.exe "$(vServerName).........?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 14:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-Unzip-in-load-script/m-p/916271#M317807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-27T14:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: using Unzip in load script</title>
      <link>https://community.qlik.com/t5/QlikView/using-Unzip-in-load-script/m-p/916272#M317808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unzip is not a standard program on a Windows Server so you will have to get it installed to be able to use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 14:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-Unzip-in-load-script/m-p/916272#M317808</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-07-27T14:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: using Unzip in load script</title>
      <link>https://community.qlik.com/t5/QlikView/using-Unzip-in-load-script/m-p/916273#M317809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't use an absolute path to the unzip executable. Are you sure that the path to it is in the PATH environment variable of the service account that reloads the qlikview document?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 14:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-Unzip-in-load-script/m-p/916273#M317809</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-27T14:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: using Unzip in load script</title>
      <link>https://community.qlik.com/t5/QlikView/using-Unzip-in-load-script/m-p/916274#M317810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unzip is in the PATH &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;environment variable of the &lt;/SPAN&gt;service account and I have used an absolute path but still does not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 15:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-Unzip-in-load-script/m-p/916274#M317810</guid>
      <dc:creator />
      <dc:date>2015-07-27T15:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: using Unzip in load script</title>
      <link>https://community.qlik.com/t5/QlikView/using-Unzip-in-load-script/m-p/916275#M317811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was a DOS issue with the absolute path - moved unzip from Program files\unzip to C:\unzip and it is working - thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 15:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-Unzip-in-load-script/m-p/916275#M317811</guid>
      <dc:creator />
      <dc:date>2015-07-27T15:43:28Z</dc:date>
    </item>
  </channel>
</rss>

