You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Where is the epmautomate encrypt password stored?

edited Jun 10, 2024 8:28AM in EPM Platform and Freeform 7 comments

On the server side I have encrytped a password with a script like this:

/*RTPS: {passwordPrompt}*/
String password = rtps.passwordPrompt.toString()
EpmAutomate automate = getEpmAutomate()
EpmAutomateStatus status

// encrypt
status = automate.execute('encrypt',password,"Key","password.epw")
println "EPM Automate - Encrypt - " + status.getOutput()

I have been able to succesfully use password.epw is other scripts. However, I cannot find the password.epw anywhere. Can the file be accessed or is in hidden for secruity reason? The documentation does not seem to cover this. Thanks

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!