cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver File Adapter - Adapter Engine

Former Member
0 Kudos

I am able to read files using Sender File Adapter. But when I try to write a file using Receiver File Adapter I get the following erro:

<?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.exi.usxid</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>3: No service user name found for Integration

Server is.00.usxid</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error when reading the access data (URL, user, password)

for the Adapter Engine af.exi.uswalexi</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

I tried executing the function module SAI_AE_DETAILS_GET but I am not getting the error URL Not found. This was working in the past. We upgraded to SP15 this showed up again.

Any help appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member192798
Active Contributor
0 Kudos

Hi,

If the issue is not resolved, check this guide:-

https://websmp103.sap-ag.de/~sapdownload/011000358700002757652005E/HowtoMintorAF.pdf

Regards.

Praveen

Former Member
0 Kudos

I'm working on integration of SAP with 3rd party application. While sending data from SAP to XI, i'm getting the following error which i've found in sxmb_moni (XML Message->Call Adapter).

<?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.xp1.sapxi</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

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

<SAP:ApplicationFaultMessage namespace="" />

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

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Plz help me to solve this issue. If possible mail me the solution to my personal email-id navaneeth.3ecsm@gmail.com.

Note:

-


1. We are using CIM 1.3

2. In XI Server Message Monitoring, i'm getting the System Error message in Integration Engine.

3. In Payloads, i'm getting the required information in XML format as desired.

Thanks in advance.

Regards,

Navaneeth.S

Former Member
0 Kudos

Hi Michael,

Your user Id does not have the reqd authorisation to create a file in the target.

Regards,

Jai Shankar.

former_member206604
Active Contributor
0 Kudos

Hi,

There are 2 reasong for this kind of error.

1) The hardcoded text "adapterType" and "AdapterType" case sensitive issue

Go inside the SLD.

select "class browser"

Select the tab "LD"

goto class "XI Adapter Service"

Look at the Properties section.

look for the name "AdapterType"

2) Both Java and ABAP are in different SP, bring it to the same SP

Thanks,

Prakash