<?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: Extract Logs for selected processes using Data Gateway in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Extract-Logs-for-selected-processes-using-Data-Gateway/m-p/93875#M43318</link>
    <description>Hi Manish&lt;BR /&gt;&lt;BR /&gt;Can you test if it works for one of the processes ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;if [event][EventType] == 1 and [event][EventData][ProcessName] == "Replace with name of your process" {&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;P class="code_sample"&gt;file {&lt;/P&gt;
&lt;P class="code_sample"&gt;path =&amp;gt; "c:\allevents.txt"&lt;/P&gt;
&lt;P class="code_sample"&gt;codec =&amp;gt; line { format =&amp;gt; "%{event}"}&lt;/P&gt;
&lt;P class="code_sample"&gt;}&lt;/P&gt;
&lt;P class="code_sample"&gt;}&lt;BR /&gt;&lt;BR /&gt;Once you get it working then see if using OR clause works?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if [event][EventType] == 1 and (([event][EventData][ProcessName] == "process1") or ([event][EventData][ProcessName] == "process2")) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Pritam&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pritam Poojari&lt;BR /&gt;Solution Architect&lt;BR /&gt;Capgemini&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 24 Nov 2021 10:46:00 GMT</pubDate>
    <dc:creator>PritamPoojari</dc:creator>
    <dc:date>2021-11-24T10:46:00Z</dc:date>
    <item>
      <title>Extract Logs for selected processes using Data Gateway</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extract-Logs-for-selected-processes-using-Data-Gateway/m-p/93874#M43317</link>
      <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;We have 3 processes in the system &lt;BR /&gt;1. Test_Process_1&lt;BR /&gt;2.Test_Process_2&lt;BR /&gt;3. Test Process 3&lt;BR /&gt;&lt;BR /&gt;I want to extract the logs of only Test_Process_1 and Test_Process_2 using DataGatway, I tried with below output configurations:&lt;BR /&gt;&lt;BR /&gt;A:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24591.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24723iD18929155949D8B7/image-size/large?v=v2&amp;amp;px=999" role="button" title="24591.png" alt="24591.png" /&gt;&lt;/span&gt;&lt;BR /&gt;B:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24592.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24725iAC7160767138F02E/image-size/large?v=v2&amp;amp;px=999" role="button" title="24592.png" alt="24592.png" /&gt;&lt;/span&gt;&lt;BR /&gt;C:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24593.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24726i331EB77C473F883D/image-size/large?v=v2&amp;amp;px=999" role="button" title="24593.png" alt="24593.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;But all are displaying the same result in DataGateway process through control room:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24594.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24727i7A52A70D590DD361/image-size/large?v=v2&amp;amp;px=999" role="button" title="24594.png" alt="24594.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Can anyone suggest the right output configuration that I have to use?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manish Rawat&lt;BR /&gt;Project Manager&lt;BR /&gt;Mercer&lt;BR /&gt;New Delhi&lt;BR /&gt;------------------------------</description>
      <pubDate>Tue, 23 Nov 2021 06:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extract-Logs-for-selected-processes-using-Data-Gateway/m-p/93874#M43317</guid>
      <dc:creator>ManishRaw</dc:creator>
      <dc:date>2021-11-23T06:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Extract Logs for selected processes using Data Gateway</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extract-Logs-for-selected-processes-using-Data-Gateway/m-p/93875#M43318</link>
      <description>Hi Manish&lt;BR /&gt;&lt;BR /&gt;Can you test if it works for one of the processes ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;if [event][EventType] == 1 and [event][EventData][ProcessName] == "Replace with name of your process" {&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;P class="code_sample"&gt;file {&lt;/P&gt;
&lt;P class="code_sample"&gt;path =&amp;gt; "c:\allevents.txt"&lt;/P&gt;
&lt;P class="code_sample"&gt;codec =&amp;gt; line { format =&amp;gt; "%{event}"}&lt;/P&gt;
&lt;P class="code_sample"&gt;}&lt;/P&gt;
&lt;P class="code_sample"&gt;}&lt;BR /&gt;&lt;BR /&gt;Once you get it working then see if using OR clause works?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if [event][EventType] == 1 and (([event][EventData][ProcessName] == "process1") or ([event][EventData][ProcessName] == "process2")) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Pritam&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pritam Poojari&lt;BR /&gt;Solution Architect&lt;BR /&gt;Capgemini&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 10:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extract-Logs-for-selected-processes-using-Data-Gateway/m-p/93875#M43318</guid>
      <dc:creator>PritamPoojari</dc:creator>
      <dc:date>2021-11-24T10:46:00Z</dc:date>
    </item>
  </channel>
</rss>

