cancel
Showing results for 
Search instead for 
Did you mean: 

CMD to import .bprelease

wingkithui
Level 3
Dear all,

I have to import a .bprelease through CMD, however because of security reason I cannot show password in a plain text.

Therefore I prepared an encrypt password in below folder however it's not able to decrypt or enter the correct password. Below CMD is for reference.

😧
cd D:\appl\bprelease

BPRelease -rlspkg "Text.bprelease"

Any idea instead of using following CMD?

😧
cd D:\appl\bprelease

BPRelease -setdb "DB Connection"
BPRelease -setpwd /user halo /password ZXC57849625
BPRelease -rlspkg "Text.bprelease"
1 BEST ANSWER

Helpful Answers

EmersonF
MVP

Hi, @wingkithui what you can do is create your own windows environment variables, and you can call it that

C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" /importrelease EXEC01.bprelease /overwrite /user %User% %Pass% /dbconname %db%
I registered the variables "User", "Pass" and "db", and in my CMD I call %User%, %Pass%, %db%, this works for me, the passwords are visible, but you can control who can have access to this information through user policies

Sr Cons at Avanade Brazil

View answer in original post

1 REPLY 1

EmersonF
MVP

Hi, @wingkithui what you can do is create your own windows environment variables, and you can call it that

C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" /importrelease EXEC01.bprelease /overwrite /user %User% %Pass% /dbconname %db%
I registered the variables "User", "Pass" and "db", and in my CMD I call %User%, %Pass%, %db%, this works for me, the passwords are visible, but you can control who can have access to this information through user policies

Sr Cons at Avanade Brazil