cancel
Showing results for 
Search instead for 
Did you mean: 

Central Adapter Engine

Former Member
0 Kudos

how Central Adapter Engine works?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

this is one of the common topics that float around SDN.

Ref: these earlier threads to help you;

Answers (4)

Answers (4)

former_member192295
Active Contributor
0 Kudos

HI,

Below link will help u on adapter engine architecture and working

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70b8adc3-728c-2a10-7fad-d43f2907...

Former Member
0 Kudos

Hi All,

How does an Integration Server works Exactly?

Describe the architecture of Integration Engine,

BP Engine and Adapter Engine?

Former Member
0 Kudos

hi,

Adapter Engine is a component on J2EE which handles communication between different technical systems. All adapters (except HTTP and IDoc) are placed here. It is JAVA based.

The Adapter Framework is the basis of the Adapter Engine. The Adapter Framework is based on the SAP J2EE Engine and the J2EE Connector Architecture (JCA). The Adapter Framework provides interfaces for configuration, management, and monitoring of adapters.

The Adapter Framework has its own queuing and logging services. This means that you can run the Adapter Engine temporarily without a connection to the Integration Server.

see these links

http://help.sap.com/saphelp_nw04/helpdata/en/8f/d906d01f77fa40a4c84683c3f8326f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/fd/16e140a786702ae10000000a155106/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/45/17be55967e4574e10000000a114a6b/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/8f/d906d01f77fa40a4c84683c3f8326f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/fd/16e140a786702ae10000000a155106/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/45/17be55967e4574e10000000a114a6b/frameset.htm

Thanks,

Vijaya

Former Member
0 Kudos

we can install it in the same XI server or externally also we can define this Adapter engine.

Suppose the data flow through XI is high then we can transfer some msgs to this adapter engine then the performance is high and we can reduce the burden on the same adapter engine.