cancel
Showing results for 
Search instead for 
Did you mean: 

ICO Error Scenarios

former_member195202
Participant
0 Kudos

Hi Experts,

Can anyone help me in getting the possible error scenarios for Integrated configuration objects. Few examples are:

  • Receiver Determination error = No message and no error in PI, but the error occurs on sending back end system
  • Interface Determination error = No message and no error in PI, but the error occurs on the sending back end system

Thanks,

Ravi.

Accepted Solutions (1)

Accepted Solutions (1)

nipun_shedhani4
Explorer
0 Kudos

Well Ravi,

You will face this case when you have a filter in your Receiver and Interface Determination and the conditions do not satisfy for a message; SAP PI will ignore the messages which do not satisfy the category. In such case you may see error on the sender backend.

Regards,

Nipun

Answers (2)

Answers (2)

former_member195202
Participant
0 Kudos

Hi Nipun,

Thanks for the response. I agree that in case of receiver determination / receiver determination issues, the message would not be visible in PI and the error response would be sent back to the sender, but there would be certain conditions like the sender is a mail / idoc / jdbc / file system. It might not always be feasible to track the error response, right ?

And what about the case when there is a mapping failure. Do we have any documentation readily available for ICO error scenarios. ?

Thanks,

Ravi.

Harish
Active Contributor
0 Kudos

Hi Ravi,

AFAIK - this is not possible. if the error is in receiver determination then message will be in PI and in error status.

Receiver Determination error = No message and no error in PI

Interface Determination error = No message and no error in PI


regards,

Harish

former_member195202
Participant
0 Kudos

Hi Harish,

Sorry did not get your response. Do you mean in case of RD/ID  errors response is visible in PI ? My understanding is that it is not and the errors are sent back to the sender. But I would like to know how the sender system is notified. For example if it is a file to IDoc scenario, how the sender would be notified, since the file is already in the source folder and sender is no more known at PI level.

Harish
Active Contributor
0 Kudos

Hi Ravi,

If you are checking for sync interface then response is not send back from PI. The sender open a session and send the request to PI, PI will response in a given time interval (with either response or business error), if no response received from PI then session will timeout.

regards,

Harish