<?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: How can I find license details from BP DB? in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/How-can-I-find-license-details-from-BP-DB/m-p/88151#M1960</link>
    <description>From GUI perspective - in Home/Dashboard screen of BP- you can find the this information.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Neeraj Kumar&lt;BR /&gt;Technical Architect&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Jul 2022 10:15:00 GMT</pubDate>
    <dc:creator>Neel1</dc:creator>
    <dc:date>2022-07-19T10:15:00Z</dc:date>
    <item>
      <title>How can I find license details from BP DB?</title>
      <link>https://community.blueprism.com/t5/University-Forum/How-can-I-find-license-details-from-BP-DB/m-p/88146#M1955</link>
      <description>&lt;SPAN&gt;Hi folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've bunch of questions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. How can I fetch total licenses available and used in BP DB?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. How can I fetch license expiry date, name and license type or category?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. How can I relate in which license the machine is running?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jasmeet Singh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jul 2022 18:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/How-can-I-find-license-details-from-BP-DB/m-p/88146#M1955</guid>
      <dc:creator>JasmeetSingh</dc:creator>
      <dc:date>2022-07-15T18:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: How can I find license details from BP DB?</title>
      <link>https://community.blueprism.com/t5/University-Forum/How-can-I-find-license-details-from-BP-DB/m-p/88147#M1956</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="0f987505-74e3-49b4-9555-f5d13a027d9e" data-tag-text="@Jasmeet Singh" href="https://community.blueprism.com/network/profile?UserKey=0f987505-74e3-49b4-9555-f5d13a027d9e" data-itemmentionkey="aa071e7d-613a-47ce-acf4-2261cece988d"&gt;@Jasmeet Singh&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I test this in my local Data Base and I found​ the way to get the info.&lt;BR /&gt;&lt;BR /&gt;As I told you yesterday, the table name in the Data Base is &lt;STRONG&gt;BPALicense&amp;nbsp;&lt;/STRONG&gt;and the field is &lt;STRONG&gt;licensekey&lt;/STRONG&gt;, but this info is not encrypet, is in Base64.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you decode the info, you will get an xml with all the info:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;license created="2019-05-30 02:33:05.261867"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;enterprise&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;licensee&amp;gt;company name&amp;lt;/licensee&amp;gt;&lt;BR /&gt;&amp;lt;starts&amp;gt;2019-05-29&amp;lt;/starts&amp;gt;&lt;BR /&gt;&amp;lt;expires&amp;gt;2022-05-23&amp;lt;/expires&amp;gt;&lt;BR /&gt;&amp;lt;maxconcurrentsessions&amp;gt;##&amp;lt;/maxconcurrentsessions&amp;gt;&lt;BR /&gt;&amp;lt;graceperiod&amp;gt;5&amp;lt;/graceperiod&amp;gt;&lt;BR /&gt;&amp;lt;salesorderid/&amp;gt;&lt;BR /&gt;&amp;lt;licenserequestid&amp;gt;##&amp;lt;/licenserequestid&amp;gt;&lt;BR /&gt;&amp;lt;source/&amp;gt;&lt;BR /&gt;&amp;lt;Signature xmlns="http://www.w3.org/2000/09/xmldsig#"&amp;gt;&lt;BR /&gt;&amp;lt;SignedInfo&amp;gt;&lt;BR /&gt;&amp;lt;CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/&amp;gt;&lt;BR /&gt;&amp;lt;SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/&amp;gt;&lt;BR /&gt;&amp;lt;Reference URI=""&amp;gt;&lt;BR /&gt;&amp;lt;Transforms&amp;gt;&lt;BR /&gt;&amp;lt;Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/&amp;gt;&lt;BR /&gt;&amp;lt;/Transforms&amp;gt;&lt;BR /&gt;&amp;lt;DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/&amp;gt;&lt;BR /&gt;&amp;lt;DigestValue&amp;gt;##&amp;lt;/DigestValue&amp;gt;&lt;BR /&gt;&amp;lt;/Reference&amp;gt;&lt;BR /&gt;&amp;lt;/SignedInfo&amp;gt;&lt;BR /&gt;&amp;lt;SignatureValue&amp;gt;##&amp;lt;/SignatureValue&amp;gt;&lt;BR /&gt;&amp;lt;/Signature&amp;gt;&lt;BR /&gt;&amp;lt;/license&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
