Tuesday, 27 October 2015

SOA Exception : System Error


Error : While publishing any oracle web service,




Solution :
1.      Enable ASADMIN user using the following steps:
    1. Log on to Oracle E-Business Suite using sysadmin/sysadmin.
    2. Select the User Management responsibility in the Navigator.
    3. Click the Users link from the navigation menu to open the User Maintenance window.
    4. Locate 'ASADMIN' user by entering information in the search area to retrieve the 'ASADMIN' user.
    5. Click the Update icon next to the ASADMIN user to open the Update User window.
    6. Remove the Active To date field and click Apply.
    7. Click the Reset Password icon next to the ASADMIN user to open the Reset Password window.
    8. Enter new password twice and click Submit.

  1. Reset the 'ASADMIN' password in the file system.
    After 'ASADMIN' user is enabled from Oracle E-Business Suite, update the file
    $INST_TOP/ora/10.1.3/j2ee/oafm/config/system-jazn-data.xml as shown below to reset the password:

    <user>
    <name>ASADMIN</name>
    <display-name>Default Apps SOA User</display-name>
    <description>Used by SOAProvider for DB connection</description>
    <credentials>!<NEW PASSWORD></credentials>
    </user>

3       3.  Bounce the middle tier.

Oracle E-Business Suite R12 Configuration in a DMZ - Linux

Oracle E-Business Suite R12 Configuration in a DMZ Index :    1. OS verification.    2. Backup the source system.    3. Copy the so...