<?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: Publisher and bat file problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885074#M1258414</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;The problem with running an application like power point with publisher is that publisher can't tell when that task has finished. Yes, it can start a program like notepad, but it has no idea when notepad finishes and closes. The external program task is best used for DOS commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2015 12:43:29 GMT</pubDate>
    <dc:creator>Bill_Britt</dc:creator>
    <dc:date>2015-04-20T12:43:29Z</dc:date>
    <item>
      <title>Publisher and bat file problem</title>
      <link>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885065#M1258389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an application that recharges a document and then run a macro that generates a power point document, save and closes it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I run it from a bat, load document data, generates the power point and closes the QlikView document. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;From the bat all ok.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I create a task from the Publisher to run this bat, the job never ends. I have already checked that there is no possibility that a popup window requesting user intervention appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have many such tasks that work ok, the problem is apparently with generate a PowerPoint and Publisher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bat file content is: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;START "" /MAX /WAIT "C:\Program Files\QlikView\QV.EXE" /l /vS_CDG_CLIENTE=99 /vS_CLIENTE=prueba /vS_TDD=CLIENTE "D:\VENTAS\APPS\VENTAS\QVW\generar_ppt.QVW"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;EXIT 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone's happened something similar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&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/Publisher-and-bat-file-problem/m-p/885065#M1258389</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Publisher and bat file problem</title>
      <link>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885066#M1258390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;debbuging the macro I see that the problem&amp;nbsp; exists when tried to save the pptx document, with the next command line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;objPresentation.SaveAs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 21:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885066#M1258390</guid>
      <dc:creator />
      <dc:date>2015-04-09T21:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Publisher and bat file problem</title>
      <link>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885067#M1258393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would look at using the Batch reload option of publisher. You should find information on this in the server reference manual. This would also save you a license.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 13:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885067#M1258393</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2015-04-10T13:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Publisher and bat file problem</title>
      <link>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885068#M1258396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bill, tankh you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really use a batch to reload a document using the command indicated bellow. When i run the bat, te ppt document is generated correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem exists when executing the batch from publisher external task. the ppt document not saved and the task not finished.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Guillermo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 14:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885068#M1258396</guid>
      <dc:creator />
      <dc:date>2015-04-15T14:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Publisher and bat file problem</title>
      <link>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885069#M1258398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could it be that the D:\ is a share ? Then you should use a UNC path \\servername\sharename since there is no &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; mapping on systemlevel (only when logged on).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you run a reload using a Batch (or the Windows Task Scheduler) you have to remain logged on to the machine. As far as I know you need a desktop environment for the reload because of the reload progress window using qv,exe ..... /r.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 14:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885069#M1258398</guid>
      <dc:creator>p_verkooijen</dc:creator>
      <dc:date>2015-04-15T14:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Publisher and bat file problem</title>
      <link>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885070#M1258401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Paul, the D is one physical unit in the Publisher server.&amp;nbsp; I debug the macro using a log txt and the last passed logged is previously to ppt save command. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 14:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885070#M1258401</guid>
      <dc:creator />
      <dc:date>2015-04-15T14:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Publisher and bat file problem</title>
      <link>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885071#M1258404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Batch reload that you are using is difference than the one I was speaking about and is outline in the manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 15:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885071#M1258404</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2015-04-15T15:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Publisher and bat file problem</title>
      <link>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885072#M1258407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guillermo, can it be a permissions issue in the folder where the ppt should be created?, the user executing the bat has write access to that folder but the user executing the task in publisher doesn't have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 15:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885072#M1258407</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-04-15T15:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Publisher and bat file problem</title>
      <link>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885073#M1258410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi Ruben. Thanks for your response&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;The user has permissions in the ppt directory. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;The user that executes ok the&amp;nbsp; bat is the same of run the publisher.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I don´t know what happenings.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 17:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885073#M1258410</guid>
      <dc:creator />
      <dc:date>2015-04-15T17:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Publisher and bat file problem</title>
      <link>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885074#M1258414</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;The problem with running an application like power point with publisher is that publisher can't tell when that task has finished. Yes, it can start a program like notepad, but it has no idea when notepad finishes and closes. The external program task is best used for DOS commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 12:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Publisher-and-bat-file-problem/m-p/885074#M1258414</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2015-04-20T12:43:29Z</dc:date>
    </item>
  </channel>
</rss>

