cancel
Showing results for 
Search instead for 
Did you mean: 

Error at Outbound Adapter

Former Member
0 Kudos

Hello Friends,

When i am sending any file to the XI system system.

and the Receiver side there is File adapter, XI adapter or RFC adapter it gives the error as per below.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!--

Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>

<SAP:P1>af.lxi.sapbl2</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>2: No service user name found for Integration Server is.00.sapbl2</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error when reading the access data (URL, user, password) for the Adapter Engine af.lxi.sapbl2</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

Some time this problem is solve by restarting the J2EE engine. but this time it still gives error. so please help me if u aware of this kind of problem.

Thanks & Regards,

Gaurav Jain

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It seems that there is a problem with adapter engine access data. You can check the setting in Exchange Profile at http://server:port/exchangeProfile/index.html, and expand "AdapterFramework". The user has to be a service user (e.g. XIAFUSER).

Please let me know whether this fixes the problem.

Hart

Former Member
0 Kudos

Hello Hart,

I checked all the configuration in exchangeProfile but all value are correct. but still i am getting the same error.

we used the user as XIAFUSER but still it gives the same error.

Regards,

Gaurav Jain

Former Member
0 Kudos

Hi,

Did u check in su01? There should be 8 service users listed. Also check with your basis team, the service users password and update it in exchange profile.

Also, check whether your adapters are running correctly or not, in adapter monitor?

Thanks,

Sasi

Former Member
0 Kudos

Hello Sasi,

I check in SU01 and there is 8 service user also.

I found that user XIRWBUSER password is differnt so i correct it.

But still it gives the same error. I am not able to understand why it gives error like

<b>2: Unable to find URL for Adapter Engine af.lxi.sapbl2</b>

so, where it try to find out the url of the adapter engine?

Even i check in RWB there context monitoring --> Adapter Engine. i click on Repeat self test. it gives me Is a user defined for component AF? Red Flag.

So, Please suggest me solution for that.

Thanks & Regards,

Gaurav Jain

Message was edited by: Gaurav Jain

Former Member
0 Kudos

Hi,

In help.sap.com it is given as,

-


Adapter Engines always forward incoming requests to the Integration Server by using an internal HTTP connection and service user XIAFUSER (parameter com.sap.aii.adapterframework.serviceuser.* of the exchange profile) for execution.

Outgoing XI messages are always forwarded to the Adapter Engine by using an internal HTTP connection and service user XIISUSER (parameter com.sap.aii.integrationserver.serviceuser.* of the exchange profile) for execution.

-


So check ur XIISUSER password in exchange profile.

Also let me know, is there any entry for Adapter engine, exist in Technical Systems (SLD) under Exchange Infrastructure type?

Thanks,

Sasi

Former Member
0 Kudos

Hello Sasi,

Even i tried to login with the XIISUSER user and it works. also i check the values in the exchangeProfile it proper.

Yes there is 6 entry present in Technical Systems (SLD) under Exchange Infrastructure type.

There is Integration Server on serv1,

Integration Repository on serv1,

Integration Directory on serv1,

Domain serv1,

Adapter Engine on serv1,

RWB on serv1.

is present. but still it gives the same error.

Regards,

Gaurav Jain

Former Member
0 Kudos

Hello Gaurav,

Did you manage to find the solution for this issue. We are having exact same issue in our production environment Could kindly share with us if you have the solution pls.

Thank you.

Warm Regards,

Ranjan

Former Member
0 Kudos

Hello,

did you solve the problem?

I have a similar problem here:

Error message when sending a sync. RFC:

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>

<SAP:P1>af.kx1.abcap038</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>Property sap_xiadapterservice.adapterType does not: Unable to find any Adapter Engines</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error when reading the access data (URL, user, password) for the Adapter Engine af.kx1.abcap038</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

Thanx a lot for any help!

Dirk

Former Member
0 Kudos

Hey dirk - look at my latest post to find the reason for your problem...

The thread title is: RFC adapter - AE_DETAILS_GET_ERROR - no adapter engine

Yoad Snapir.