Domain Configuration

Issue: Attempting to deploy the Financial Close Management Web application from EPM System Configurator by extending the existing domain produces this error message:

EPMCFG-10072: Supplied admin user password for the "<domain path>" domain is incorrect. Please review the domain configuration and provide correct user password.

Solution: Add a security folder under domain/servers/AdminServer, and then add a boot.properties file in the security folder.

Example of boot.properties file:

username=weblogic (WebLogic admin user name in clear text)

password=welcome1 (WebLogic admin password in clear text)