cancel
Showing results for 
Search instead for 
Did you mean: 

AE_DETAILS_GET_ERROR in XI

Former Member
0 Kudos

Hi Experts,

We are gettings the error :

<?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="1">

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

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

  <SAP:P1 />

  <SAP:P2 />

  <SAP:P3 />

  <SAP:P4 />

  <SAP:AdditionalText>2: Unable to find URL for Adapter Engine af.xhd.vxhdci</SAP:AdditionalText>

  <SAP:Stack>Error while reading access data (URL, user, password) for the Adapter Engine</SAP:Stack>

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

  </SAP:Error>

We are getting this error with adapter engine.  it is throwing error: " Error while reading access data (URL, user, password) for the Adapter Engine:"

Any help would be appreciated

Regards

Sushant

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi All,

Thanks for your reply,

I was searching over the forum and I found one thread :

http://scn.sap.com/thread/62682

Which states that we need to following check in PI:

execute transaction SE37 and test the function module SAI_AE_DETAILS_GET. Enter your AE_NAME af.<hostname>.<sysid>

and execute.

Run SLDCHECK and check whether your exchange profile parameter checks are successful. The last one  <b>Calling function EXCHANGE_PROFILE_GET_PARAMETER</b>. If these are correct, check your <b>com.sap.aii.adapterframework.serviceuser.name</b> and <b>com.sap.aii.adapterframework.serviceuser.pwd</b> are correct.

I Executed SE37 and excuted the Function Module :  SAI_AE_DETAILS_GET

and enter the AE_NAME:  af.<hostname>.<sysid> and I was getting error in SLDCHECK:

but when I was maintaining the AE_NAME: af.<Sysid><hostname> format .. I was not getting any error in SLDCHECK.

Just want to reconfirm which format of AE_NAME I should enter in SE37, 

First Format: af.<hostname><sysid>

second format: af.<sysid><hostname>

Any help is appreciated.

Thanks

Sushant

  
Former Member
0 Kudos

Format should be the af.sid.hostname.

HTH

Rajesh

smavachee
Active Contributor
0 Kudos

Hello Sushant,

Similar thread is there at..

Hope it helps.!

Regards,

Sunil

Former Member
0 Kudos

Hi,

Search SDN this issue has been discussed lot many times.

http://scn.sap.com/message/2265061#2265061

or google with your error message lot of info can be found, if those threads doesn't resolve your issue then post here..

HTH

Rajesh

naveen_chichili
Active Contributor
0 Kudos

Hi sushant,

Please implement SAP Note:764176 so you you can solve your issue.

Regards,

Naveen.

Former Member
0 Kudos

Hi Sushant,

Check the below link, it's better to inform Basis they can resolve the issue.

http://scn.sap.com/message/3003288

Thanks,

Satish.