cancel
Showing results for 
Search instead for 
Did you mean: 

Resource PC connects to wrong environment

kkazantsev
Level 5

Does anyone know how to force a particular environment when starting a resource PC?

We have a resource PC with two connections: BP_APP_DEV and BP_APP_TST.
Login Agent Service is configured to point to BP_APP_TST.
However when resource.bat script runs ( start /min "" "C:\Program Files\Blue Prism Limited\Blue Prism Automate\Automate.exe" /resourcepc /public),
sometimes Resource PC connects to BP_APP_DEV and sometimes to BP_APP_TST

We're on BP Version 6.3.2 and LoginAgent  V6

Thanks in advance



------------------------------
Konstantin Kazantsev
Solutions Architect
Church and Dwight
America/New_York
------------------------------
1 BEST ANSWER

Helpful Answers

peterlacken
Level 7
You need the parameter /dbconname "BP_APP_TST" in addition to /public /resourcepc

------------------------------
PeterLacken
Ren Røros Intelligent Automation
Peter.Lacken@rria.no
http://www.rria.no
------------------------------

View answer in original post

2 REPLIES 2

Hi Kinsrantin,


You can add below switch option into the Runtime Resource batch file, and make it for the particular connection.

You can use F1 Help to get more details.
/serverconfig <name> <connection> <port>
I hope this helps.

------------------------------
Hossein Azimi
Customer Support Engineer, APAC
Blue Prism
Australia/Sydney
------------------------------

peterlacken
Level 7
You need the parameter /dbconname "BP_APP_TST" in addition to /public /resourcepc

------------------------------
PeterLacken
Ren Røros Intelligent Automation
Peter.Lacken@rria.no
http://www.rria.no
------------------------------