yesterday
Welcome
I am in the training phase and during the application I noticed a difference in the device not connecting as shown in the picture. Is there a way to make it connected?
Answered! Go to Answer.
11 hours ago
@MahmoudShahat
Before checking the above instructions, please see this first:
System - Settings:
Start a personal Runtime Resource (...)
12 hours ago
Hey, @MahmoudShahat
Which version are you using?
Open the Command Prompt and run:
sqllocaldb info
Check if BluePrismLocalDB is listed and active.
If it’s not active, start it with:
sqllocaldb start "BluePrismLocalDB"
On the Blue Prism login screen, click Configure.
Make sure the Server is set to:
(LocalDB)\BluePrismLocalDB
Click Test Connection. If it fails, check permissions or services.
Open services.msc, locate the Blue Prism Server service, and click Start or Restart.
In the Command Prompt, run:
Automate.exe /resourcepc /public
This starts the Resource PC for local communication.
11 hours ago
@MahmoudShahat
Before checking the above instructions, please see this first:
System - Settings:
Start a personal Runtime Resource (...)
2 hours ago
@Jrwork Thank You