cancel
Showing results for 
Search instead for 
Did you mean: 

BE messages and ignoring the response

former_member198060
Participant
0 Kudos

Hello,

Recently we had an increase in handling BE (synchronous) scenarios on a PI 7.3

In some cases now we have to call synchronous webservices to deliver some data but we are not interested in processing the response message.

On our monitors I see "no mappingprogram found" errors for these response messages.

There is no soap body payload within the response message we receive and we have not setup any mapping for the response either.

Is there a possiblity to setup to allow all response messages without a mapping? We would like to see the messages as green in the monitors instead of red errors.

Accepted Solutions (0)

Answers (3)

Answers (3)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Make the sender adapter async by specifying quality of service eo

Former Member
0 Kudos
ambrish_mishra
Active Contributor
0 Kudos

Hi Peter,

In receiver determination, there is an option :

By using this option, the messages won't appear as red but with a status as

Unable to determine receiver. Message does not contain errors, but will be stopped

Alternatively, you can also have a dummy file receiver, map the response message to a dummy message type (with a single element) and dump the a file on a temporary location on the application server. You can follow this for all such interfaces in your landscape. This way it will appear as successful.

For housekeeping, you can delete the files after a certain time. Basis can set up a script to facilitate that.

Hope it helps!

Ambrish

Message was edited by: Ambrish Mishra