cancel
Showing results for 
Search instead for 
Did you mean: 

error in reciever file adapter , where i am getting file name dynamically

Former Member
0 Kudos

hi all,

error in reciever file adapter , where i am getting file name dynamically, please help me in this isssue , i am trying for a long time

MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'ns0:MT_eINVOICE_RECV' found in document', probably configuration error in file adapter (XML parser error)': java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'ns0:MT_eINVOICE_RECV' found in document', probably configuration error in file adapter (XML parser error)'

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Are you using FCC in Receiver Side???

Regards

Seshagiri

Former Member
0 Kudos

yes i am using in the reciever side ,

please help me in this it is very urgrnt

Former Member
0 Kudos

Hi,

make sure that you have given the Record Set structure as correctly in Receiver FCC

Follow this

/people/shabarish.vijayakumar/blog/2007/08/03/file-adapter-receiver--are-we-really-sure-about-the-concepts

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

Regards

Seshagiri

Former Member
0 Kudos

<RECORDSET>

<HEADER>

<NAME1/>

<ADDRESS1/>

<ADDRESS2/>

<ADDRESS4/>

</HEADER>

<LINE>

<QTY/>

<UOM/>

<UNIT_AMT/>

</LINE>

</RECORDSET>

<FILENAME/>

this is my structure

i have given the recordset structure as

RECORDSET,HEADER,LINE

thankyou

very much

Edited by: sridhar loganathan on Apr 26, 2008 7:50 AM

Former Member
0 Kudos

Hi,

Can you arrange your structure according to this Blog how he arranged here.

/people/shabarish.vijayakumar/blog/2007/08/03/file-adapter-receiver--are-we-really-sure-about-the-concepts

I doubt on your structure creation

Regards

Seshagiri

Former Member
0 Kudos

yes sure i will arrange according to that .

thank you very much

will get back to soon

Former Member
0 Kudos

i am getting new error

MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Channel has not been correctly initialized and cannot process messages

this is my strcuture

and i have changed my structure

<HEADER>

<ADDRESS1/>

<ADDRESS2/>

<ADDRESS3/>

<ADDRESS4/>

</HEADER>

<HEADER_GST>

<TAX1/>

<TAX2/>

<TAX3/>

</HEADER_GST>

<LINE>

<QTY/>

<UOM/>

<UNIT_AMT/>

<CHARGE_TO_DT/>

</LINE>

<FILENAME>

<FILENAME/>

</FILENAME>

i have given the recordset structure as

HEADER,HEADER_GST,LINE,FILE