You can change the database password for SQL Server or Oracle using the batch file generateEncryptedPassword.bat. To do this follow these procedures:
Open a command prompt window.
Change the default directory to the EPX install directory. For example, if the default directory is:
C:\Documents and Settings\ type:
cd C:\Enterworks\EPX31\bin
Type the complete file name followed by the password string that you want to use.
getEncryptedString.bat <password>
The batch file generates an encrypted password. Select or highlight all the characters after the equal sign.
Open the esjdbc.properties file under <EPX>\bin.
Find the following property:
server.$SERVER_IDENTIFIER$.password=$DB_ENCRYPTED_PASSWORD$
Replace $DB_ENCRYPTED_PASSWORD$ with the encrypted password generated by the batch file.
Save esjdbc.properties. This new database password will be used by the application to connect to your SQL Server or Oracle database.