Epm Agent on Linux encryptpassword.sh throws an error
Summary
encryptpassword.sh has a typoContent
If you are trying to encrypt the password of your user while setting up the agent on Linux the encryptpassword.sh has a typo.
The command in the file encryptpassword.sh is :
java -cp epmagent.jar oracle.epm.aif.agent.util.PasswordUti
but in the windows batch it is:
java -cp epmagent.jar oracle.epm.aif.agent.util.PasswordUtil
You can just add the trailing l and save the file.
Hope this saves you some time.
Tagged:
4