Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Getting error Error ocurred in fetching credentials for user : ASADMIN

When try to undeply the rest service we are getting the error intermittently .The error is as below
- oracle.apps.fnd.framework.OAException: Error ocurred in fetching credentials for user : ASADMIN
We are on R12.2.5 with 11.2.0.4 database.
Answers
-
I have the same problem on R12.2.7 and database 12.1. Single node, single instance
I did run one script again:
ant -f $JAVA_TOP/oracle/apps/fnd/txk/util/txkISGConfigurator.xml ebsSetup -DforceStop=yes -DforceDataSourceExists=true -DforceAuthenticationProviderExists=true
After this Is seems to be OK. I deploy, undeploy and deploy my service
After deploy I was able to see WADL link !!
But It stop works.
Now I can't undeploy service because I receive following message :
oracle.apps.fnd.framework.OAException: Error ocurred in fetching credentials for user : ASADMIN
Any idea how to resolve this problem?