start process with input parameters using cmd.exe

Mihaela

New Member
Hello all,
I tried running a process from cmd.exe, which works without issues. The problem appears when I want to add startup parameters. I used the below expression.
C:\Program Files\Blue Prism Limited\Blue Prism Automate>Automatec.exe /run test /user admin password /dbconname Local /startp "<inputs><input name='no 1' type='number' value='3' /><input name='no 2' type='number' value='5' /></inputs>"
I receive the error:
Authentication error - INVALID TOKEN - No matching token found in database.
Can you please advise?
 
Top