Hi Aravind,
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.
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.
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.
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.
Please let us know if you have any queries.
------------------------------
----------------------------------
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
Regards,
Devneet Mohanty
Intelligent Process Automation Consultant
Blue Prism 7x Certified Professional
Website:
https://devneet.github.io/Email:
devneetmohanty07@gmail.com----------------------------------
------------------------------
Original Message:
Sent: 01-12-2022 17:53
From: Aravind Babu
Subject: BP Database Admin password lost
Hi Vipul,
Thanks for the answer, can you please help us by briefing the steps to execute the command?
Thanks & Regards,
Aravind
------------------------------
Aravind Babu
Original Message:
Sent: 09-01-2021 14:05
From: Vipul Tiwari
Subject: BP Database Admin password lost
You can use this -->
1) Search the name of DB connection from BP .
Use the below command to reset BP admin password
UPDATE BPPassword SET salt='bWHYui7HKokLnns5LlF-kTY0=99HyyYuiGtF',hash='8ZXkuDKokLnMoKezhb3l7Ch1CEDmfS8hRUdsNv8='
WHERE userDd=(SELECT userDd FROM BPUser WHERE username='Admin') ;
------------------------------
------------------------------
Vipul Tiwari
Senior Process Simplification and Optimization Designer(Solutions Architect)
Fidelity International
Original Message:
Sent: 06-25-2021 16:25
From: Divyarani B
Subject: BP Database Admin password lost
Hello,
I couldn't able to see [BPAPassword] table in blueprism DB? any help?
------------------------------
Divyarani B
ASE
IBM India Pvt Ltd
Asia/Kolkata
Original Message:
Sent: 04-21-2021 09:22
From: Parnab Sinha Choudhury
Subject: BP Database Admin password lost
Taking reference from Zdeněk Kabátek I was able to reset the password on the local installation.
1. Install and launch SQL Server Management Studio
2. Enter server name as (LocalDB)/BluePrismLocalDB - This could be found on BluePrism Login Screen - Configure Connection - Database Server
3. Select Windows authentication
4. Once logged in, on the left you will find Databases -> BluePrism
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
SELECT * FROM [BluePrism].[dbo].[BPAPassword]
6. Create a new query and enter the below SQL update and execute
UPDATE [BluePrism].[dbo].[BPAPassword] SET salt = 'ezfkI0NkJiIJR8Rubuuf800cxjp7epM7EjYkQIfzUxI=',hash = '96u76IApmLmLzatzGnvFzPq2h4noZZCpc+GATM2VUxk=' WHERE userid = 'admin'
7. This will reset the admin password to a
I used BluePrism 6.10 and it worked for me.
Thanks Zdeněk Kabátek for the help
Regards,
Parnab
------------------------------
Parnab Sinha Choudhury
Original Message:
Sent: 01-28-2020 16:32
From: Gene Kerls
Subject: BP Database Admin password lost
I am a new-bee!! It has been a couple of weeks since I last was able to using the training in BP. 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. Now I do not remember the admin password. Is there anyway to retrieve the password or do I need to delete the DB and create a new one???
Gene
------------------------------
Gene Kerls
------------------------------