<?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: Error: The process exited with non-zero ExitCode (1) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-The-process-exited-with-non-zero-ExitCode-1/m-p/858392#M1010246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever resolve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm experiencing something similar.&amp;nbsp; The batch file is reloading a document using the following command... "c:\Program Files\QlikView\qv.exe" /r "document name.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The document doesn't create a log file when the error occurs, and the only error I get is an exit code of 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This process is failing sporadically, and there doesn't appear to be any trends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're using the qv.exe, because the document has an OnPostReload trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts would be appreciated,&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2015 11:56:04 GMT</pubDate>
    <dc:creator>bnichol</dc:creator>
    <dc:date>2015-09-25T11:56:04Z</dc:date>
    <item>
      <title>Error: The process exited with non-zero ExitCode (1)</title>
      <link>https://community.qlik.com/t5/QlikView/Error-The-process-exited-with-non-zero-ExitCode-1/m-p/858389#M1010243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The batch file execution throwing this message. when QMC, .bat file are on same machine..no issues..&lt;/P&gt;&lt;P&gt;when i moved this .bat to other machine. ..its throwing this error. the path is perfect with "\\servername\folder\ab.bat"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 15:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-The-process-exited-with-non-zero-ExitCode-1/m-p/858389#M1010243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-30T15:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error: The process exited with non-zero ExitCode (1)</title>
      <link>https://community.qlik.com/t5/QlikView/Error-The-process-exited-with-non-zero-ExitCode-1/m-p/858390#M1010244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is not that the batch file isn't executed. The problem is that it fails to execute correctly. Check that all the commands in the batch file can be executed from the new location.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 16:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-The-process-exited-with-non-zero-ExitCode-1/m-p/858390#M1010244</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-04-30T16:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error: The process exited with non-zero ExitCode (1)</title>
      <link>https://community.qlik.com/t5/QlikView/Error-The-process-exited-with-non-zero-ExitCode-1/m-p/858391#M1010245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think everything is good Gysbert..anyways i will put here in detail.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is the code to delete log files of last 7 days..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REM del_old.bat&lt;/P&gt;&lt;P&gt;REM usage: Delete *.txt log files older than 7 days&lt;/P&gt;&lt;P&gt;REM forfiles /p F:\MSSQL\Data /s /m *.* /d -30 /c "cmd /c echo @path &amp;gt;&amp;gt; c:\itops\deloldfilesaudittrace.log &amp;amp; cmd /c del /q @path"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;forfiles /p "&lt;STRONG&gt;D:\SP&lt;/STRONG&gt;" /s /m *.* /d -7 /c "cmd /c echo @path &amp;gt;&amp;gt; "&lt;STRONG&gt;D:\SP\del_old.log&lt;/STRONG&gt;" &amp;amp; cmd /c del /q @path"&amp;nbsp; --- on &lt;STRONG&gt;machine 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the problem is i moved this file to another machine and changed the log path to the .bat file path accordingly...&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;REM del_old.bat&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;REM usage: Delete *.txt log files older than 7 days&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;REM forfiles /p F:\MSSQL\Data /s /m *.* /d -30 /c "cmd /c echo @path &amp;gt;&amp;gt; c:\itops\deloldfilesaudittrace.log &amp;amp; cmd /c del /q @path"&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;forfiles /p "&lt;STRONG&gt;Q:\SP&lt;/STRONG&gt;" /s /m *.* /d -7 /c "cmd /c echo @path &amp;gt;&amp;gt; "&lt;STRONG&gt;Q:\SP\del_old.log"&lt;/STRONG&gt; &amp;amp; cmd /c del /q @path"&amp;nbsp; --- on &lt;STRONG&gt;machine 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i changed the path in command line to sumthing like this... &lt;STRONG&gt;"\\srvrname\SP\&lt;/STRONG&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;del_old.log"&amp;nbsp; ...&lt;/STRONG&gt;is there sumthing else do i need to mention&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;john&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 16:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-The-process-exited-with-non-zero-ExitCode-1/m-p/858391#M1010245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-30T16:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error: The process exited with non-zero ExitCode (1)</title>
      <link>https://community.qlik.com/t5/QlikView/Error-The-process-exited-with-non-zero-ExitCode-1/m-p/858392#M1010246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever resolve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm experiencing something similar.&amp;nbsp; The batch file is reloading a document using the following command... "c:\Program Files\QlikView\qv.exe" /r "document name.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The document doesn't create a log file when the error occurs, and the only error I get is an exit code of 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This process is failing sporadically, and there doesn't appear to be any trends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're using the qv.exe, because the document has an OnPostReload trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts would be appreciated,&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 11:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-The-process-exited-with-non-zero-ExitCode-1/m-p/858392#M1010246</guid>
      <dc:creator>bnichol</dc:creator>
      <dc:date>2015-09-25T11:56:04Z</dc:date>
    </item>
  </channel>
</rss>

