When i trying to undeploy the REST service in UAT and deploy again, i am getting the below error.
ISGADMIN~~ failed to be authenticated
Solution :
verify the asadmin given credential correct and roles using below queries, should be the same:
select FND_VAULT.get('ISG', 'ASADMIN') from dual;
select FND_VAULT.get('FND', 'ASADMIN') from dual;
Select fnd_web_sec.validate_login('ASADMIN','<ASADMIN password>')
Run the txkISGConfigurator.xml
ant -f $JAVA_TOP/oracle/apps/fnd/txk/
No comments:
Post a Comment