cancel
Showing results for 
Search instead for 
Did you mean: 

Activation of the change list canceled

Former Member
0 Kudos

Hi Guys

I am doing the SOAP to FILE Scenario using BPM when I activate my Integration Processes (Soap_to_file_BPM ) i get the below error, on my IM the source is "yonela_ob_mi" and the target is "yonela_ob_mi_AS" which is my abstract.Then on the Transformation step my container is Abstract Interface. This "yonela_ob_mi" interface I am using on my message mapping

So what am I doing wrong

Activation of the change list canceled Check result for Integration Process Soap_to_file_BPM | http://yonela.com: Expression must return the interface type yonela_ob_mi

Thanks

Yonela

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member200962
Active Contributor
0 Kudos
i get the below error, on my IM the source is "yonela_ob_mi" and the target is "yonela_ob_mi_AS" which is my abstract.

Both of the Interfaces should be abstract....since you have to include the mapping in the Transformation step.

Former Member
0 Kudos

Hi Guys

Thanks for ur assistance its working the error is gone, I only needed to make both my Interfaces to be Abstract as u suggested.

Only one error now when testing on sxmb_nomi I get the bellow error: What I want to do is to split flat file and send it to my ftp server (InBound) folder.

On my have MM i have created Node Function the is spling by value

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

- <!-- Request Message Mapping

-->

- <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="MAPPING">GENERIC</SAP:Code>

<SAP:P1>Split mapping created no messages</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Split mapping created no messages</SAP:Stack>

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

</SAP:Error>

Thanks

Yonela

Former Member
0 Kudos

Hi Guys

Thanks for ur assistance its working the error is gone, I only needed to make both my Interfaces to be Abstract as u suggested.

Only one error now when testing on sxmb_nomi I get the bellow error: What I want to do is to split flat file and send it to my ftp server (InBound) folder.

On my have MM i have created Node Function the is spling by value

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

- <!-- Request Message Mapping

-->

- <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="MAPPING">GENERIC</SAP:Code>

<SAP:P1>Split mapping created no messages</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Split mapping created no messages</SAP:Stack>

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

</SAP:Error>

Thanks

Yonela

Former Member
0 Kudos

Hi,

Check your Integration Process.

As the error say: Expression must return the interface type yonela_ob_mi.

When you click on the error in the integration process, it will move you direct to the wrong step.

regards,

Robin