Posts

Showing posts from June, 2013

Oracle SOA Suite Clustered Environment on Oracle Enterprise Linux 6.4

Image
Recently, I have successfully prepared Oracle SOA clustered environment on Oracle Enterprise Linux 6.4 in production mode. This clustered environment includes Admin Server which is running on port 7001 and two SOA Managed Servers. Both SOA clustered Managed Servers are running on same port i.e. 8001. Node Managers are also configured for all domains. Summary of Servers in Weblogic console

Unable to find suitable outbound binding Outbound BPEL Process deployment Issue in SOA

Solution:-   In Jdeveloper open the source tab of BEPL process, search binding.jca entry in the composite.xml and remove the "ns1:" qualification on the operation and redeploying. For example: From: <binding.jca config="BAPI_COMPANYCODE_GETDETAIL_invoke_3P.jca" operation="ns1:BAPI_COMPANYCODE_GETDETAIL"/> To: <binding.jca config="BAPI_COMPANYCODE_GETDETAIL_invoke_3P.jca" operation="BAPI_COMPANYCODE_GETDETAIL"/> For further detail see my OTN forum post:- https://forums.oracle.com/thread/2546166

Oracle Application Adatper 11.1.1.4.0 connectivity issue with Siebel 8.1.1.5

Solution:-  Change the Object Manager name to 'SCCObjMgr_enu' in Advanced tab in Oracle Application Explorer. Further details see my OTN forum post:- My Post on OTN Forum