Removing Connection via command line
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-06-20 12:37 AM
Previously I had created a script like c:\"program files"\"blue prism limited"\"blue prism automate"\Automate.exe /dbconname " PreProd" /setbpserver "someserver.mydomain.com" "8199"
Now we want to move machines to prod and I can run a new script. Is there a way to delete the first connection?
Rob
------------------------------
Robert Hough
Project Manager
Royal Bank of Canada
America/New_York
------------------------------
Now we want to move machines to prod and I can run a new script. Is there a way to delete the first connection?
Rob
------------------------------
Robert Hough
Project Manager
Royal Bank of Canada
America/New_York
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-06-20 10:25 AM
Hi Robert - don't think there's a way to delete the connection, it's more a case of flipping from one existing connection to another.
The details live in the config file in C:\ProgramData\Blue Prism Limited\Automate V3, so maybe you could experiment with having multiple file versions that you rename in order to switch which file is the one in use.
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
The details live in the config file in C:\ProgramData\Blue Prism Limited\Automate V3, so maybe you could experiment with having multiple file versions that you rename in order to switch which file is the one in use.
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-09-22 07:10 AM
Thanks John
I deleted the Automate.config file before setting up the connection.
cmd /c DEL "C:\ProgramData\Blue Prism Limited\Automate V3\Automate.config" /F
------------------------------
Sheldon Faria
------------------------------
I deleted the Automate.config file before setting up the connection.
cmd /c DEL "C:\ProgramData\Blue Prism Limited\Automate V3\Automate.config" /F
------------------------------
Sheldon Faria
------------------------------
