cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping and Error handling in Seeburger Adapters ?

former_member750652
Contributor
0 Kudos

Hi,

1. In B2B integration part of PI.Whats the way of doing mapping in XI mapping editor and error handling in the mapping ?

2. Do you think SEEBURGER BIC mapping designer is must for developing maps ? cant we develop same maps in XI mapping editor?

Thanks and regards,

Ram.

Edited by: Ramakrishna kopparaju on Sep 30, 2008 12:27 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ram,

2. Do you think SEEBURGER BIC mapping designer is must for developing maps ? cant we develop same maps in XI mapping editor?

BIC(Business integration Converter) is the Mapping Designer which contains all the standard mappings which will converts EDI message to EDI-XML format which is accepted by XI and EDI-XML to EDI message format which is accepted by the EDI partner.

And also we can develop our custom mappings also and we can use them in XI.

Thank you.

Simran

prateek
Active Contributor
0 Kudos

Whats the way of doing mapping using seeburger adapters

The standard mappings are part of Seeburger Suite and if any additional mapping has to be accommodated, then custom mapping could be developed in Seeburger BIC Mapper tool. This has to deployed on adapter engine then. The other mapping is the normal XI mapping (message, java, xsl) which could be performed based on business logic.

error handling in the mapping ?

The easiest way is to raise Alert based on the errors in mapping.

Regards,

Prateek

former_member750652
Contributor
0 Kudos

Hi Prateek,

Thanks for your early response, Do you think the Alert configuration is the only way to handle errors in EDI mappings in PI and no other mechanism is there ?

Thanks,

Ram.

prateek
Active Contributor
0 Kudos

Monitoring can be done in the Seeburger Workbench or u may write ur own code for handling errors. But alert monitoring is the easiest way to handle the XI related errors.

Or u may write entries to the Audit log if u want the monitoring at XI to be enhanced.

Regards,

Prateek