cancel
Showing results for 
Search instead for 
Did you mean: 

Give me answers

Former Member
0 Kudos

1. what are the advantages of using a decentalised adapter engine?

2.if error during the inbound or outbound binding, where do we look to solve?

3.differences between URI,URL,URN?

4.what is integration process?where is it executed?what stake?

Thank you

Accepted Solutions (0)

Answers (4)

Answers (4)

GabrielSagaya
Active Contributor
0 Kudos

1) The main advantage is load balancing and reducing risk of "single point of failure" so if something is wrong with central system or network then atleast your message will persist for later processing.

Another practical advantage is related to maintenance, every decentral AE is independent of other so maintenance will affect small set of interfaces not others

2) If error in inbound/outbound binding you can solve by SXMB_MONI

3)

URI: Uniform Resource indicator,URL but not necessarily point to web resouce

URN: Uniform resource name,like a URI but without a protocol assignment.

URL:Uniform resource Locator contains a hostname and a local part, all of which can be resolved anywhere on the Internet

4) An integration process is an executable, cross-system process for processing messages. In an integration process you define all the process steps that are to be executed and the parameters relevant for controlling the process.

You implement integration processes when you want to define, control, and monitor complex integration processes that extend across enterprise and application boundaries. The design and processing of integration processes is also known as cross-component Business Process Management (cross-component BPM, ccBPM).

.

former_member335553
Active Contributor
0 Kudos

1.Reasons for Decentral SAP J2EE-based AE:

u Protocol of Sender/Receiver system (e.g. ftp not allowed)

u Driver OS – dependent

u Firewall between Integration server and Business sys

u Closer proximity to Business systems

u Performance

u Organizational Aspects

Reasons for Decentral SAP J2EE-based AE:

u Protocol of Sender/Receiver system (e.g. ftp not allowed)

u Driver OS – dependent

u Firewall between Integration server and Business sys

u Closer proximity to Business systems

u Performance

u Organizational Aspects

2. http://www.pierobon.org/iis/url.htm

http://www.damnhandy.com/2007/11/19/uri-vs-url-whats-the-difference/

4. http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/content.htm

In JAVA Stack

Edited by: Anusha Ramsiva on Mar 5, 2008 11:58 AM

Former Member
0 Kudos

Hi,

if error during the inbound or outbound binding, where do we look to solve?

Check in MONI first after that if u dont find any errors then check in RWB,there u have to check in the communication channel log.

differences between URI,URL,URN?

http://help.sap.com/saphelp_nw04/helpdata/en/4e/83623c9c6b530de10000000a114084/content.htm

what is integration process?where is it executed?what stake?

Intergration process is used when we are working with BPM,BPM is used when we have to do syncronous and asyncronous process in one scenario.

It will execute in ABAP stack and developed in Java stack.

Regards,

Phani

Former Member
0 Kudos

Hi,

Q1)

>>2.if error during the inbound or outbound binding, where do we look to solve?

1) we can check in Sender and receiver CC in RWB

2) we can check inbound queue SMQ1 and outbound queue SMQ2

3) we can check in SXMB_MONI

>>3.differences between URI,URL,URN?

>>4.what is integration process?where is it executed?what stake?

Integration procees is used in BPM creation. this will be executed in ABAP Stack

REgards

Seshagiri

Edited by: N V Seshagiri on Mar 5, 2008 11:44 AM