Run the process using Command Line with SSO
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-09-19 07:37 PM
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
------------------------------
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-09-19 08:33 AM
Does this work?
I think the lack of spaces in your command is causing the problem
------------------------------
John Tomkins
Senior Consultant
Blue Prism
Europe/London
------------------------------
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
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-09-19 10:38 AM
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
------------------------------
