cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Adapter / Acknowledgements

Former Member
0 Kudos

Hello all

My scenario is the following :

IDOC > XI > Oracle database.

I want to update a table.

As I use UPDATE_INSERT actions on database, I think there can't be errors if database is reached by adapter.

So I decided to use an asynchronous interface.

Is it right ?

Actions are done succefully but an alert is sent because of acknowledgements.

I have the following error :

OUTBINDING.CO_TXT_ROUTING_BACK_ERROR

How can I avoid this error. I can't find in JDBC adapater a parameters that enables / disables acknowledgements....

Why my acknowledgement is in error ?

Thanks a lot.

J.C.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

do you use a BPM with a send step for JDBC call?

if so check the send step properties

ack is included in one of them

"You have the following options:

· No acknowledgement (default)

· Transport Acknowledgement

· Application Acknowledgement

"

from:

http://help.sap.com/saphelp_sem60/helpdata/en/86/80163f6b5baa09e10000000a114084/content.htm

Regards,

michal

-

-


<a href="https://answers.sap.com/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

I manage to suppress acknowledment with program IDXNOALE and I have no error any more.

But can you validate me my way to process :

- no BPM

- async message

- action UPDATE_INSERT in JDBC adapter

ensure myself to detect all possible errors ?

Thanks

bhavesh_kantilal
Active Contributor
0 Kudos

Jean,

If you are not using a BPM and have turned off acknowledgements using IDXNOALE , and are making an Asynch Update_Insert using the JDBC adapter, then your approach is correct.

if you have a requirement where you need to validate the UPDATE_INSERT or get a count of number on insert and number of updates then you need to used a BPM and make a synchronous call to the JDBC adapter.

Regards,

Bhavesh

rehancontractor
Explorer
0 Kudos

Hi Jean,

Do you have step by step for suppressing acknowledgements?

Please share it with me,

Thanks in advance.

Regards,

Rehan