<?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 How to get Session Logs in Blue Prism of a particular item key in an excel from command line parameters in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-get-Session-Logs-in-Blue-Prism-of-a-particular-item-key/m-p/93337#M42933</link>
    <description>&lt;P&gt;Im working on a project on Blue Prism and I would want to fetch Session logs and export to an excel file in my local Machine.&lt;/P&gt;
&lt;P&gt;I want to achieve this functionality from Command Prompt. Kindly help me out if there is any solution.&lt;/P&gt;

--------------------------------------------------&lt;BR /&gt;

&lt;B&gt;Disclaimer:&lt;/B&gt; This content was auto-posted from Stackoverflow. The original Stackoverflow question is here &lt;A href="https://stackoverflow.com/questions/63080432/how-to-get-session-logs-in-blue-prism-of-a-particular-item-key-in-an-excel-from"&gt;Stackoverflow Post&lt;/A&gt;, posted by &lt;A href="https://stackoverflow.com/users/13975486/gautham-lg"&gt;gautham lg&lt;/A&gt;.</description>
    <pubDate>Sat, 25 Jul 2020 07:03:00 GMT</pubDate>
    <dc:creator>Digital_WorkerB</dc:creator>
    <dc:date>2020-07-25T07:03:00Z</dc:date>
    <item>
      <title>How to get Session Logs in Blue Prism of a particular item key in an excel from command line parameters</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-get-Session-Logs-in-Blue-Prism-of-a-particular-item-key/m-p/93337#M42933</link>
      <description>&lt;P&gt;Im working on a project on Blue Prism and I would want to fetch Session logs and export to an excel file in my local Machine.&lt;/P&gt;
&lt;P&gt;I want to achieve this functionality from Command Prompt. Kindly help me out if there is any solution.&lt;/P&gt;

--------------------------------------------------&lt;BR /&gt;

&lt;B&gt;Disclaimer:&lt;/B&gt; This content was auto-posted from Stackoverflow. The original Stackoverflow question is here &lt;A href="https://stackoverflow.com/questions/63080432/how-to-get-session-logs-in-blue-prism-of-a-particular-item-key-in-an-excel-from"&gt;Stackoverflow Post&lt;/A&gt;, posted by &lt;A href="https://stackoverflow.com/users/13975486/gautham-lg"&gt;gautham lg&lt;/A&gt;.</description>
      <pubDate>Sat, 25 Jul 2020 07:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-get-Session-Logs-in-Blue-Prism-of-a-particular-item-key/m-p/93337#M42933</guid>
      <dc:creator>Digital_WorkerB</dc:creator>
      <dc:date>2020-07-25T07:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to get Session Logs in Blue Prism of a particular item key in an excel from command line parameters</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-get-Session-Logs-in-Blue-Prism-of-a-particular-item-key/m-p/93338#M42934</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;You can not export a session log via the command line, but you can use the SQL database to get information about it.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Hossein Azimi&lt;BR /&gt;Customer Support Engineer, APAC&lt;BR /&gt;Blue Prism&lt;BR /&gt;Sydney NSW&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 26 Jul 2020 23:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-get-Session-Logs-in-Blue-Prism-of-a-particular-item-key/m-p/93338#M42934</guid>
      <dc:creator>hossein.azimi</dc:creator>
      <dc:date>2020-07-26T23:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to get Session Logs in Blue Prism of a particular item key in an excel from command line parameters</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-get-Session-Logs-in-Blue-Prism-of-a-particular-item-key/m-p/93339#M42935</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can explore Data Gateway feature in BP , but it is available after 6.5 version . Using this you can export session log anywhere out side blue prism. Once you get outside then you can play with that file according to your need.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pankaj Naik&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jul 2020 04:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-get-Session-Logs-in-Blue-Prism-of-a-particular-item-key/m-p/93339#M42935</guid>
      <dc:creator>PankajNaik</dc:creator>
      <dc:date>2020-07-27T04:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to get Session Logs in Blue Prism of a particular item key in an excel from command line parameters</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-get-Session-Logs-in-Blue-Prism-of-a-particular-item-key/m-p/93340#M42936</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;actually you can do it trough command line but the SQL is preferable if available because cmd line has its limitations&lt;BR /&gt;&lt;BR /&gt;cmd line scenario:&lt;BR /&gt;1. you need to have Blue Prism session id (might be get in the process calculation with standard Blue Prism&amp;nbsp;GetSessionId() ) and saved for later usage of getting session log&lt;BR /&gt;2. run automatec with &amp;lt;..commection/login...&amp;gt;&amp;nbsp;&amp;nbsp; /getlog "session ID from 1st stage" &amp;gt; c:\temp\exported_log.csv&lt;BR /&gt;3. get that csv read into excel&lt;BR /&gt;&lt;BR /&gt;limitations that I know (might be wrong here as not used this feature extensively):&lt;BR /&gt;- only standard fields in log (Date, Stage ID, Stage Name, Parameters)&lt;BR /&gt;- no parameters if they are not explicit (if they have a "View" expansion in log)&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mindaugas Breskus&lt;BR /&gt;Software engineer&lt;BR /&gt;Swedbank&lt;BR /&gt;Europe/Vilnius&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jul 2020 06:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-get-Session-Logs-in-Blue-Prism-of-a-particular-item-key/m-p/93340#M42936</guid>
      <dc:creator>MindaugasBresku</dc:creator>
      <dc:date>2020-07-27T06:54:00Z</dc:date>
    </item>
  </channel>
</rss>

