19
Appointment Replication - Troubleshooting CRM 2007/above – ABAP Mapbox – Lotus Notes

SAP Mentor - Mapbox troubleshooting

Embed Size (px)

DESCRIPTION

Presentation on troubleshooting the SAP Mapbox

Citation preview

Page 1: SAP Mentor - Mapbox troubleshooting

Appointment Replication - Troubleshooting

CRM 2007/above – ABAP Mapbox – Lotus Notes

Page 2: SAP Mentor - Mapbox troubleshooting

Our Problem

• We need to examine why a calendar entry in CRM 2007/7.0 is not being replicated from CRM to the groupware server

• If we don’t resolve this issue our users might end up like this:

Page 3: SAP Mentor - Mapbox troubleshooting
Page 4: SAP Mentor - Mapbox troubleshooting

General Message Flow

• Inbound processing in CSA* queues• ABAP Mapbox transform into ical format xml

payload• Outbound ISP_O* queue in “NOSEND” status• Groupware connector polls CRM server via

specified interval• Groupware connector relays message to

groupware proxy to groupware server

Page 5: SAP Mentor - Mapbox troubleshooting

ABAP Mapbox/Groupware check list

• Verify Middleware config

• Verify ABAP mapbox config store

• Validate message flow

• Examine queues

• Review connector locks

Page 6: SAP Mentor - Mapbox troubleshooting

ABAP Mapbox basic config checks

• SMOEAC subscriptions for GWA_01

Page 7: SAP Mentor - Mapbox troubleshooting

ABAP Mapbox basic config checks

• Verify ABAP Mapbox is turned on in ISPCFG

Page 8: SAP Mentor - Mapbox troubleshooting

Review Customizing Loads R3AM1

• Review status of adaptor objects:– GWA_ACTVCAT– GWA_ACTVCHAR– GWA_ADDRCOMMAP– GWA_APPLN_MSG– GWA_BPROLES– GWA_BP_CUST– GWA_CATG_CUST– GWA_COUNTRY– GWA_CUST_LANGU– GWA_CUST_PERS3– GWA_CUST_PRIO– GWA_DATA– GWA_GWOMSTRCAT– GWA_GW_SELRET– GWA_MDT– GWA_PROCTYPE– GWA_SITETYPE– GWA_STAREASON– GWA_STAT_CUST

Page 9: SAP Mentor - Mapbox troubleshooting

ABAP Mapbox – customizing store

- Mapbox load of config tables start with CMWC_MBA*

- Tables to inspect for “partner determination issues”- CMWC_MBACT_CHAR – mapbox- CRMV_ICAL_ACTM – CRM- Adaptor object GWA_ACTVCHAR

Page 10: SAP Mentor - Mapbox troubleshooting

ABAP Mapbox – data store

• CRMD_MBA_GUISTOR – stores the key of the ical/vcard xml payload

• CMW_DISPLAY_MAPBOXSTORE allows us to display the contents

• Field MBGROUP key values– ACTIVITY – appointments– BUPA – partners– USERLIST - userlist

Page 11: SAP Mentor - Mapbox troubleshooting

CRMD_MBA_GUISTOR - USERLIST

Page 12: SAP Mentor - Mapbox troubleshooting

CMW_DISPLAY_MAPBOXSTORE

Page 13: SAP Mentor - Mapbox troubleshooting

CRMD_MBA_GUISTOR - ACTIVITY

Page 14: SAP Mentor - Mapbox troubleshooting

CMW_DISPLAY_MAPBOXSTORE-ACTIVITY

Page 15: SAP Mentor - Mapbox troubleshooting

Examine Queues

• SMQ1 – outbound queue

• Deciphering the queue name– ISPQTAB

• Qtype – ‘O’• QNAME – SMQ1 Name• LOGQNAME – groupware address name

Page 16: SAP Mentor - Mapbox troubleshooting

Outbound Queue mapping - ISPQTAB

Page 17: SAP Mentor - Mapbox troubleshooting

Lock Overview Screen

Page 18: SAP Mentor - Mapbox troubleshooting

Userlist.xml

Page 19: SAP Mentor - Mapbox troubleshooting

Example of successful replication