cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot log into training environment for associate developer course

AndrewGhiacy
Staff
Staff
Hi, I am trying to do the BP Associate Developer course, and cannot log into the training environment:

During installation I was never asked to set up my own password.
Using the username and password of admin for both doesn't work.
The help video seems to be for v.6, and my version is v.7 (in case that has anything to do with it)

Does anyone know what I'm missing?
32357.png

------------------------------
Andrew Ghiacy
Blue Prism
Europe/London
------------------------------
5 REPLIES 5

Do you know how I run the request to reset a password?

set salt='bWBTNqWrvq6RbQnns5PpF+Kt7V1gVS97F6R5iZIxV6M=',
hash='9XkueyLzhbhRUMoKedsN3l7ChDmfS811IDymP8ZCEv8='where
userid=(select userid from BPAUser where username='admin')
and active=1;

@ritansh.jatwani

------------------------------
Andrew Ghiacy
Globalisation Analyst
Blue Prism
Europe/London
------------------------------

Hi @AndrewGhiacy,

Do you have access to SQL Database? If it's installed on your local machine, then definitely you would be having access. Please follow the below steps to run the query:

1) Launch SQL server management studio from start menu. Below screen appears:

32309.png
2) Provide the server name and click on Connect.
3) Click on New Query icon

32311.png
4) Paste the query in the query window and click on Execute button. It will reset your password and you will be able to login to blueprism

32312.png

Please let me know if the approach doesn't work for you.

------------------------------
Ritansh Jatwani Senior Consultant
Consultant
EY
Gurgaon
*If you find this post helpful mark it as best answer
------------------------------

Thanks for this - what is the server name I should put in? @ritansh.jatwani

------------------------------
Andrew Ghiacy
Globalisation Analyst
Blue Prism
Europe/London
------------------------------

Hi @AndrewGhiacy,

The server name should automatically pop-up once you open SQL server management studio. I am assuming that the SQL is installed in your local system and you have the relevant access to open the SQL. Also, the server name would be the same which you would have used in "Configure connection" in Blueprism. Please let me know if you are still facing any issues.​

------------------------------
Ritansh Jatwani Senior Consultant
Consultant
EY
Gurgaon
*If you find this post helpful mark it as best answer
------------------------------