How to reset password for BP Learning Edition
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-01-21 12:57 PM
Hi,
I am currently using BP Learning Edition with license provided by BP DX team.
But i forgot last used password for Learning Edition now.
And there is no way to reset it easily.
Can someone help.
PS - i dont have SQL server installed on my machine to execute any SQL query.
I am currently using BP Learning Edition with license provided by BP DX team.
But i forgot last used password for Learning Edition now.
And there is no way to reset it easily.
Can someone help.
PS - i dont have SQL server installed on my machine to execute any SQL query.
Amin Patel
Intelligent Automation Developer
Emerson
Pune India
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-04-21 06:14 PM
The only way and easy is re-install BP.
1. Remove Blue Prism learning
2. Remove MS SQL LocalDB
3. re-install Blue Prism, and he will ask for a new password for the DB; if you don't remove the MS SQL LocalDB, he will keep using the same old DB and old password.
1. Remove Blue Prism learning
2. Remove MS SQL LocalDB
3. re-install Blue Prism, and he will ask for a new password for the DB; if you don't remove the MS SQL LocalDB, he will keep using the same old DB and old password.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-10-21 07:00 PM
Hi,
Please use the below query to reset the password of blue prism.
set salt='bWBTNqWrvq6RbQnns5PpF+Kt7V1gVS97F6R5iZIxV6M=',
hash='9XkueyLzhbhRUMoKedsN3l7ChDmfS811IDymP8ZCEv8='where
userid=(select userid from BPAUser where username='admin')
and active=1;
This query will reset the blue prism password provided the username is "admin"
Please use the below query to reset the password of blue prism.
set salt='bWBTNqWrvq6RbQnns5PpF+Kt7V1gVS97F6R5iZIxV6M=',
hash='9XkueyLzhbhRUMoKedsN3l7ChDmfS811IDymP8ZCEv8='where
userid=(select userid from BPAUser where username='admin')
and active=1;
This query will reset the blue prism password provided the username is "admin"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-10-21 11:19 AM
@Amin Patel This will help.
------------------------------
Vipul Tiwari
Senior Process Simplification Developer
Amazon
------------------------------
