on ‎2005 May 26 12:48 AM
Hi all,
I am working on the following scenario Jdbc to Jdbc. I am successfully sending the data to the detination.Jdbc is asynchronous application. But I want the response whether it is success or failure.
Could anybody please suggest the steps?
Thanks & Regards ,
sekhar.
Request clarification before answering.
Hi,
As sasi suggested, you cannot use know whether the records have been successfully processed or not in an asynchronous case.
1)If your DB channel process in asynchronous mode:
Usage of Transport level acknowledgements in BPM. Refer to the blog... how to setup trasport level acknowledgements. /people/siva.maranani/blog/2005/03/01/usage-of-transport-level-acknowledgements
2) If your DB channel process in synchronous mode:
Use the response message to look if the record have been successfully processed.
<update_count>count</update_count>
<insert_count>count</insert_count>
<delete_count>count</delete_count>
Cheers,
Siva Maranani.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.