cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts,

          Could you please explain the pipeline process in PI. Or share some documents in  that.

Regards,

Manigandan

0 Likes
View Entire Topic
santosh_k3
Active Participant
0 Likes

Hi

When a source message reaches the Integration server, it performs 6 steps before the message reaches the destination. The steps are:

1) Receiver Determination: This steps determines the system that participates in the exchange of the message.

2) Interface Detremination: For each receiver determine which interface will should receieve the message.

3) Message Split: If more than one receievers are found, Xi will instantiate new message for each receiver.

4) Message Mapping: Mapping to transform the source message to destination message format.

5) Technical Routing: Bind a specific destination and protocol to the message.

6) Call outbound Adapter: Send the transformed message to the adapter or a proxy.

One can examine these steps in Runtime Workbench and in Transaction: SXMB_MONI.

Hope this answers your query.

Please search in SCN before you post.

Thanks

Sai