EBS 12.2 ISG Undeploy failing: Error oracle.apps.fnd.tramework.OAException: Password for user:ASADMIN is not configured.









Administration Integration Repositery > Error oracle.apps.fnd.tramework. OAException: Password for user.ASADMIN Is not configured.



CAUSE:

EBS 12.2 post clone, undeploy ISG webservice from source instance failing with above error

Fix:

Check that the following user accounts are active:


ASADMIN
ISGADMIN

Run the following as applmgr user


. ./EBSapps.env run

sqlplus apps

select fnd_web_sec.validate_login('ISGADMIN','<isgadmin_password>') from dual;

Make sure it returns 'Y'.  If it doesn’t then try below and make sure it returns 'Y':


sqlplus apps

@$FND_TOP/sql/afvltput.sql ISG ISGADMIN <isgadmin_password>

sqlplus apps

select fnd_web_sec.validate_login('ISGADMIN','<isgadmin_password>') from dual;

Run below command:


perl $FND_TOP/patch/115/bin/ISGRestSetup.pl

Retry redoploying the REST service


Hope this will fix the issue, comment if you still need Help.
Happy Troubleshooting 👍


Post a Comment

0 Comments