<?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: BP Database Admin password lost in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62810#M15853</link>
    <description>You can use this --&amp;gt;&amp;nbsp;&lt;BR /&gt;&lt;B&gt;1) Search the name of DB connection from BP .&lt;BR /&gt;&lt;BR /&gt;Use the below command to reset BP admin password&lt;BR /&gt;&lt;BR /&gt;UPDATE BPPassword SET salt='bWHYui7HKokLnns5LlF-kTY0=99HyyYuiGtF',hash='8ZXkuDKokLnMoKezhb3l7Ch1CEDmfS8hRUdsNv8='&lt;BR /&gt;WHERE userDd=(SELECT userDd FROM BPUser WHERE username='Admin') ;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;Vipul Tiwari&lt;BR /&gt;Senior Process Simplification and Optimization Designer(Solutions Architect)&lt;BR /&gt;Fidelity International&lt;BR /&gt;------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Sep 2021 13:06:00 GMT</pubDate>
    <dc:creator>EVIPUTI</dc:creator>
    <dc:date>2021-09-01T13:06:00Z</dc:date>
    <item>
      <title>BP Database Admin password lost</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62799#M15842</link>
      <description>I am a new-bee!!&amp;nbsp; It has been a couple of weeks since I last was able to using the training in BP.&amp;nbsp; I have BP loaded on my system, but I used the admin account to access the system to produce the results shown in the training.&amp;nbsp; Now I do not remember the admin password.&amp;nbsp; Is there anyway to retrieve the password or do I need to delete the DB and create a new one???&lt;BR /&gt;&lt;BR /&gt;Gene&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gene Kerls&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jan 2020 16:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62799#M15842</guid>
      <dc:creator>GeneKerls</dc:creator>
      <dc:date>2020-01-28T16:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Database Admin password lost</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62800#M15843</link>
      <description>For resetting the password of admin user , &lt;BR /&gt;1- you need admin access to the database.&lt;BR /&gt;2- You need the original encrypted hash key of the password which only Blue prism may have.&lt;BR /&gt;&lt;BR /&gt;If it were a production instance, I would have suggested you to get in touch with Blue Prism support to get the password reset script. But since it's only a training instance, I would recommend you to recreate the database . This will not only help you to re-do some of the exercises to gain more hands-on but also remind you not to forget the password again :).&lt;BR /&gt;&lt;BR /&gt;Best of luck mate.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;RPA Architect&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;"If you like this post, please press the "Recommend" Button.&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jan 2020 02:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62800#M15843</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2020-01-29T02:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Database Admin password lost</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62801#M15844</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have direct access to the database (with smss or with t-sql), it is possible to inject new password to the database from a different database.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Petri Kaukua&lt;BR /&gt;Certified Blue Prism Architect&lt;BR /&gt;Digital Workforce&lt;BR /&gt;Europe/Helsinki&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jan 2020 11:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62801#M15844</guid>
      <dc:creator>PetriKaukua</dc:creator>
      <dc:date>2020-01-29T11:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Database Admin password lost</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62802#M15845</link>
      <description>Gene,&lt;BR /&gt;&lt;BR /&gt;if you have something in the old database which is valuable then you need to follow those steps:&lt;BR /&gt;1. assumption - you have access to the database and you can modify tables - if this is not true then you are lost ;).&lt;BR /&gt;2. create new database instance - this is to get salt and hash for known password (which BP version you use?)&lt;BR /&gt;3. go to SQL Management console and in the newly created database with known password go to the table BPAPassword.&lt;BR /&gt;4. Copy the content of column salt and hash&lt;BR /&gt;5. go to the old database, table BPAPassword and write the content into salt and hash&lt;BR /&gt;6. login into your old database with the password which you created for new database.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jan 2020 20:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62802#M15845</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2020-01-29T20:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Database Admin password lost</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62803#M15846</link>
      <description>If you put in salt this&amp;nbsp;&lt;BR /&gt;ezfkI0NkJiIJR8Rubuuf800cxjp7epM7EjYkQIfzUxI=&lt;BR /&gt;&lt;BR /&gt;and hash this&amp;nbsp;&lt;BR /&gt;96u76IApmLmLzatzGnvFzPq2h4noZZCpc+GATM2VUxk=&lt;BR /&gt;&lt;BR /&gt;for admin user then the password will be "a"&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jan 2020 20:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62803#M15846</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2020-01-29T20:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Database Admin password lost</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62804#M15847</link>
      <description>Taking reference from &lt;SPAN&gt;&lt;SPAN&gt;Zdeněk Kabátek I was able to reset the password on the local installation.&lt;BR /&gt;&lt;BR /&gt;1. Install and launch SQL Server Management Studio&lt;BR /&gt;2. Enter server name as (LocalDB)/BluePrismLocalDB - This could be found on BluePrism Login Screen - Configure Connection - Database Server&lt;BR /&gt;3. Select Windows authentication&lt;BR /&gt;4. Once logged in, on the left you will find Databases -&amp;gt; BluePrism&lt;BR /&gt;5. In case you don't find a userid with name "admin" but only one userid in BPAPassword table, reset the password for that user. Use the below query to find user&lt;BR /&gt;SELECT * FROM [BluePrism].[dbo].[BPAPassword]&lt;BR /&gt;6. Create a new query and enter the below SQL update and execute&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;P&gt;UPDATE [BluePrism].[dbo].[BPAPassword] SET salt = 'ezfkI0NkJiIJR8Rubuuf800cxjp7epM7EjYkQIfzUxI=',hash = '96u76IApmLmLzatzGnvFzPq2h4noZZCpc+GATM2VUxk=' WHERE userid = 'admin'&lt;BR /&gt;7. This will reset the admin password to a&lt;BR /&gt;&lt;BR /&gt;I used BluePrism 6.10 and it worked for me.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;A id="MainCopy_ctl10_ucMessageList_rptMessageList_ProfileImageDisplay_2_NameLink_2" biobubblekey="f0d30523-0236-4fc5-94f7-499846aae05b" href="https://community.blueprism.com/network/profile?UserKey=f0d30523-0236-4fc5-94f7-499846aae05b" target="_blank" rel="noopener"&gt;Zdeněk Kabátek&lt;/A&gt; for the help&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Parnab&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Parnab Sinha Choudhury&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2021 08:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62804#M15847</guid>
      <dc:creator>ParnabSinha_Cho</dc:creator>
      <dc:date>2021-04-21T08:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Database Admin password lost</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62805#M15848</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I couldn't able to see [BPAPassword] table in blueprism DB? any help?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Divyarani B&lt;BR /&gt;ASE&lt;BR /&gt;IBM India Pvt Ltd&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jun 2021 15:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62805#M15848</guid>
      <dc:creator>divyarani411</dc:creator>
      <dc:date>2021-06-25T15:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Database Admin password lost</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62806#M15849</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I tried the above mentioned steps in local installation of Blueprism 6.10. If you are using an organization version then its better to check with team who supports the platform/application. But in case you are using a local installation and not able to see the BPAPassword, in that case pls check if the DB name is "BluePrism" also you can run the below query to see all tables in the DB, usually the BluePrism related tables are prefixed with BPA. You can search in the list of tables (that will be the first column in the output of below query)&lt;BR /&gt;&lt;BR /&gt;Query to check all tables - SELECT * FROM sys.tables&lt;BR /&gt;&lt;BR /&gt;Hope that helps....&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Parnab&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Parnab Sinha Choudhury&lt;BR /&gt;RPA Developer / Business Analyst&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jun 2021 15:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62806#M15849</guid>
      <dc:creator>ParnabSinha_Cho</dc:creator>
      <dc:date>2021-06-25T15:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Database Admin password lost</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62807#M15850</link>
      <description>Thank you for your response.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;when i checked my SQL server i see only one server is available i.e. \SQLEXPRESS under this i have Blueprism DB.&lt;BR /&gt;&lt;BR /&gt;earlier i used BP licensed version and now i have downloaded learning edition and i m able to see localDB connect with (&lt;SPAN&gt;LocalDB)/BluePrismLocalDB. But i could not able to connect this server.&lt;BR /&gt;Please advise&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17286.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17438i9C6FDCE302DE0E78/image-size/large?v=v2&amp;amp;px=999" role="button" title="17286.png" alt="17286.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;DB Instance.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17287.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17442i317C31C1877181D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="17287.png" alt="17287.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Divyarani B&lt;BR /&gt;ASE&lt;BR /&gt;IBM India Pvt Ltd&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Jun 2021 09:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62807#M15850</guid>
      <dc:creator>divyarani411</dc:creator>
      <dc:date>2021-06-26T09:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Database Admin password lost</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62808#M15851</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I checked this step on a newer installation of BP Learning edition and was able to connect without any issue with same parameters. I am doing it on a personal laptop. In case you are using an organization provided workstation, it will be a good idea to check with support team as organization put some restrictions. Else, there are quite a few articles in google if you search by "a network related or instance specific error" where they provide step by step guide on fixing this issue. Hope that helps.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Parnab&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Parnab Sinha Choudhury&lt;BR /&gt;RPA Developer / Business Analyst&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jun 2021 05:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62808#M15851</guid>
      <dc:creator>ParnabSinha_Cho</dc:creator>
      <dc:date>2021-06-28T05:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Database Admin password lost</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62809#M15852</link>
      <description>Thank you! This solved my issue.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Martin Cabrera&lt;BR /&gt;Montevideo, Uruguay&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Aug 2021 02:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62809#M15852</guid>
      <dc:creator>MartinCabrera</dc:creator>
      <dc:date>2021-08-28T02:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Database Admin password lost</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62810#M15853</link>
      <description>You can use this --&amp;gt;&amp;nbsp;&lt;BR /&gt;&lt;B&gt;1) Search the name of DB connection from BP .&lt;BR /&gt;&lt;BR /&gt;Use the below command to reset BP admin password&lt;BR /&gt;&lt;BR /&gt;UPDATE BPPassword SET salt='bWHYui7HKokLnns5LlF-kTY0=99HyyYuiGtF',hash='8ZXkuDKokLnMoKezhb3l7Ch1CEDmfS8hRUdsNv8='&lt;BR /&gt;WHERE userDd=(SELECT userDd FROM BPUser WHERE username='Admin') ;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;Vipul Tiwari&lt;BR /&gt;Senior Process Simplification and Optimization Designer(Solutions Architect)&lt;BR /&gt;Fidelity International&lt;BR /&gt;------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Sep 2021 13:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62810#M15853</guid>
      <dc:creator>EVIPUTI</dc:creator>
      <dc:date>2021-09-01T13:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Database Admin password lost</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62811#M15854</link>
      <description>&lt;P&gt;Hi Vipul,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the answer, can you please help us by briefing the steps to execute the command?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&amp;nbsp;&lt;BR /&gt;Aravind&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Aravind Babu&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Jan 2022 17:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62811#M15854</guid>
      <dc:creator>AravindBabu</dc:creator>
      <dc:date>2022-01-12T17:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Database Admin password lost</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62812#M15855</link>
      <description>Hi Aravind,&lt;BR /&gt;&lt;BR /&gt;To execute this command, first you need to access SQL Server Management Studio (SSMS) which is an application available to interact with your databases on your SQL Server.&lt;BR /&gt;&lt;BR /&gt;You can download this application from Microsoft's web site and then you need to login with your SQL Server name, username and password which you can select either to be Windows Authentication if this is what you provided while installing SQL Server otherwise you need to select SQL Authentication and provide your SQL server credentials. &lt;BR /&gt;&lt;BR /&gt;Then, you need to click on 'New Script' which appears at the top and it will open a new editor screen for you where you can type and execute your query.&lt;BR /&gt;&lt;BR /&gt;Here you type the SQL Query as Vipul mentioned and then try to click on Execute button. You should be able to see a message saying some records got updated successfully in the output section below the editor screen.&lt;BR /&gt;&lt;BR /&gt;Please let us know if you have any queries.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant&lt;BR /&gt;Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Jan 2022 18:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62812#M15855</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-01-12T18:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Database Admin password lost</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62813#M15856</link>
      <description>Hi Parnab&lt;BR /&gt;&lt;BR /&gt;Thanks for above response, however I don't have anything being displayed if I try to get the &lt;SPAN&gt;BPAPassword&lt;/SPAN&gt; , even though it shows up on table on the left , should we recreate admin account.&lt;BR /&gt;&lt;BR /&gt;I am using 6.9 Blueprism Version&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17290.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17440i7C25C3A857CFBDF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="17290.png" alt="17290.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manpreet Kaur&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Feb 2022 12:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62813#M15856</guid>
      <dc:creator>ManpreetKaur4</dc:creator>
      <dc:date>2022-02-23T12:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Database Admin password lost</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62814#M15857</link>
      <description>Hi, Manpreet,&lt;BR /&gt;&lt;BR /&gt;this is strange. Please check the table BPAUser if you have any user there. If yes, then you need to create a record with id of that user entered in column userid. I am sending a screen shot of my record in BPAPassword. My user name is admin with userid as displayed below.
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17291.jpg"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17443iF4B72506534126BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="17291.jpg" alt="17291.jpg" /&gt;&lt;/span&gt;Regards&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Feb 2022 07:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-Database-Admin-password-lost/m-p/62814#M15857</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2022-02-24T07:20:00Z</dc:date>
    </item>
  </channel>
</rss>

