cancel
Showing results for 
Search instead for 
Did you mean: 

BP 6.10.5 - Issue in creating EV using Command Line

uncki2
Level 5

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!! 🙂

uncki2_0-1728541118256.png

 

Kishlay Singh
Senior Consultant
UOB
Singapore
2 REPLIES 2

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>


harishmogulluri_0-1728852057087.png

 



-----------------------
If I answered your query. Please mark it as the Best Answer

Harish Mogulluri

uncki2
Level 5

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>

 

uncki2_1-1728887183898.png

Thank you!

Kishlay Singh
Senior Consultant
UOB
Singapore