cancel
Showing results for 
Search instead for 
Did you mean: 

PI7.11 - Can't get the message to AAE

Former Member
0 Kudos

Scenario:

ECC<-----SoapAdapter(Synch)


> PI7.11 <
JDBCAdapter(Synch)
--


>OracleDatabase

Use of Local Processing required in this project.

I've successfully completed Design work and then completed Integrated Configuration (all those tabs, Inbound processing, Receiver, Receiver Interfaces, Outbound Processing look correct)

Then I did the ABAP backend communication on the ECC side

(SM59-RFC Destination to point to AAE,

then SXMIF - defined Sender Interface,

then sxmb_adm - IE Engine Config.-->Specific Config where I added IS_URL.

Ran my test from ECC.

It's not showing up in RuntimeWorkbench/Message Monitoring/Adapter Engine

But I can see the error under Integration Engine that is not good (It should go from ECC----->AAE, local processing).

Question:

1.in SXMIF, Do I need to configure a RECEIVER ID as well?

2. In SM59, Is it necessary to enter a login/password? The reason I ask is that when I do the connection test, a pop up window (XISOAPApps) asks for username/password. When I fill in the username/password, the test goes successful!

Question is where do I enter this username/password for automation?

What am I doing wrong? Please advise...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

In RFC connection click on logon & security under security option -> logon procedure select Basic Authentication and

enter the logon details save and test again.

Thanks

Kiran Nekkanti

Former Member
0 Kudos

Thanks! Now I'm able to put password in.

But my message still goes thru Integration Engine.

Do I need to configure a receiver ID as well?

Former Member
0 Kudos

Hi

IN SXMB_ADM -> Integration Engine Configuration what is the RFC name ur pointing to.

in that RFC what is the JAVA port ur pointing to and what is the path prefix

In sxmb_adm specif configuration what is the current value for IS_URL?

Please provide the details

Thanks

Kiran Nekkanti

Former Member
0 Kudos

Hi Kiran,

Please see below:

1. IN SXMB_ADM -> Integration Engine Configuration what is the RFC name ur pointing to.

-Role of Business System: Application System

-Corresponding Integ. Server: dest://AI_INTEGRATION_SERVER

2. in that RFC what is the JAVA port ur pointing to and what is the path prefix

-RFC Destination: AAE_PEH

-Target Host: sapvas06.wosdev.com

-Service no: 8010

Path Prefix: /XISOAPAdapter/MessageServlet?ximessage=true

3. In sxmb_adm specific configuration what is the current value for IS_URL?

-Parameters: IS_URL

-Subparameter: RECONRPTSENDER

-Current value: dest://AAE_PEH

-Default value: blank

4. In SXMSIF (sxmb_adm--->Configure Sender/Receiver ID)

-Sender/Receiver ID: RECONRPTSENDER

Agency: blank

schema: blank

Party: *

Service: *

-Message Category

Request: ReconRpt_Out_SYNC_MI

Interface Name: urn:FOL-com:XI:data:ECC:10

Former Member
0 Kudos

Hi

1. IN SXMB_ADM -> Integration Engine Configuration what is the RFC name ur pointing to.

-Role of Business System: Application System

-Corresponding Integ. Server: dest://AI_INTEGRATION_SERVER CHANGE to AAE_PEH

2. in that RFC what is the JAVA port ur pointing to and what is the path prefix

-RFC Destination: AAE_PEH

-Target Host: sapvas06.wosdev.com

-Service no: 8010

Path Prefix: /XISOAPAdapter/MessageServlet?ximessage=true chnage to /sap/XI/engine/?type=entry

RFC AAE_PATH is it connection type H ?

Former Member
0 Kudos

hi Kiran,

1. -Role of Business System: Application System

-Corresponding Integ. Server: dest://AI_INTEGRATION_SERVER CHANGE to AAE_PEH

If I do this, wouldn't it eliminate the Classical processing? I want to be able to use my other interfaces that use Classical Processing. I think, SAP document advises to leave it to Integration Server if I'm not mistaking.

2. Path Prefix: /XISOAPAdapter/MessageServlet?ximessage=true chnage to /sap/XI/engine/?type=entry

. Path Prefix that I'm using is for SOAP adapter that is advised by SAP document (http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70066f78-7794-2c10-2e8c-cb967cef407b?QuickLink=index&overridelayout=true), but you like me to change it to one (that is a generic one ). I'll do it and see what happens.

3. AAE_PATH is connection type G as advised by SAP document.

Please note, I'm using SOAP adapter (Synchronous communication) for ECC<------>PI7.11

Thanks...please advise...

Former Member
0 Kudos

I've the same issue with ECC and the AAE on PI 7.3. Are there any solutions about this old topic.