cancel
Showing results for 
Search instead for 
Did you mean: 

message scheduled adapter proxy

Former Member
0 Kudos

Hello

Scenario: XI (asyn) -> XI -> MAIL (asyn)

Nowadays we are working on PI implementation, where one scenario has interaction between ECC 6.0 and PI 7.0 by using email like communication channel. The scenario is asynchronous (EO) by using XI ABAP proxy at ECC side (the sender).

When we do unit test by using Tx sproxy, the messages are generated but they still status u201Cscheduled u2013 message recorded (commit missing)u201D, so the messages arenu2019t sent to PI integration engine.

We performed general checks but nothing was found.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member859847
Active Contributor
0 Kudos

Hi,

Messages are generated and schedule means those are struck in ques.

you are using the Clinet proxy, so the message may struck in

out bound que i.e SMQ1.

please unlock and Refresh the que entry or

please register your ques in t.code 'SMQR'.

regards

mahesh.

Former Member
0 Kudos

My problem is COMMINT WORK.

Thanks

sunil_singh13
Active Contributor
0 Kudos

Hi Claudio,

I think there is problem with your ABAP code you have writen.

try to execute that code in standalone. also add commit statement at the end of code.

thanks

Sunil Singh