cancel
Showing results for 
Search instead for 
Did you mean: 

Still waiting for Acknowledgement using JDBC

Former Member
0 Kudos

Our scenario is ABAP proxy -> XI -> JDBC. The ABAP program that call the proxy is checking for a success status of acknowledgement. but we are getting an waiting for acknowledgement flag. we have checked in the communication channel monitor to see if there were any error in the adapter and there are none. This scenario work fine in QA and DEV but does not work in PRD. Also we are not using any BPM in this scenario. Do we need to set any specific configuration on the server/ communication channel etc... to receive the acknowledgement back.

Any help will be Rewarded !!!!

Thanks

Richard

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>Do we need to set any specific configuration on the server/ communication channel etc... to receive the acknowledgement back.

I don't think so - make sure your ABAP programs are the same

as on dev/test + check if your pABAP report asks for technical acknowledgment

Regards,

michal

Former Member
0 Kudos

Abap programs are exactly the same since they were transported to prod.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>Abap programs are exactly the same since they were transported to prod.

can you just compere them ? (via RFC from Se38)

was it developed with one transport only ?

maybe just one transport is missing?

BTW

did you check messagingsystem ?

http://server:port/MessagingSystem/monitor/monitor.jsp

what's the status there?

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>

Former Member
0 Kudos

The status of the message is "To Be Delivered"

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>The status of the message is "To Be Delivered"

nice

that means that the message wasn't delivered to the channel

so you cannot have acknowledgment yet

check messagingsystem logs and you will see why it wasn't delivered

make sure you resolve the error and you can restart the message from

messagign system (by clicking on the restart button)

then you will see the ack in ABAP

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>