Changing the Database Password - EnterWorks_Process_Exchange_(EPX) - 10.5

EnterWorks EPX Administration

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Version
10.5
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks EPX Administration
First publish date
2007
Last updated
2023-07-28
Published on
2023-09-20T03:37:01.911821

You can change the database password for SQL Server or Oracle using the batch file generateEncryptedPassword.bat. To do this follow these procedures:

  1. Open a command prompt window.

  2. 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

  1. Type the complete file name followed by the password string that you want to use.

getEncryptedString.bat <password>

  1. The batch file generates an encrypted password. Select or highlight all the characters after the equal sign.

  2. Open the esjdbc.properties file under <EPX>\bin.

  3. Find the following property:

server.$SERVER_IDENTIFIER$.password=$DB_ENCRYPTED_PASSWORD$

Replace $DB_ENCRYPTED_PASSWORD$ with the encrypted password generated by the batch file.

  1. Save esjdbc.properties. This new database password will be used by the application to connect to your SQL Server or Oracle database.