cancel
Showing results for 
Search instead for 
Did you mean: 

questions in adapters??

GabrielSagaya
Active Contributor
0 Kudos

please answer the following questions

1) In BPM Async-Sync bridge, does the QOS change??

2) What is logging / trace? List 4 ways to enable logging / trace?

3) What are the 4 functions does adapter framework provide?

4) If communications with JDBC using XML format, what

are 4 actions you could do?

5) How does PCK and adapter framework engine differ?

thanks

gabriel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1) u can have sync-asynch bridge,so it does.

2)trace - its a log basically that tells how your message has processed through the IS/AE be it is in error.

3)functions supported by adapter engine- messaging,queing,security,monitoring.

4)--

5)adapter engine can be central/decentral where as PCK is an optional/decentral.

[Reward points for useful reply]

Vishal

Answers (5)

Answers (5)

Former Member
0 Kudos

hi

1) In BPM Async-Sync bridge, the QOS change and we assume it to be worst case always ie BE

2) The Logging API lets you collect all info/error/debug information in a central trace file that can be viewed on the client or sent to the server for inspection by the administrator. With the logging information at hand, most application and framework problems can be analysed remotely by system administrators without them having physical access to the device.

  • Tracing of info/error/debug information of different trace levels.

  • Should be used by EVERY application. The framework also makes extensive use of logging, esp. during synchronization and deployment

  • Easy handling for end-users: trace file can be displayed locally or be sent to the WebAS on next synchronization for further inspection by the administrator.

  • Broad method signature to makes tracing easy in all problem situations (for example, easy logging of Java exceptions)

check foll link: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/library/mobile/mobile%20infrast...

3) for adapter framework check foll link

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

4) try this

http://help.sap.com/saphelp_nw04/helpdata/en/33/c6e63b60c25767e10000000a11402f/frameset.htm

5)PCK is de-centralised separate adapter kit for partners which have its own graphical interface and is configured and monitored in its own environment. The Adapter Framework is part of the Adapter Engine and the PCK. It provides interfaces for configuring, managing, and monitoring adapters. The Adapter Framework is used to connect any external system to SAP Exchange Infrastructure.

try this also

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

Regards,

Mandeep Virk

*Reward if helpful*

Former Member
0 Kudos

PCK which uses adapter frame work for enabling small partners to communicate in the native xi-soap format.

4 functions of adapter frame work

1. Getting data from source ystem.

2. Exceting pipe line steps

3. Error determination

4. Sending data to targer system

Yes its get changed

3. Insert,Update,delete,Modify

Former Member
0 Kudos

Hi Gaberial,

I can answer some of u r questions

1) Diff between PCK & AFW ?

You use the PCK to connect a business system environment of a smaller business partner to the Integration Server of a system landscape integrated by means of XI. The PCK enables messages to be exchanged with the business system landscape of the smaller business partner. So PCK enables business partners who do not have SAP XI installed to receive and send messages

where as the Adapter framework is the central component of the adapter at runtime, with services for messaging, queuing, and security handling. The adapter framework supports the JCA standard (JCA: J2EE Connection Architecture) and communicates with Resource Adapters, which are either a component of SAP XI or are provided by SAP partners. All adapters shipped by SAP are resource adapters, apart from the IDoc adapter.

2) The functions of AFW is that it supports J2EE Connection Architecture(JCA), communicates with Resource Adapters

Reward with points if helpful

Regards

Sai Ganesh

Former Member
0 Kudos

1) In BPM Async-Sync bridge, does the QOS change??

A:QOS change in an Async/Sync bridge in BPM:

QOS for Async is EO

and for Sync it is BE.

So in the bridge QoS will change from EO to BE

or you can do a reverse also .i e BE to EO

2) What is logging / trace? List 4 ways to enable logging / trace?

A :log file contains generally intelligible information for system administrators. The information is sorted by categories and is used for system monitoring. Problem sources or critical information about the status of the system are logged in this file. If error messages occur, you can determine the software component that has caused the error using the location. If the log message does not provide enough details to eliminate the problem, you can find more detailed information about the error in the trace file.

Trace file:

A trace file contains detailed information for developers. This information can be very cryptic and extensive. It is sorted by location, which means by software packages in the Java environment, for example, "com.sap.aii.af". The trace file is used to analyze runtime errors. By setting a specific trace level for specific locations, you can analyze the behavior of individual code segments on class and method level. The file should be analyzed by SAP developers or experienced administrators.

3) What are the 4 functions does adapter framework provide?

A:messaging,

queing,

security and

monitoring

4) If communications with JDBC using XML format, what

are 4 actions you could do?

A.Insert,Delete,Update.......

5) How does PCK and adapter framework engine differ?

A: PCK is a pack of useful and limited number of adapters that is used to esablish connection with XI from the partnersystems that have no capability to connect with XI natively.

ADAPTER FRAME WORK:

This is the default package of possible adapters that are frequently used by integration tools.

Former Member
0 Kudos

Hi Gabriel

kindly follow these links

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM

/people/siva.maranani/blog/2005/05/22/schedule-your-bpm - Schedule BPM

/people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM

Thanks

sandeep

Ps: if helpful plz reward points