11-02-19 10:58 AM
11-02-19 05:15 PM
03-10-19 10:23 PM
12-01-24 03:47 PM
I'm aware this is necro'ing this post, but I wanted to reply here since this comes up when searching in Google, and I'm the one who didn't respond to the 2nd question originally anyway.
The answer to the above is that "/private" is not a valid argument. Instead, you can use one of these three arguments: /public, /local, (nothing). Nothing means simply don't put an argument in place of this. The default functionality is to start a private resource so there is no switch for that.
Examples:
1. For a standard public runtime resource & will show in Blue Prism to others as "Idle":
"...\AutomateS.exe" /resourcepc /public /sso /invisible
2. To replicate a private RR like what happens by default when opening Blue Prism & will show in Blue Prism to others as "Online (Private)":
"...\AutomateS.exe" /resourcepc /sso /invisible
3. To start a local runtime resource that will reject connections and will show in Blue Prism as "Offline":
"...\AutomateS.exe" /resourcepc /local /sso /invisible