<?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 We had similar experience… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Issue-with-Kill-Process-Action-of-Utility-Environment/m-p/49363#M4782</link>
    <description>We had similar experience and what we observed was that on Virtual Machine there were other active user sessions apart from the one with which we were currently logged in and in this case it would pass through kill stage and yet the app on our current session would not be killed.
After logging off from all other windows user sessions, it worked as expected killing the application if it exists.
Not sure, about why would this happen but this was our observation and maybe it helps!
&amp;nbsp;</description>
    <pubDate>Wed, 20 Mar 2019 14:49:00 GMT</pubDate>
    <dc:creator>Deep.Shah</dc:creator>
    <dc:date>2019-03-20T14:49:00Z</dc:date>
    <item>
      <title>Issue with Kill Process Action of Utility - Environment</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-with-Kill-Process-Action-of-Utility-Environment/m-p/49359#M4778</link>
      <description>Hi,

&amp;nbsp;

I am using Process exist to check the whether certain process is running or not and using&amp;nbsp;Kill Process accordingly&amp;nbsp;to kill some applications in the system.

It was working perfectly fine,&amp;nbsp;but now suddenly Kill Process is not killing any process and it is also not throwing any error.&amp;nbsp;

Can anyone&amp;nbsp;suggest why such thing is happening and how to solve it.

&amp;nbsp;

Thanks in Advance.

&amp;nbsp;

Regards,

Dhanish Kothare</description>
      <pubDate>Mon, 18 Mar 2019 17:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-with-Kill-Process-Action-of-Utility-Environment/m-p/49359#M4778</guid>
      <dc:creator>DhanishKothare</dc:creator>
      <dc:date>2019-03-18T17:32:00Z</dc:date>
    </item>
    <item>
      <title>What's the error?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-with-Kill-Process-Action-of-Utility-Environment/m-p/49360#M4779</link>
      <description>What's the error?</description>
      <pubDate>Mon, 18 Mar 2019 20:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-with-Kill-Process-Action-of-Utility-Environment/m-p/49360#M4779</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-03-18T20:31:00Z</dc:date>
    </item>
    <item>
      <title>'not throwing any error' --…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-with-Kill-Process-Action-of-Utility-Environment/m-p/49361#M4780</link>
      <description>'not throwing any error' -- Not sure what's wrong with my eyes.
Has Blue Prism or the operating system, etc. been updated since it was working previously?
&amp;nbsp;</description>
      <pubDate>Mon, 18 Mar 2019 20:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-with-Kill-Process-Action-of-Utility-Environment/m-p/49361#M4780</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-03-18T20:34:00Z</dc:date>
    </item>
    <item>
      <title>I ran into something like…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-with-Kill-Process-Action-of-Utility-Environment/m-p/49362#M4781</link>
      <description>I ran into something like this before and found that it was killing&amp;nbsp;a&amp;nbsp;instance, just not the one we needed. Wound up writing a c# code stage to kill all matching instances.
Input:
proc - Text

foreach(Process p in Process.GetProcesses())
{
&amp;nbsp;&amp;nbsp; &amp;nbsp;if (p.ProcessName.ToLower().Equals(proc.ToLower()))
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;p.Kill();
}</description>
      <pubDate>Tue, 19 Mar 2019 22:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-with-Kill-Process-Action-of-Utility-Environment/m-p/49362#M4781</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2019-03-19T22:29:00Z</dc:date>
    </item>
    <item>
      <title>We had similar experience…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-with-Kill-Process-Action-of-Utility-Environment/m-p/49363#M4782</link>
      <description>We had similar experience and what we observed was that on Virtual Machine there were other active user sessions apart from the one with which we were currently logged in and in this case it would pass through kill stage and yet the app on our current session would not be killed.
After logging off from all other windows user sessions, it worked as expected killing the application if it exists.
Not sure, about why would this happen but this was our observation and maybe it helps!
&amp;nbsp;</description>
      <pubDate>Wed, 20 Mar 2019 14:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-with-Kill-Process-Action-of-Utility-Environment/m-p/49363#M4782</guid>
      <dc:creator>Deep.Shah</dc:creator>
      <dc:date>2019-03-20T14:49:00Z</dc:date>
    </item>
  </channel>
</rss>

