Start process from power shell, Trial Version of Blue Prism

avnish

New Member
Hello Everyone,

I have installed SQL Management Studio 2014, Blue Prism Trial version 6.6, i want to start process from Command Prompt and Power Shell,

Command i'm trying to doing this is as below :

cd 'C:\Program Files\Blue Prism Limited\Blue Prism Automate\'

.\AutomateC.exe /user admin admin /run 'Calculator Process'

Now my problem is i'm getting an error as below :

"Database connection string not complete"

However process is running fine by starting from start button by click.

You can review screen attached.

Could you please guide here ? ,Need your assistance.
 

Attachments

  • blueprism.png
    51.9 KB · Views: 20

Rich

Member
There is a dbconn flag to pass as a parameter.
I'd recommend accessing the help section with blue prism (press F1) and search for 'command line'. It gives full documentation on how to run a process from command line
 
Top