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


0 Comments