Wednesday, 3 August 2016

How to integrate AIA with BRM using Third Party Adapter

1] Download the patch .RAR file
OracleBRMJCA15Adapter.rar
2] Paste this file under any folder on the server where you would like to install the BRM adapter
                eg. Under /private/downloads
2] Open Weblogic Console Where you want to Install the BRM adapter
                Aiasrv:7001/console
3] Goto Deployments and Select Install
4] Select Path Where you have pasted your OracleBRMJCA15Adapter.rar file earlier
              eg. /private/downloads.
5] Install as application
6] select target as SOA Server and admin server

7] Click Finish

Friday, 29 July 2016

To use the Salesforce cloud adapter you have to apply patch at both server side and client side


 Applying Salesforce Adapter Patch In JDeveloper

1] Set Oracle Home to jdeveloper as below in CMD
>set ORACLE_HOME=D:\Oracle\Middleware\jdeveloper
2]Set OPatch as Path variable as below
>set path=D:\Oracle\Middleware\oracle_common\OPatch;%PATH%
3]Goto Home of Salesforce adapter patch
>cd D:\Oracle\Middleware\17897781
4]Goto sa
>cd sa
5]Then apply the OPatch using following Command
>opatch apply -jdk D:\Oracle\Middleware\jdk160_24 -jre

Appling Patch At Server Side(Patch p19190139)

1] Set Current Directory to this (p19190139)
$ cd /p19190139
2] Set Oracle home  and Opatch in the path using
$ export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:$PATH this command
3] Then Apply the Patch using
$ opatch apply

Friday, 18 March 2016

What is SOA?

It Service Oriented Architecture. Used to develop the Telecom Industry Application.