cancel
Showing results for 
Search instead for 
Did you mean: 

Run the process using Command Line with SSO

HarishM2
Level 6
Hi,

I was t trying to run the process using Command Line  (using AutomateC switch) 

Below is the argument I tried initially
C:\Program Files\Blue Prism Limited\Blue Prism Automate>AutomateC/run "My Process"/ sso .  it is throwing error  - Authentic error - INVALID TOKEN - No matching token found in database

Not sure why it is throwing that error.

I tried with Double Quotes  after run argument some thing Like this 
C:\Program Files\Blue Prism Limited\Blue Prism Automate>AutomateC/run ""My Process""/ sso - This Argument Throwing error some thing like  "Invalid command line argument Report".

Please help me to fix this.

Thanks,
Harish

------------------------------
Harish kumar
RPA Developer
------------------------------
2 REPLIES 2

JohnTomkins
Staff
Staff
Does this work? AutomateC /run "My Process" / sso
I think the lack of spaces in your command is causing the problem


------------------------------
John Tomkins
Senior Consultant
Blue Prism
Europe/London
------------------------------

John's response is correct however he seems to have also included an unwanted space " ". Try the below:

AutomateC /run "My Process" /sso



------------------------------
James Marsh
Technical Consultant
Blue Prism
Europe/London
------------------------------