<?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: Logging script execution in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Logging-script-execution/m-p/504019#M188365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Nickson&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a &lt;EM&gt;log.qvd &lt;/EM&gt;if it does not exist&lt;/LI&gt;&lt;LI&gt;Early in your load script load it into resident&lt;/LI&gt;&lt;LI&gt;Concatenate your log information to it with an Inline&lt;/LI&gt;&lt;LI&gt;At the end of your script store the &lt;EM&gt;log.qvd&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 10:01:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-19T10:01:53Z</dc:date>
    <item>
      <title>Logging script execution</title>
      <link>https://community.qlik.com/t5/QlikView/Logging-script-execution/m-p/504017#M188363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scheduled daily QlikView batch that executes to extract a series of data from Customer A to Z. I would like to log the execution to a log file so that I know the batch has executed for Customer A to Z successful. Example of the log content&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DateTime&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Message&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ErrorMsg&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;10/12/2013 05:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data Extraction Started on 10/12/2013&lt;/P&gt;&lt;P&gt;10/12/2013 05:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data successfully extracted for Customer A&lt;/P&gt;&lt;P&gt;10/12/2013 05:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data successfully extracted for Customer B&lt;/P&gt;&lt;P&gt;10/12/2013 05:01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data extraction failed for Customer!!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Some error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am quite a loss on how I can do this in QlikView. Can someone advise? Thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 09:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logging-script-execution/m-p/504017#M188363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-19T09:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Logging script execution</title>
      <link>https://community.qlik.com/t5/QlikView/Logging-script-execution/m-p/504018#M188364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand your question. You can enable the Generate Logfile option in the document properties of .qvw documents so a log is generated when the file is reloaded. You can use the TRACE keyword&amp;nbsp; in the script to output custom logging lines. See the help file for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 09:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logging-script-execution/m-p/504018#M188364</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-19T09:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Logging script execution</title>
      <link>https://community.qlik.com/t5/QlikView/Logging-script-execution/m-p/504019#M188365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Nickson&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a &lt;EM&gt;log.qvd &lt;/EM&gt;if it does not exist&lt;/LI&gt;&lt;LI&gt;Early in your load script load it into resident&lt;/LI&gt;&lt;LI&gt;Concatenate your log information to it with an Inline&lt;/LI&gt;&lt;LI&gt;At the end of your script store the &lt;EM&gt;log.qvd&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 10:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logging-script-execution/m-p/504019#M188365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-19T10:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Logging script execution</title>
      <link>https://community.qlik.com/t5/QlikView/Logging-script-execution/m-p/504020#M188366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for your suggestion! I just tried switching on the log and placing a few trace statement in my scripts and then reload my file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Urmm... I am not able to find the any log file generated. Can advise where are the logs generated to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 10:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logging-script-execution/m-p/504020#M188366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-19T10:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Logging script execution</title>
      <link>https://community.qlik.com/t5/QlikView/Logging-script-execution/m-p/504021#M188367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx &lt;A href="https://community.qlik.com/people/gwassenaar"&gt;gwassenaar&lt;/A&gt;! I got it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 03:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logging-script-execution/m-p/504021#M188367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-20T03:36:06Z</dc:date>
    </item>
  </channel>
</rss>

