cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Stored Procedure

former_member181967
Participant
0 Kudos

Hi, I've defined my scenario very similar with the one defined in <a href="/people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures:///people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures.

I saw that the AE sends the request and gets an response, but when I look at SXMB_MONI the related message as a status defined as <b>Acknowledgment not possible</b>.

My question is how I can i see the result of the response received and how to make the Acknowledgment possible ??

Thanks in advance ...

Regards,

JMMatos

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

have a look at this weblog to see how to enable

acknowledgment:

/people/siva.maranani/blog/2005/03/01/usage-of-transport-level-acknowledgements

you can only do it in a BPM (for async messages)

Regards,

michal

-


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

udo_martens
Active Contributor
0 Kudos

Hi Jose,

this is <b>synchronous</b> scenario. Only synchr scenarios have responses. Your error message is showing that you defined your interfaces may be asynchronous. Only asynchr messages can have an acknowledgement.

Regards,

Udo