Anda di halaman 1dari 14

Enabling SOA Gateway

References:

SR 3-9506960991: Unable to see Integration Repository


javax.xml.soap.SOAPException Error While Invoking SOA Webservice From R12 Server (Doc ID
1467361.1)
NOTE:556540.1 - Installing Oracle E-Business Suite Integrated SOA Gateway, Release 12
NOTE:726414.1 - Oracle E-Business Suite Integrated SOA Gateway Troubleshooting Guide,
Release 12
Upgrading to the Latest OracleAS 10g 10.1.3.x Patch Set in Oracle E-Business Suite Release 12
(Doc ID 454811.1)

Change requests:
CR#
716
13
7155
9
7135
3
7122
4
7097
6
7077
8

Stat
us

CI

Description

Final
Close
d
Final
Close
d
Final
Close
d
Final
Close
d
Final
Close
d
Final
Close
d

SULU

Apply patch in SULU as found in SR116450

SULU

Apply Patch 9770599 in SULU (PPA In SR116393)

SULU

Apply Patches identified in SR116004 in SULU

SULU

Please, apply patch 14278160 on SULU (PPA In SR115678)

SULU

** Wed Aug 20 2014 05:00 ** Apply SOA Gateway Patches to...(PPA in


SR115266)

SULU

Apply 10.1.3.5 patches to SULU instance at 3 am est on...(PPA in SR115040)

List of all patches:

