Please find
the steps below to change SUPERVISOR user password in Oracle Data Integrator
On the server running the ODI client,
On the server running the ODI client,
Click on 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
Click on left pane -> Connect to Repository -> pop up the Master Repository with
Supervisor -> click on OK
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,
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 “new password”
Copy the encoded password to odiparams.sh in the following location
ODI_SUPERVISOR=SUPERVISOR
ODI_SUPERVISOR_ENCODED_PASS=
Restart services.
Now logging odi studio as SUPERVISOR / "new password"
Take the backup of the file odiparams.sh
Run the command
./encode.sh “new password”
Copy the encoded password to odiparams.sh in the following location
ODI_SUPERVISOR=SUPERVISOR
ODI_SUPERVISOR_ENCODED_PASS=
Restart services.
Now logging odi studio as SUPERVISOR / "new password"
No comments:
Post a Comment