java.lang.SecurityException: User: ASADMIN authentication failed
When i trying to undeploy the REST service in UAT and deploy again, i am getting the below error.
java.lang.SecurityException: User: ASADMIN authentication failed
Solution :
verify the asadmin given credential correct and roles also.
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
refer : Installing Oracle E-Business Suite Integrated SOA Gateway, Release 12.2 (Doc ID 1311068.1)
Section 2: Configuring Oracle E-Business Suite Integrated SOA Gateway for REST Services
No comments yet