Upgrade to 10.1.3.5 IAS_HOME (Patch# 8626084) - SR115040


o SUMMARY:
====================================================
===
8920270 (432.1 KB) - INSTALLING AS 10.1.3.5 REQUIRES OCM RESPONSE FILE WHEN
OCM IS NOT CONFIGURED
8626084 (701.1 MB) - PLACEHOLDER BUG TO UPLOAD AS 10.1.3.5 PATCH-SET ON ARU
8999551 (316.5 KB) - REQEUST TO EVALUATE TO REV UP THE JAVA MAILER APIS TO
LATEST TO SUPPORT SSL
12965674 (20.2 kb) - NULL POINTEREXCEPTION WHEN DEPLOYING APPLICATIOINS AT
OC4J

Apply Patches listed below:


BR: Did DI apply any of these patches in SULU? If yes, what are the DI CR ticket numbers?
Below patches are applied by DI except the ones I mentioned applied by AA. CR ticket numbers
are in the table under heading Change Requests

PATCH_NA

PATCH_TYP

CREATION_DATE

Ticket SR#

ME
9004712

E
ONE-OFF

10622830

ONE-OFF

1378700
9770599
9686834

ONE-OFF
IAS_HOME
ONE-OFF

9338279

ONE-OFF

14278160

ONE-OFF

14175107

ONE-OFF

13800972
9371120
7366746
18855074
13516999

DB Patch
DB Patch
DB Patch
DB Patch
ONE-OFF

14741766

ONE-OFF

9139673

ONE-OFF

14063221

ONE-OFF

11688301

ONE-OFF

13957925

ONE-OFF

13347633

ONE-OFF

29-AUG-14
11:07:42
28-AUG-14
04:08:19

25-AUG-14
09:16:47
25-AUG-14
09:08:06
22-AUG-14
03:40:44
21-AUG-14
04:50:11

Applied by AA
SR116450
SR116393
SR116393
SR116004
SR116004
SR115678

Applied by AA
SR115266
SR115266
SR115266
SR115266

20-AUG-14
12:03:27
20-AUG-14
11:54:55
20-AUG-14
11:44:51
20-AUG-14
11:38:13
20-AUG-14
10:48:01
20-AUG-14
09:50:14
20-AUG-14
09:28:18

SR115266
SR115266
SR115266
SR115266
SR115266
SR115266
SR115266

Please run adadmin "Maintain snapshot information->Update current view snapshot" and retry
running FNDIRLOAD again BR: I assume DI would not perform this step. What was the
initial error and what are the expected results?
DI has run this program. Run with sysadmin user and it needs parameter APPL_TOP_ID to pass,
below is the command to get the APPL_TOP_ID.
select appl_top_id, name, creation_date from ad_appl_tops;
(There was no error, but the data is not loaded properly. We need to perform additional below steps)

Perform the action plan (SR115930):


Confirm ASADMIN User setup:
======================
a. Set profile Applications SSO Login Types (APPS_SSO_LOCAL_LOGIN) for ASADMIN
user to 'Local'.
b. Change ASADMIN password from User Management as follows (note: ensure
ASADMIN password is same at FND & OC4J level)
- Log on to Oracle E-Business Suite using sysadmin/<sysadmin_pw>.
- Select the User Management responsibility in the Navigator.
- Click the Users link from the navigation menu to open the User Maintenance window.
- Locate 'ASADMIN' user by entering information in the search area to retrieve the
'ASADMIN' user.

- Click the Update icon next to the ASADMIN user to open the Update User window.
- Remove the Active To date field and click Apply in case is not already removed
- Click the Reset Password icon next to the ASADMIN user to open the Reset Password
window.
- Enter new password twice and click Submit (for e.g. welcome)
- Login to application as ASADMIN. It will re-direct you to the reset password page.
- Change password and make note of it.
- Logout and login again as ASADMIN and confirm new password works. (for e.g.
welcome123)
BR: For these remaining steps, on which server are they to be performed?
Performed on SULU, frontend ebs login url.
c. Confirm the definition for ASADMIN user in
$INST_TOP/ora/10.1.3/j2ee/oafm/application-deployments/oafm/data-sources.xml is
defined correctly :
user="ASADMIN"
password="->ASADMIN"
Note: the password above must be set with exact value as above because ->ASADMIN
is an indirection,
it indicates AS 10.1.0.3 that the password of ASADMIN must be taken from systemjazn-data.xml
Dont change this.
d. Change password for ASADMIN user in
$ORA_CONFIG_HOME/10.1.3/j2ee/oafm/config/system-jazn-data.xml to be !<New
ASADMIN Password> (! in front is mandatory) .
Backup the system-jazn-data.xml before editing
Mention: ! in front of password is mandatory and this sign means that password will be
encrypted.
Use the working asadmin password (after b) here.
For e.g. :
<user>
<name>ASADMIN</name>
<display-name>Default Apps SOA User</display-name>
<description>Used by SOAProvider for DB connection</description>
<credentials>!welcome123</credentials>
</user>
e. Shutdown and restart the OAFM container and re-test the issue:
sh $ADMIN_SCRIPTS_HOME/adoafmctl.sh stop
sh $ADMIN_SCRIPTS_HOME/adoafmctl.sh start
IGNORE THE BELOW STEP AS SUGGESTED BY KALI KISHORE

Load Perl Libraries:


BR: More information is needed here. What is the setting for the UNIX environment
variables ? In other words, which perl is being used? I assume its the one installed
under the Oracle Apps tech stack.
1. Set the Oracle E-Business Suite application environment
a. From the Oracle E-Business Suite application instance APPL_TOP, set
the environment (Eg: APPSSULU_gaea.env)

2. Set 10.1.3 ORACLE_HOME


a. Navigate to $INST_TOP/ora/10.1.3 and source the .env/.cmd file to set
your 10.1.3 ORACLE_HOME.
3. Add directory $FND_TOP/perl to environment variable PERL5LIB
a. Find physical path of $FND_TOP/perl.
b. Add this physical path in PERL5LIB variable.
Example: export PERL5LIB=/sulu/sulapp/app12/apps/apps_st/appl/fnd/12.0.0/perl:
$PERL5LIB

Search and download the following Perl modules that are required to be installed manually from
CPAN:

CPAN-Meta-YAML-0.012
http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-YAML0.012.tar.gz
$ gzip -d CPAN-Meta-YAML-0.012.tar.gz
$ tar -xvf CPAN-Meta-YAML-0.012.tar
$ cd Compress-Raw-Zlib-2.009
$ perl Makefile.PL
$ make
$ make install
CPAN-Meta-Requirements-2.126
http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-MetaRequirements-2.128.tar.gz
$ gzip -d CPAN-Meta-Requirements-2.126.tar.gz
$ tar -xvf CPAN-Meta-Requirements-2.126.tar
$ cd CPAN-Meta-Requirements-2.126
$ perl Makefile.PL
$ make
$ make install
Parse-CPAN-Meta-1.4414
http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta1.4414.tar.gz
$ gzip -d Parse-CPAN-Meta-1.4414.tar.gz
$ tar -xvf Parse-CPAN-Meta-1.4414.tar
$ cd Parse-CPAN-Meta-1.4414
$ perl Makefile.PL
$ make
$ make install
CPAN-Meta-2.142060
http://search.cpan.org/CPAN/authors/id/Z/ZW/ZWON/App-MetaCPAN-Gtk2Notify-0.05.tar.gz
$ gzip -d CPAN-Meta-2.142060.tar.gz
$ tar -xvf CPAN-Meta-2.142060.tar
$ cd CPAN-Meta-2.142060
$ perl Makefile.PL

$ make
$ make install
ExtUtils-MakeMaker-6.98
http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker6.98.tar.gz
$ gzip -d ExtUtils-MakeMaker-6.98.gz
$ tar -xvf ExtUtils-MakeMaker-6.98.tar
$ cd ExtUtils-MakeMaker-6.98
$ perl Makefile.PL
$ make
$ make install
Module-Metadata-1.000024
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Metadata1.000024.tar.gz
$ gzip -d Module-Metadata-1.000024.gz
$ tar -xvf Module-Metadata-1.000024.tar
$ cd Module-Metadata-1.000024
$ perl Makefile.PL
$ make
$ make install
Perl-OSType-1.007
http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Perl-OSType1.007.tar.gz
$ gzip -d Perl-OSType-1.007.gz
$ tar -xvf Perl-OSType-1.007.tar
$ cd Perl-OSType-1.007
$ perl Makefile.PL
$ make
$ make install
Module-Build-0.4210
http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build0.4210.tar.gz
$ gzip -d Perl-OSType-1.007.gz
$ tar -xvf Perl-OSType-1.007.tar
$ cd Perl-OSType-1.007
$ perl Build.PL
$ ./Build
$ ./Build test
$./Build install
Compress-Raw-Zlib-2.009
http://search.cpan.org/~pmqs/Compress-Raw-Zlib-2.009
$ gzip -d Compress-Raw-Zlib-2.009.gz
$ tar -xvf Compress-Raw-Zlib-2.009.tar
$ cd Compress-Raw-Zlib-2.009
$ perl Makefile.PL
$ make
$ make install
Compress-Zlib-2.009
http://search.cpan.org/~pmqs/Compress-Zlib-2.009

$ gzip -d Compress-Zlib-2.009.gz
$ tar -xvf Compress-Zlib-2.009.tar
$ cd Compress-Zlib-2.009
$ perl Makefile.PL
$ make
$ make install
Class-MethodMaker-1.12
http://search.cpan.org/~fluffy/Class-MethodMaker-1.12
$ gzip -d Class-MethodMaker-1.12.gz
$ tar -xvf Class-MethodMaker-1.12.tar
$ cd Class-MethodMaker-1.12
$ perl Makefile.PL
$ make
$ make install
Post Steps:

a. Validate asadmin password reflected properly

SQL> Select fnd_web_sec.validate_login('ASADMIN',password) From dual;

FND_WEB_SEC.VALIDATE_LOGIN('ASADMIN','ASAD4SCTY0')
-------------------------------------------------------------------------------Y

b. Take the appl_top_id for admin node


SQL> select appl_top_id, name, creation_date from ad_appl_tops;

APPL_TOP_ID NAME

CREATION_DATE

----------- -------------------------------------------------- -----------------1 *PRESEEDED*


21 hera

14-JUN-02
29-APR-05

24 dbusirec

24-FEB-06

44 gaea

18-SEP-07

2 zeus
3 mercury

14-JUN-02
14-JUN-02

22 GLOBAL
64 eris
84 dbusirecprd
23 dbusebsapp01

29-APR-05
26-JAN-08
04-AUG-13
29-APR-05

10 rows selected.

c. Submit concurrent program FNDIRLOAD as sysadmin user. If you do not find


FNDIRLOAD to submit, add the concurrent program to Request group.
-

Give the appl_top_id as parameter value

Picked 44 for Scotty

Make sure all the concurrent jobs complete. It will complete in less than 30 minutes.

d. Login to Scotty URL and verify the soa repository exists.

Navigation: Integrated SOA Gateway Integration Repository

You should see the list of modules on the LHS.

e. Test SOA Gateway


Follow MOS Note: 1506065.1

Once you hit Invoke, there will be an error, you can ignore it. If the deployment
works till this screenshot we are good.
f.

Add these 2 concurrent programs to sysadmin user request group.

o Concurrent Program for SOA Health Check Report


o FNDIRLOAD

Anda mungkin juga menyukai