To configure the keystore and modify the credential store:
Complete the steps in Configuring the Keystore for Oracle Web Services Manager to create a keystore and assign the keystore to the EPM System WebLogic domain.
From MIDDLEWARE_HOME/oracle_common/common/bin, run wlst.cmd.
Enter connect() and then enter the WebLogic Administrator user name and password.
Enter the following commands, in order:
createCred(map="oracle.wsm.security",key="epmpcm.credentials",user="orakey",password="welcome1",desc="User credentials Key") updateCred(map="oracle.wsm.security",key="keystore-csf-key",user="orakey",password="welcome1",desc="Keystore Key") updateCred(map="oracle.wsm.security",key="enc-csf-key",user="orakey",password="welcome1",desc="Encryption Key") updateCred(map="oracle.wsm.security",key="sign-csf-key",user="orakey",password="welcome1",desc="Signing Key")