cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP + AEX Configuration SAP PI 7.3 Problem

AntonioSanz
Active Participant
0 Kudos
148

Hi all,

I have a SAP PI 7.3 installation.

I have done a dual (ABAP + JAVA) Installation. But my system seems to be working only considering AEX installation (I can not see receiver agreement, sender agreement,..... and I am getting some errors on my file adapter such as

Transmitting the message to endpoint http://prod:50000/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.RetryControlException: HTTP call to IS unsupported in AEX case.)

I have checked SLD (SLDCHECK) and works fine. I have refresh cache, and goes Ok.

I can logon in ABAP.

But It seems like it is only considering AEX (Java Stack) installation.

How can I check if the system is only considering Java installation???

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Antonio

Check the note #1671958 PI 7.3 Integration Builder objects not visible.

Regards

Mark

Answers (1)

Answers (1)

nageshwar_reddy
Contributor
0 Kudos

If it is a new / upgraded installation of PI 7.3, you need to ensure that you have the correct usage type in XPI Service. As suggested by refer to the note 1671958.

AntonioSanz
Active Participant
0 Kudos

Thanks. You are right.

Finally I've found what was grong in my system. Although we did a dual stack installation, there was a missconfiguration on AEX (we dont know why, but

it was).

The property “com.sap.aii.ibrep.core.usage_type” was be set to “AEX”

(http://<server>:<port>/nwa > “Configuration” > “Infrastructure” > “Java System

Properties”

Select the service “XPI Service: AII Config Service” )

We have changed it to "" and now all is working fine.

Thanks again