devnumbertwo - $h!t for developers

View Original

Oracle ODI Studio - ODI-10199: Incorrect ODI username or password.

When logging into ODI Studio, you get this error:

See this content in the original post

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:

https://docs.oracle.com/applications/biapps103/install/GUID-66B98B0E-11F9-4DAE-9C1F-947BBB805B39.htm#BIAIN-GUID-C2DFA9A8-469C-48AD-9644-9B4156CB9549