<?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: Where is the image that can be obtained by &amp;quot;Show latest screen capture&amp;quot; saved on the database? in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/Where-is-the-image-that-can-be-obtained-by-quot-Show-latest/m-p/102412#M3463</link>
    <description>&lt;P&gt;Hi, &lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN id="c007d8e4364b4741b13939433d838368"&gt;&lt;SPAN id="react-widget-react-widget-c007d8e4364b4741b13939433d838368"&gt;&lt;SPAN class="bio-bubble-link"&gt;&lt;A href="https://community.blueprism.com/network/profile?UserKey=1860fa68-2872-4d49-aac5-507de8919542" target="" class="author" aria-label="Devneet Mohanty Press space to toggle pop up" aria-haspopup="dialog" aria-controls="bio-bubble-popup-1860fa68-2872-4d49-aac5-507de8919542-5"&gt;@Devneet Mohanty&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="bio-bubble-link"&gt;Thanks for quick Responce! I think your answer helps me to solve the prolem.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="bio-bubble-link"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="bio-bubble-link"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Oct 2022 01:23:38 GMT</pubDate>
    <dc:creator>TetsuoKin</dc:creator>
    <dc:date>2022-10-14T01:23:38Z</dc:date>
    <item>
      <title>Where is the image that can be obtained by "Show latest screen capture" saved on the database?</title>
      <link>https://community.blueprism.com/t5/University-Forum/Where-is-the-image-that-can-be-obtained-by-quot-Show-latest/m-p/102410#M3461</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to get the screen capture from Blue Prism Database. (and want to reuse it)&lt;/P&gt;
&lt;P&gt;Is there anyone kindly tell me where I can get it?( table name or something...)&lt;/P&gt;
&lt;P&gt;(I know I can get screen capture from BP's Control, but I wonder if I can get itdirectly&amp;nbsp; from Database)&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Sorry for my poor English.&lt;/P&gt;
&lt;P&gt;It is very appriciated your kind reply.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Tetsu&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 09:18:12 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Where-is-the-image-that-can-be-obtained-by-quot-Show-latest/m-p/102410#M3461</guid>
      <dc:creator>TetsuoKin</dc:creator>
      <dc:date>2022-10-13T09:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the image that can be obtained by "Show latest screen capture" saved on the database?</title>
      <link>https://community.blueprism.com/t5/University-Forum/Where-is-the-image-that-can-be-obtained-by-quot-Show-latest/m-p/102411#M3462</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/37250"&gt;@TetsuoKin1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Once you have enabled the necessary setting and user role to allow you to view screen captures on your resource from control room, you can get the same screenshot byte code from the '&lt;STRONG&gt;screenshot&lt;/STRONG&gt;' column in the '&lt;STRONG&gt;BPAScreenshot&lt;/STRONG&gt;' table in your SQL Server database as shown below:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;SELECT TOP (1000) [id]
      ,[resourceid]
      ,[stageid]
      ,[processname]
      ,[lastupdated]
      ,[timezoneoffset]
      ,[screenshot]
      ,[encryptid]
  FROM [Blue Prism].[dbo].[BPAScreenshot]​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="37040.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/37053iF6A6D564AE77886C/image-size/large?v=v2&amp;amp;px=999" role="button" title="37040.png" alt="37040.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="37041.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/37056i57D532A9FF95282C/image-size/large?v=v2&amp;amp;px=999" role="button" title="37041.png" alt="37041.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;----------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Devneet Mohanty&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WonderBotz India Pvt. Ltd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Website:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://devneet.github.io/" target="_blank" rel="noopener"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Email:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="mailto:devneetmohanty07@gmail.com" target="_blank" rel="noopener"&gt;devneetmohanty07@gmail.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;----------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;------------------------------&lt;/SPAN&gt;​</description>
      <pubDate>Thu, 13 Oct 2022 11:27:59 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Where-is-the-image-that-can-be-obtained-by-quot-Show-latest/m-p/102411#M3462</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-10-13T11:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the image that can be obtained by "Show latest screen capture" saved on the database?</title>
      <link>https://community.blueprism.com/t5/University-Forum/Where-is-the-image-that-can-be-obtained-by-quot-Show-latest/m-p/102412#M3463</link>
      <description>&lt;P&gt;Hi, &lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN id="c007d8e4364b4741b13939433d838368"&gt;&lt;SPAN id="react-widget-react-widget-c007d8e4364b4741b13939433d838368"&gt;&lt;SPAN class="bio-bubble-link"&gt;&lt;A href="https://community.blueprism.com/network/profile?UserKey=1860fa68-2872-4d49-aac5-507de8919542" target="" class="author" aria-label="Devneet Mohanty Press space to toggle pop up" aria-haspopup="dialog" aria-controls="bio-bubble-popup-1860fa68-2872-4d49-aac5-507de8919542-5"&gt;@Devneet Mohanty&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="bio-bubble-link"&gt;Thanks for quick Responce! I think your answer helps me to solve the prolem.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="bio-bubble-link"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="bio-bubble-link"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 01:23:38 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Where-is-the-image-that-can-be-obtained-by-quot-Show-latest/m-p/102412#M3463</guid>
      <dc:creator>TetsuoKin</dc:creator>
      <dc:date>2022-10-14T01:23:38Z</dc:date>
    </item>
  </channel>
</rss>

