23-11-23 11:36 AM
I am using the command to run the process from App server to client machine as below and getting error
Please help me on this
23-11-23 12:22 PM
Hi @Vikram.R - I'm going to move your question into the RPA Product forum so that our experienced community members can see it. "Off-topic Community Chat" is for discussion about the community only.
UPDATE: Thread moved, do your thing community!
------------------------------
:blue_heart: Michael
(I'm part of the SS&C Blue Prism Community Team)
------------------------------
28-11-23 09:27 AM
Try
"C:\Program Files\Blue Prism Limited\Blue Prism Automate\Automatec.exe" /run "OLEDB" /resource "QQ0039" /user "my user name" mypassword
And also check that your resource name is correct
30-11-23 09:47 AM
Hi,
try to keep the whole path & executable name within the same quotes:
instead of: "C:\Program....\"AutomateC
use: "C:\Program...\AutomateC"
Make sure the user name and password do not contain special character and if so enclose them in "".