cancel
Showing results for 
Search instead for 
Did you mean: 

Acknowledgement from MDM to PI.

Former Member
0 Kudos

Hi All,

I am new to MDM. We have a requirement ECC->ABAP Proxy->PI->MDM Adapter->MDM. And Acknowledgement has to be sent to PI from MDM.

Using MDM 7.1 and PI 7.1 versions.

The interface is working fine but no acknowledgment is received at the PI.

In SXMB_MONI of PI: Staus is Success. (But no Ack Staus.)

RWB: Message Processing started.

Message Prcessing Completed Successfully.

My question is, do we need to do any configuratiions in MDM side or PI side to receive Acknowledgement from MDM?

Referred Links:

/people/ramesh.gulipalli2/blog/2009/11/16/sap-47-to-mdm-integration-using-pi71-part1

/people/ramesh.gulipalli2/blog/2009/11/27/sap-47-to-mdm-integration-using-pi71-part2

/people/orit.prince/blog/2009/02/03/how-to-schedule-mdm-inbound-processes-with-pi-ccbpm

Thanks in advance.

Prasanna.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey

Acknowledgments need to be requested by Sender application (in your case ABAP Proxy), if you haven't requested it , you won't get it.

In case of ABAP Proxy->PI->MDM Adapter, you don't need any extra configuration on MDM side(just make sure you are using MDM Receiver adapter in PI and MDIS is running properly) but you do need to request the acknowledgment in Proxy itself.

You will find the code for requesting acknowledgment at the below link:

http://help.sap.com/saphelp_nw70/helpdata/EN/f4/8620c6b58c422c960c53f3ed71b432/frameset.htm

Thanks

Aamir

Former Member
0 Kudos

Thank you Amar.

Requested for Acknowledgement from MDM in the Proxy and receiving as well. But getting only System Acknowledgement (received by receiver) as successfull though the importing is unsuccesful. When coded for getting Appllication Acknowledgement (status of processing in receiver), the status is "still awaiting for Acknowledgement" in PI.

How can Application Acknowledgement is received at PI from MDM?

Thanks,

Prasanna.

Former Member
0 Kudos

Hey

As far as i know, MDM adapters support system acknowledgments but not application acknowledgments.

Thanks

Aamir

Former Member
0 Kudos

HI Aamir,

According to the information in the following link [http://help.sap.com/saphelp_nwmdm71/helpdata/en/48/956cd09521062de10000000a42189d/frameset.htm], MDM supports Application ACK as well. At PI I need the status of importing data in MDM as well.

Regards,

Prasanna.

Edited by: P.Ravi Varma on Apr 26, 2010 4:23 PM

Former Member
0 Kudos

Solved. Thankyou.

former_member205403
Active Contributor
0 Kudos

Hi Prasanna,

Please can you update all of us with your findings..

Many Thanks,

Shiv

Former Member
0 Kudos

Hi Prasanna,

First thing, I hope that you are using MDM PI Adapter rather than File Adapter. As MDM PI Adapter delivers the message to the MDM server by using the MDM Java API ports functionality. Then The MDM PI Adapter updates the message delivery status in PI Monitoring.

Second thing, Your MDIS (MDM Import Services should be running) because it imports the message independently (MDIS). Once completed, a processed import event is triggered. Then The MDM PI Adapter captures the processed import event and updates the PI Monitoring with the message import status.

Please have a look on Statuses(No error, contain errors etc) for Acknowledgment of Messages (inbound messages to MDM):

http://help.sap.com/saphelp_nwmdm71/helpdata/en/48/986fec0e0e0e27e10000000a421937/content.htm

Also refer, Inbound Message Flow to MDM

http://help.sap.com/saphelp_nwmdm71/helpdata/en/48/cee75a6dc1581ce10000000a42189c/content.htm

Complete MDM PI Adapter Guide:

http://help.sap.com/saphelp_nwmdm71/helpdata/en/48/956cd09521062de10000000a42189d/frameset.htm

Note: Your MDIS services should be running because only this triggers import event when data successfully imported into MDM. Then this event captures by MDM PI adapter which updates PI monitoring with message import status.

Regards,

Mandeep Saini

Former Member
0 Kudos

Hi Mandeep,

Thanks for the reply.

The MDIS is up and running therefore the importing is happening successfully from PI-> MDM . But we are not getting any acknowledgement.

Please suggest if any parameters are need to added in the MDIS.ini file for enabling the acknowledgement.

"Then this event captures by MDM PI adapter which updates PI monitoring with message import status." Do we need to do any other configurations for the above operation?

Thanks,

Prasanna

Former Member
0 Kudos

Hi Prasanna,

I don't think that there is any setting in MDIS.ini corresponding to PI.

Please refer below link for troubleshooting:

http://help.sap.com/saphelp_nwmdm71/helpdata/en/48/9871410e0e0e27e10000000a421937/content.htm

Also, please refer SAP NOTE: 1342846 How to trace received MDM events by PI Adapter

Please check you communication channel is configured properly by following procedure and also check for caution.

http://help.sap.com/saphelp_nwmdm71/helpdata/en/48/9854884d3217cee10000000a421937/content.htm

Just check and revert if this solves your problem

Regards,

Mandeep Saini