Tuesday, 29 October 2013

Changing SUPERVISOR user password in Oracle Data Integrator

Changing SUPERVISOR user password in Oracle Data Integrator

Below are the high level steps to change SUPERVISOR user password in Oracle Data Integrator.

On the server running the ODI client, navigate to start -> All Programs -> Oracle -> Oracle Data Integrator -> ODI Studio

- Navigate on ODI Studio

Click on left pane ->   Connect to Repository -> pop up the Master Repository with 
Supervisor -> click on OK and go to

View -> ODI Security Navigator ->  click on users -> click on "Supervisor " -> on right pane click on "change password"


- On the server running the agent, browse to cd $ODI_HOME/oracledi/agent/bin

- Take the backup of the file odiparams.sh

- Run the command

./encode.sh  

- Copy the encoded password to odiparams.sh in the following location


 ODI_SUPERVISOR=SUPERVISOR
 ODI_SUPERVISOR_ENCODED_PASS=

- Restart services.

- Try logging in as SUPERISOR / new_password

No comments:

Post a Comment