cancel
Showing results for 
Search instead for 
Did you mean: 

Message processing is stopped - Exactly Once Async Abap Proxy

Former Member
0 Kudos

Hi Guys

I have two JDBC->Xi->Abap Proxy scenarios. The Abap Proxiy server is in a BW 3.1 with SAP WebAS 6.20 (XI 2.0) and the XI is the XI 3.0 (NetWeaver 2004s).

First scenario is synchronous. It works without problem.

Second scenario is asynchronous and a processing of message stops at the Receiver Grouping stage.

So, there are only 3 stages in Integration Engine:

1. Inbound Message (CENTRAL)

2. Receiver Grouping

3. Response (I don't understand why Response is appeared!!!)

Message don't go to BW. Nevertheless message status is successful !

Can somebody help me?

Best regards,

Denis.

Edited by: Denis Vezhov on Feb 5, 2008 1:01 PM

Accepted Solutions (1)

Accepted Solutions (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi

in bw, check tcode

sxi_monitor and see if message passed to bw, here, the status could be error, but in XI success.

if no message, in proxy define next code

data: i_aux type int value 1

while i_aux EQ 1

endwhile

execute your scenario, them in bw go to SM50 and look for your proxy ZAIIXXX.

go to programs/session --> program --> debugging and chek the proxy execution.

also verify the configuration of your CC

Addressing type: URL Address

Target Host: the host you create the proxy (bi,bw)

service number: Port http, you can get it in TCODE SMICM

Path: /sap/xi/engine?type=receiver

QoS = EO

Hope it helps.

Thanks

Rodrigo

Edited by: Rodrigo Pertierra on Feb 5, 2008 9:43 AM

Former Member
0 Kudos

It is incredible, but after I went sxi_monitor in BW the scenario begins to work!

udo_martens
Active Contributor
0 Kudos

SDN waves?

Former Member
0 Kudos

it's cool

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Make sure that u r using the QOS as EO and not BE

Regards,

Prateek

Former Member
0 Kudos

I'm sure. It's defined in CC and also I see it in message content.

udo_martens
Active Contributor
0 Kudos

Hi Denis,

did you define your interfaces as asynchronous?

Regards,

Udo

Former Member
0 Kudos

Yes, sure.