cancel
Showing results for 
Search instead for 
Did you mean: 

How to stop sending error message to receiver jdbc adapter?

Former Member
0 Kudos

Hi,

Some SQL statement, which is sent to the receiver jdbc adapter, is meeting some error, for example, violation of Primary key.

In such case XI message service will try to re-send the SQL statement again and again. Then I get a lot of errors which actually are caused by the same reason.

So how to configure Xi to achieve that the error messages are sent to the jdbc adapter or any other adapters once and only once?

Regards,

Hui

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

just make that communication channel inactive. If you do changes in visual admin it applies to all other services using the jdbc adapter which is not the best way to do it.

--Archana

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi,

Just to stop temporarily , you can de-activate the adapter and you can look on the problems..

Else, you can tryout making changes in the adapter engine in Visual Admin so that it will not retry ..

this blog may help u-

/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically -->in the last part of this blog

Regards,

Moorthy