You have all the info here.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you! And if this solves the problem, remember mark it as best answer!&lt;BR /&gt;&lt;BR /&gt;See you in the Community, bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Solution Manager &amp;amp; Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Jul 2022 10:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/How-can-I-find-license-details-from-BP-DB/m-p/88147#M1956</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-07-16T10:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: How can I find license details from BP DB?</title>
      <link>https://community.blueprism.com/t5/University-Forum/How-can-I-find-license-details-from-BP-DB/m-p/88148#M1957</link>
      <description>Thanks &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/66"&gt;@PabloSarabia&lt;/a&gt; that's what I wanted, one question more can we get no. of used licenses for a day, suppose if we have concurrent license is 5 then how can we get used out of 5?​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jasmeet Singh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jul 2022 17:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/How-can-I-find-license-details-from-BP-DB/m-p/88148#M1957</guid>
      <dc:creator>JasmeetSingh</dc:creator>
      <dc:date>2022-07-18T17:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: How can I find license details from BP DB?</title>
      <link>https://community.blueprism.com/t5/University-Forum/How-can-I-find-license-details-from-BP-DB/m-p/88149#M1958</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="0f987505-74e3-49b4-9555-f5d13a027d9e" data-tag-text="@Jasmeet Singh" href="https://community.blueprism.com/network/profile?UserKey=0f987505-74e3-49b4-9555-f5d13a027d9e" data-itemmentionkey="a486f297-0c91-49cb-b749-9f083e844fb4"&gt;@Jasmeet Singh&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have been looking for this but I didn't find anything&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Cause in the Resources table there is no info about the license that is using or similar...&lt;BR /&gt;&lt;BR /&gt;In general, you want to know how much of your licence you are using, that's correct?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See you in the Community, bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Solution Manager &amp;amp; Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jul 2022 05:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/How-can-I-find-license-details-from-BP-DB/m-p/88149#M1958</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-07-19T05:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: How can I find license details from BP DB?</title>
      <link>https://community.blueprism.com/t5/University-Forum/How-can-I-find-license-details-from-BP-DB/m-p/88150#M1959</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/66"&gt;@PabloSarabia&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Yes that's what I'm looking for, how much license are using currently.&lt;BR /&gt;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jasmeet Singh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jul 2022 07:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/How-can-I-find-license-details-from-BP-DB/m-p/88150#M1959</guid>
      <dc:creator>JasmeetSingh</dc:creator>
      <dc:date>2022-07-19T07:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: How can I find license details from BP DB?</title>
      <link>https://community.blueprism.com/t5/University-Forum/How-can-I-find-license-details-from-BP-DB/m-p/88151#M1960</link>
      <description>From GUI perspective - in Home/Dashboard screen of BP- you can find the this information.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Neeraj Kumar&lt;BR /&gt;Technical Architect&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jul 2022 10:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/How-can-I-find-license-details-from-BP-DB/m-p/88151#M1960</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2022-07-19T10:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: How can I find license details from BP DB?</title>
      <link>https://community.blueprism.com/t5/University-Forum/How-can-I-find-license-details-from-BP-DB/m-p/88152#M1961</link>
      <description>Not sure if this asset gives all the info that you are looking for but here is a link to it. It r&lt;SPAN&gt;eturns historical Blue Prism license utilization over a user-definable&amp;nbsp;duration and unit of time&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/license-utilisation-sql-script" target="test_blank"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/license-utilisation-sql-script&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jul 2022 10:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/How-can-I-find-license-details-from-BP-DB/m-p/88152#M1961</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2022-07-19T10:57:00Z</dc:date>
    </item>
  </channel>
</rss>

