cancel
Showing results for 
Search instead for 
Did you mean: 

Premature end of file Error in the File conversion

Former Member
0 Kudos

Hi Experts

Working on File to Proxy scenario and file is picking up by the XI server and in the message mapping I am receiving the following error

Can anyone let me know what is Premature end of file, Do I need to specify any parameter in the Content Conversion additional than normal parameters

Thanks

PR

<?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>Application</SAP:Category>

<SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>

<SAP:P1>com/sap/xi/tf/_MM_ISO_to_ECC_FROI_SROI_TA_TE_TR_T~</SAP:P1>

<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException:</SAP:P2>

<SAP:P3>Premature end of file.</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Runtime exception occurred during application mapping com/sap/xi/tf/_MM_ISO_to_ECC_FROI_SROI_TA_TE_TR_T~; com.sap.aii.utilxi.misc.api.BaseRuntimeException:Premature end of file.</SAP:Stack>

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

</SAP:Error>

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Reason is Payload was not getting loaded due to File content conversion error

Corrected the FCC and it worked,

Thanks

PR

Former Member
0 Kudos

How did you corrected it?

former_member200962
Active Contributor
0 Kudos

Check if the file that is passing to the mapping is well-formed (Inbound Message Payload in SXMB_MONI). All the tags are present.

balaji_pichaimuthu
Active Participant
0 Kudos

check out this link. it might help you..