Oracle ODI Studio - ODI-10199: Incorrect ODI username or password.
When logging into ODI Studio, you get this error:
Copy the ldap files from the ODI Weblogic Domain
IF you are using embedded LDAP:
cp DOMAIN_HOME/odi-client-config/embedded/wallet.sso ORACLE_HOME/odi/studio/bin
cp DOMAIN_HOME/odi-client-config/embedded/jps-config.jse.xml ORACLE_HOME/odi/studio/bin
IF you are using Oracle Internet Directory as LDAP:
cp DOMAIN_HOME/odi-client-config/external/wallet.sso ORACLE_HOME/odi/studio/bin
cp DOMAIN_HOME/odi-client-config/external/jps-config.jse.xml ORACLE_HOME/odi/studio/bin
Edit the odi.conf file
vi ORACLE_HOME/odi/studio/bin/odi.conf
Add the line below to the file
AddVMOption -Doracle.security.jps.config=./jps-config-jse.xml
Launch ODI Studio again with the clean initialize option
cd ORACLE_HOME/odi/studio
./odi.sh -clean -initialize
As a reference, this is the Oracle doc that helped with this issue: