Showing posts with label SAP outbound. Show all posts
Showing posts with label SAP outbound. Show all posts

Wednesday, February 17, 2016

Fusion Middleware 12c Outbound - SAP Integration using SAP Adapter - Part 2

This post is in Continuation with my Previous post on this topic, You can find Part 1 at:

Fusion Middleware 12c Outbound - SAP Integration using SAP Adapter

http://osb-dheeraj.blogspot.in/2016/02/fusion-middleware-12c-outbound-sap.html



Now Let's Start with the further Steps:


Run Time Configurations


To start with Run time configuration, Log in to Weblogic Administration console of your domain.

a.       Navigate to:  Home >Summary of Deployments >SAPAdapter.
Then click on Configuration tab. Refer below screenshot



b.      Then Click on ‘Outbound Connection Pool’ Tab



c.       Click ‘Lock & Edit’ in Change Center . Then Click ‘New’ button to create a new Outbound connection.





d.      Clicking New button will start a create connection wizard. Select the existing Connection Factory, Then click Next




e.      Provide JNDI name same as you have given during Design Time, Then Click Finish button.



f.        Expand the Connection Factory by Clicking on ‘+’ button, You will see your new JNDI.




g.       Now click on the JNDI name, it will take you to Properties tab. Enter all of the Below properties and hit enter after each entry. These are same properties which was used during Design time.
UserName (DestinationDataProvider_JCO_USER),
Password  (DestinationDataProvider_JCO_PASSWD)
Client  (DestinationDataProvider_JCO_CLIENT)
Language  (DestinationDataProvider_JCO_LANG)
Application Server  (DestinationDataProvider_JCO_ASHOST)
System Number  (DestinationDataProvider_JCO_SYSNR)






h.      Click on the Save button, once all the properties are updated.




i.         As you can see in previous screen, now we need to Update the Deployment from using the Plan.xml, Navigate to : Home >Summary of Deployments. Check the box before SapAdapter.




j.        After Clicking on Update button, You will see a screen similar to below. Select ‘Update this application in place with new deployment plan changes’ and Check the Plan.xml location. If not correct, then update the location.



k.       Click on the Finish Button. After this, Activte the changes from Change Center




l.         Now you can deploy the Integration which was created using Jdevloper in Design Time.
m.    Once Integration is Deployed successfully, you can test it using Inbuilt testing console, in Service bus.







If  you want to download, configure and install required files for SAP Adapter, refer below:

Fusion Middleware 12c – SAP Adapter Configuration

http://osb-dheeraj.blogspot.in/2016/02/fusion-middleware-12c-sap-adapter.html



If you want to create Inbound to Fusion Middleware 12c from SAP then refer my previous Blog Post at :

Fusion Middleware 12c Inbound - SAP Integration using SAP Adapter

http://osb-dheeraj.blogspot.in/2016/02/fusion-middleware-12c-inbound-sap.html






Thursday, February 04, 2016

Fusion Middleware 12c Outbound - SAP Integration using SAP Adapter

To Achieve a Integration Between Fusion Middleware 12c Outbound - SAP, First we need to install SAP JCo Library.
For the Steps of Installation, Download and Configuration, refer to my Previous Blog post

Fusion Middleware 12c – SAP Adapter Configuration

http://osb-dheeraj.blogspot.in/2016/02/fusion-middleware-12c-sap-adapter.html




Now lets Move on with steps for the Fusion Middleware 12c Outbound - SAP Integration using SAP Adapter.
 It can have two High level Steps :

1. Create integration Using Jdevloper for SAP Adapter. (   Design Time Configurations )

2. Deploy to Server and Configure Run time adapter details. ( Run Time Configurations )


  Design Time Configurations

     The steps to create Service Bus outbound integration service are :


a.       Open JDevloper 12c (SOA Extensions should have been installed.)
b.      Create a Service Bus Application.
c.       Create a Service Bus Project
d.      Drag & Drop SAP adapter from Components palette to External Services Pane, shown Below in image







.      Adapter configuration screen will appear, Enter the Name of the Adapter, Click Next



f.        In this step, Enter JNDI Name then Click on the ‘+’ button to add a new SAP Connection, This will Open new Connection window






g.       Provide the below required details for connection. These details are given by SAP system
UserName , Password, Client, Language, Application Server, System Number






h.      Click on the Test Connection. If all the provided details are correct, Connection should be successful.

i.         Once connection is successful, click on OK button to close connection wizard, then on Next button. The below screen will be shown

j.        

k.       Next is the JCA summary Screen, Click on Next Button.







.




















Continue with the steps on next Post at

Fusion Middleware 12c Outbound - SAP Integration using SAP Adapter - Part 2

http://osb-dheeraj.blogspot.in/2016/02/fusion-middleware-12c-outbound-sap_17.html