cancel
Showing results for 
Search instead for 
Did you mean: 

ValueMappingReplication

Former Member
0 Kudos

Hi I have tried to configure some Value Mapping Replication...

How ever when I run my scenario then go to the Cache Monitoring to check that the table was updated my values are not there...

Does anyone know why this could be?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

There seems to be an error in Group ID. How are you getting the group id?

You could call a Function Module to get the group id.

CALL FUNCTION 'GUID_CREATE'

IMPORTING

ev_guid_16 = gv_guid16

ev_guid_22 = gv_guid22

ev_guid_32 = gv_guid32.

wa_item-group_id = gv_guid32.

This would get the group id in the format needed.

Let me know if this helps.

Bhavish

Former Member
0 Kudos

Could you do me a favour and have a look at your message monitoring...

Chances are that if you have a chequered flag in MONI then you still may have an error on the JAVA side of things...

Maybe paste the error, if there is one?

Former Member
0 Kudos

Delivery of the message to the application using connection JPR failed, due to: com.sap.aii.af.ra.ms.api.DeliveryException: com.sap.xi.xI.system.ValueMappingReplicationFault_Message_Exception: <ns:ValueMappingReplicationFault xmlns:ns="http://sap.com/xi/XI/System"><standard><faultText>The GroupID 78945211223313564 in item 0 has wrong format

I hope this helps?

Former Member
0 Kudos

arrrr ok... this what I expected... Your GroupID should have a length of 32 characters... obviously Hexadecimal Format otherwise an error wil be thrown.

Try giving it a 32 characters and let me know if it works

Former Member
0 Kudos

Is there something I need to do to insure that the Cache is functional and actually loads the data?

Former Member
0 Kudos

Check this Blog also

<b>Value Mapping replication</b>

/people/sreekanth.babu2/blog/2005/02/23/value-mapping-replication

/people/community.user/blog/2007/01/08/valuemapping-using-the-graphical-mapping-tool

Thanks !

Regards

Abhishek Agrahari

Former Member
0 Kudos

Hi Ricardo

<b>Value Mapping Replication for Mass Data</b>

http://help.sap.com/saphelp_nw04/helpdata/en/2a/9d2891cc976549a9ad9f81e9b8db25/content.htm

<b>Look at this Blog for all errors.</b>

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

also check with these threads

Thanks !!

Regards

Abhishek