Wednesday 6 July 2022

ISGADMIN~~ failed to be authenticated while try to undeploy webservice

 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 utility with “ebsSetup” argument.

 

ant -f $JAVA_TOP/oracle/apps/fnd/txk/util/txkISGConfigurator.xml ebsSetup -DforceStop=yes -DforceDataSourceExists=true -DforceAuthenticationProviderExists=true




No comments:

Post a Comment

Number of Visitors