Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Generated Proxy Error: System not configured as XI Integration Engine

Former Member
0 Likes
287

Dear all,

Using transaction SPROXY I generated a proxy on a Message Interface.

This generated as well a method and the associated class.

When I run it, trying to send data through all this, I get the following error:

<b>System not configured as XI Integration Engine</b>

Here is the model I got on another thread, in order to catch the error text:

DATA: l_sys_exception TYPE REF TO cx_ai_system_fault.

...

*...proxy call

catch CATCH CX_AI_SYSTEM_FAULT into l_sys_exception.

write: l_sys_exception->errortext.

Anyone has any idea where this error commes from?

I am mostly wondering whether the problem comes from my outbound system or XI configuration?

Thanks a lot, have a nice day!

Isa.

2 REPLIES 2
Read only

Former Member
0 Likes
262

Hi

Something wrong with the XI configuration

Check it.

Reward points if useful

Regards

Anji

Read only

athavanraja
Active Contributor