cancel
Showing results for 
Search instead for 
Did you mean: 

AE_DETAILS_GET_ERROR

Former Member
0 Kudos

Hi.....

I'm trying to work on the simple file-to-file scenario....I'm getting an error saying

AE_DETAILS_GET_ERROR:Property sap_xiadapterservice.adapterType does not: Unable to find any Adapter Engines.

I tried performing SLDCHECK - it shows everything is fine,

executed the funtion module SAI_AE_DETAILS_GET : here it says "Unable to find Adapter Engine aks.infpwx01561.

I have deleted the cache contents from the AE option of sxi_cache...but no use...

even the details <b>com.sap.aii.adapterframwork.serviceuser.name</b> and <b>com.sap.aii.adapterframework.serviceuser.pwd</b> are also correct...

even the entries for the AE in SLD are correct....

but still i'm getting the same error...can anybody please help me out finding a solution for this problem....

regards,

Hari

Accepted Solutions (1)

Accepted Solutions (1)

prabhu_s2
Active Contributor
0 Kudos

<i>"AdapterType" was changed to "adapterType" for the XI Adapter Service</i>: this was one of the fix discussed earlier. try this out

Answers (3)

Answers (3)

Former Member
0 Kudos
kenny_scott
Contributor
0 Kudos

Hi Hari,

did you check the 'adapterType' property as suggested by Prabhu as this is a common reason for this problem,

i.e.,

the Function Module

SAI_AE_DETAILS_GET

expects a property value of 'adapterType'

i.e.,

-


property_value = sap_xi_adapter_service->get_property( 'adapterType' ).

-


but initial versions of CIM 1.4 had the value 'AdapterType'

To check the XI Adapter Service properties :-

access the SLD

-> Class Browser

-> XI Adapter Service

see the attached CIM.doc

If the last property is 'AdapterType' instead of 'adapterType' then get a later CIM version

e.g. 1.4.29

see the note

  1. 669669 Updating the SAP Component Repository

To check you current CIM version use the URL

http://<IS Host>:<J2EE port> /sld/admin/details.jsp?view=data

Regards

Kenny

Shabarish_Nair
Active Contributor
0 Kudos

Can you follow up this thread and ref. to Shravan's reply -

udo_martens
Active Contributor
0 Kudos

Hi Hari,

have a look to Runtime Workbench Component Monitoring / Adapter Engine.

Regards,

Udo