10-10-24 07:20 AM
Dear Connections,
I am trying to create an EV using command line in Blueprism. However, getting the error as “Error: You must supply valid login details for that action” even though I am able to login into BP using the same cred used in command line.
Any pointers would be highly appreciated!! 🙂
13-10-24 09:41 PM
Hi @uncki2 ,
You can try like below , you dontneed to pass App server name and also based on the screenshot looks like there is a single quote after your env description
C:\Program Files\Blue Prism Limited\Blue Prism Automate>automatec.exe /setev "<Name of The variable> " "<Data type>" "<EV Value>" "<Description>" /user <UserName> <Password>
Ex:
C:\Program Files\Blue Prism Limited\Blue Prism Automate>automatec.exe /setev "TempEV" "Text" "EV_Value123" "Test Temp EV" /user <UserName> <Password>
14-10-24 07:27 AM
Hi @harish.mogulluri ,
Thank you so much for your response. I was able to resolve the issue by using below syntax :
<AutomateC Path> /dbconname <db connection name> /sso /setev <EV Name> <EV Data Type> <EV Value> <Ev Description>
Thank you!