cancel
Showing results for 
Search instead for 
Did you mean: 

Error Interface Mapping Not found..

Former Member
0 Kudos

Hi Friends,

I am simply using file to ABAP proxy scenario.

I am getting error as : This I am getting while test my configuration at Scenario level Tools - > Test Configuration..

Interface Mapping :

 

Runtime error

com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_MM_Source_Target_Proxy_: Parsing an empty source. Root element expected!

Plz help.

Regard

Deepak Sodhi

Accepted Solutions (1)

Accepted Solutions (1)

deepak_shah
Contributor
0 Kudos

Hi,

Please check the payload that you give in while testing the configurations.

Regards,

Deepak.

Answers (4)

Answers (4)

former_member463616
Contributor
0 Kudos

Hi Deepak,

Please see the below link, it will helpful to you that how to configure FTP to ABAP Proxy scenario.

FTP to ABAP Proxy Scenario:

http://wiki.sdn.sap.com/wiki/display/XI/Step-by-stepFTPtoABAPProxy

I hope that, above link is very helpful to you.

Regards,

Rajesh

Former Member
0 Kudos

Hi Deepak,

The issue seems to be with the root element mapping. Test the mapping in the test tab of the Message Mapping, you would be able to identify the issue.

Actually, it is not able to parse the data. Check the input source.

Thanks,

former_member472138
Active Contributor
0 Kudos

What is the Payload that you are trying provide and debug the proxy. Its not sender xml it should be target xml.

Regards

Pothana

Former Member
0 Kudos

Dear Rajesh,

In Mapping while testing it is not giving me any error..

and file is moving from source to target destination.

Tell me I am using ftp to ABap proxy...

on Receiver side configured XI adapter.

created 2 business service. 1 sender and 2 receiver.

Do I need to create 1 service and other business system with adapter specific identifier..

do i need to add this business system to my SLD

Not sure what to do.. plz help..

Regards

Deepak Sodhi

former_member463616
Contributor
0 Kudos

Hi Deepak,

It seems to be problem in sender file structure and it's datatype. Please once again check with file structure.

Please let me know whether you are using xml file or flat file in sender side.

Regards,

Rajesh

Former Member
0 Kudos

Hi Rajesh,

I am keeping the file as it is from Meassage mapping SRC File..

Message Mapping is giving me no error..

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

<ns0:MT_Source_Proxy xmlns:ns0="https://tcsfenest/test">

<EmpId>315143</EmpId>

<EmpName>Deepak Sodhi</EmpName>

<EmpOffc>Gurgaon</EmpOffc>

</ns0:MT_Source_Proxy>

Only at the time of Testing configuration Environment -> Test Scenario.

Its giving me error Interface mapping not found.. My strucuture is flat.

DT - Complex type

Empid element string

Empname element string

Empoffc element string

Please help to resolove this issue.

Regards

depak

Former Member
0 Kudos

Hi,

Need to check your payload..looks like the root message tag of message is not as expected.

Regards

Rajesh