<?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: EDX trigger - Batch file Errorlevel 1 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679507#M1299231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vamshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure it is just not waiting to be executed again? According to the error codes that is the case. See &lt;A href="https://github.com/braathen/qv-edx-trigger" title="https://github.com/braathen/qv-edx-trigger"&gt;braathen/qv-edx-trigger · GitHub&lt;/A&gt; for more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2014 14:05:54 GMT</pubDate>
    <dc:creator>ergustafsson</dc:creator>
    <dc:date>2014-06-16T14:05:54Z</dc:date>
    <item>
      <title>EDX trigger - Batch file Errorlevel 1</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679502#M1299219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written a batch script to trigger the QMC Task in QV 11.2 SR5, using the QMS API. &lt;/P&gt;&lt;P&gt;This is the batch script,&lt;/P&gt;&lt;P&gt;&amp;lt;QMSEDX.exe Path&amp;gt;&amp;nbsp; -task = &amp;lt;Task name&amp;gt;&amp;nbsp; -password = &amp;lt;password&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exit /B %errorlevel%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This batch script will run when the DWH process is completed from Atrium trigger. And this will trigger the QMC reload task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working fine but it is giving a errorlevel "1" instead of 0 and showing error on Atrium side. How can i figure out what is the error here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679502#M1299219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: EDX trigger - Batch file Errorlevel 1</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679503#M1299221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vamshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the reload finish successfully (should be seen inside QMC)?&lt;/P&gt;&lt;P&gt;Is this errorcode something by Atrium, the QMSEDX program or QMC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 12:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679503#M1299221</guid>
      <dc:creator>ergustafsson</dc:creator>
      <dc:date>2014-06-16T12:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: EDX trigger - Batch file Errorlevel 1</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679504#M1299224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the QMC reload finished successfully without any error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error is recorded on Atrium side because, the batch file (%errorlevel%) which Atrium job is triggering, is returning errorlevel 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 13:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679504#M1299224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-16T13:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: EDX trigger - Batch file Errorlevel 1</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679505#M1299226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vamshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you are testing this in the latest version of QlikView to ensure no bugs about the QMC API is present. If the reload is working fine then the QMC is doing it's job. Check if the QMSEDX program works fine without Atrium.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 13:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679505#M1299226</guid>
      <dc:creator>ergustafsson</dc:creator>
      <dc:date>2014-06-16T13:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: EDX trigger - Batch file Errorlevel 1</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679506#M1299228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes we are using Qlikview 11.2 SR5.&amp;nbsp; Also, i tried running the batch script manually without the Atrium triggering the job. Log file created by the batch file is showing errorlevel as 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, how can i check the working of QMSEDX in any other way? Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 13:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679506#M1299228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-16T13:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: EDX trigger - Batch file Errorlevel 1</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679507#M1299231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vamshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure it is just not waiting to be executed again? According to the error codes that is the case. See &lt;A href="https://github.com/braathen/qv-edx-trigger" title="https://github.com/braathen/qv-edx-trigger"&gt;braathen/qv-edx-trigger · GitHub&lt;/A&gt; for more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 14:05:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679507#M1299231</guid>
      <dc:creator>ergustafsson</dc:creator>
      <dc:date>2014-06-16T14:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: EDX trigger - Batch file Errorlevel 1</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679508#M1299234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sourcecode is also attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;Replace Client.Credential.UserName with your windows user and replace the password with the password of the user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Change QMS ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If no password on task remove this by just ""&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then call the exe file in a prompt followed by reportname.qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 14:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679508#M1299234</guid>
      <dc:creator />
      <dc:date>2014-06-16T14:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: EDX trigger - Batch file Errorlevel 1</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679509#M1299235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once the batch file is run, immediately the QMC job is starting and running without any errors. But i get a errorlevel 1 in the log file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestingly, if there is a error in the batch file, then the log file is giving a errorlevel 0. I am pretty sure that it is not waiting on to be executed again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the batch file (calling QMSEDX task) i use and the other batch file i used to call the actual batch file and the log file formed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 15:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679509#M1299235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-16T15:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Re: EDX trigger - Batch file Errorlevel 1</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679510#M1299236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Thomas. This is what i have been using and not sure why it is returning an errorlevel '1'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 15:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679510#M1299236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-16T15:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: EDX trigger - Batch file Errorlevel 1</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679511#M1299237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a modified version i have made myself, so i think it should be different. Try it out. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 15:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679511#M1299237</guid>
      <dc:creator />
      <dc:date>2014-06-16T15:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: EDX trigger - Batch file Errorlevel 1</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679512#M1299238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Thomas. I have very little knowledge about how QV APIs work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, which config file do i use from the attachment?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 18:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679512#M1299238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-16T18:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: EDX trigger - Batch file Errorlevel 1</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679513#M1299239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use EDX.rar - But you have to configure the code itself, because its hardcoded values. So if you know a little about C# it should be easy. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 06:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679513#M1299239</guid>
      <dc:creator />
      <dc:date>2014-06-17T06:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: EDX trigger - Batch file Errorlevel 1</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679514#M1299240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vamshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Skip the "pause" in your batch files. The job is "waiting for input" as it is set to break and wait for user interaction which is why it is not finishing. Everything is running in the background, so any such input is not possible as the command line window is not seen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 07:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679514#M1299240</guid>
      <dc:creator>ergustafsson</dc:creator>
      <dc:date>2014-06-17T07:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: EDX trigger - Batch file Errorlevel 1</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679515#M1299241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I understand. But even without the pause step also, i am getting the same error in the log file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 13:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679515#M1299241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T13:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Re: EDX trigger - Batch file Errorlevel 1</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679516#M1299242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code in your attachment is not working for me at all. I am using this code (see attached).&lt;/P&gt;&lt;P&gt;It is working fine, but as said, when i use the attached batch file, i am getting a error code 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 20:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-trigger-Batch-file-Errorlevel-1/m-p/679516#M1299242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-25T20:21:53Z</dc:date>
    </item>
  </channel>
</rss>

