<?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 Exception Screen Capture decode from database in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Exception-Screen-Capture-decode-from-database/m-p/96628#M44835</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you have any idea how to decode screenshot from Exception Screen Capture funcionality which is saved in database table [BPAScreenshot]?&lt;BR /&gt;&lt;BR /&gt;It begins like...&lt;BR /&gt;F6MVGJpKd+PbqZuHlFttKw==:[...]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Thu, 16 Sep 2021 18:50:44 GMT</pubDate>
    <dc:creator>WojciechRogmanStuffAutomation</dc:creator>
    <dc:date>2021-09-16T18:50:44Z</dc:date>
    <item>
      <title>Exception Screen Capture decode from database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exception-Screen-Capture-decode-from-database/m-p/96628#M44835</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you have any idea how to decode screenshot from Exception Screen Capture funcionality which is saved in database table [BPAScreenshot]?&lt;BR /&gt;&lt;BR /&gt;It begins like...&lt;BR /&gt;F6MVGJpKd+PbqZuHlFttKw==:[...]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 16 Sep 2021 18:50:44 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exception-Screen-Capture-decode-from-database/m-p/96628#M44835</guid>
      <dc:creator>WojciechRogmanStuffAutomation</dc:creator>
      <dc:date>2021-09-16T18:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Screen Capture decode from database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exception-Screen-Capture-decode-from-database/m-p/96629#M44836</link>
      <description>That looks like it is likely Base64 String type so you can probably use .Net's Convert.FromBase64String() Method (https://docs.microsoft.com/en-us/dotnet/api/system.convert.frombase64string?view=net-5.0) to get it to a Byte Array (byte[]) which is what Blue Prism's 'Binary' data item type is. From there you could save the Binary Data Item to disk or you could try to force that into BP's Image Data Item type... not sure if the latter will work.&lt;BR /&gt;&lt;BR /&gt;If you write the binary to disk you'll need to probably guess the extension / mime type or use Magic Numbers to do so. (I'd guess bmp or png or jpg) Honestly trial and error is probably the easiest way to know there, magic numbers can be a complex topic.</description>
      <pubDate>Fri, 17 Sep 2021 16:03:03 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exception-Screen-Capture-decode-from-database/m-p/96629#M44836</guid>
      <dc:creator>ErinConnerley</dc:creator>
      <dc:date>2021-09-17T16:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Screen Capture decode from database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exception-Screen-Capture-decode-from-database/m-p/96630#M44837</link>
      <description>&lt;P&gt;To view the Screen Capture in the Interactive Client:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In Control Room, right-click the&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Runtime Resource&lt;/STRONG&gt;&amp;nbsp;responsible for running the Process.&lt;/LI&gt;
&lt;LI&gt;Select the option ‘&lt;STRONG&gt;Show latest screen capture&lt;/STRONG&gt;’ to view the screenshot:&lt;BR /&gt;&lt;IMG alt="" src="https://blueprism.nanorep.co/storage/nr1/kb/433BEFA2/433BF0A6/43D58130/5/CNuwiLE9y-_S8u86DLByzvW_M1ONdEVU2A.png" class="img-responsive" /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;BR /&gt;&lt;BR /&gt;If you're looking for a method to directly decode the screenshot data as it exists in the database, you can follow Erin's guidance in the answer above this one.</description>
      <pubDate>Tue, 21 Sep 2021 19:01:01 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exception-Screen-Capture-decode-from-database/m-p/96630#M44837</guid>
      <dc:creator>steven.boggs</dc:creator>
      <dc:date>2021-09-21T19:01:01Z</dc:date>
    </item>
  </channel>
</rss>

