cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Receiver Communication Channel in FCC

Former Member
0 Kudos

I have a simple scenario of Proxy to File. I have to just one field in complete row. So my structure is as below : MT_RecordIB -> Records. So my XSD looks like this :

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://XXXl.com/INF31018/SAPSerOrd_DaysIn" targetNamespace="http://hnwl.com/INF31018/SAPSerOrd_DaysIn">

<xsd:element name="MT_RecordIB" type="DT_RecordIB" />

<xsd:complexType name="DT_RecordIB">

<xsd:sequence>

<xsd:element name="Records" type="xsd:string" />

</xsd:sequence>

</xsd:complexType>

</xsd:schema>

I have used FCC and the parameters are :

Recordset Structure Records

Records.fieldSeparator 'nl'

But I am getting following error in Receiver Communication Channel :

Failed to process message content. Reason: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'ns0:MT_RecordIB' found in document', probably configuration error in file adapter (XML parser error)' (Software version: 3.0.21)

Thanks,

Pankaj Singh

Accepted Solutions (0)

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

can you paste the output XML that is used by the receiver adapter?

Former Member
0 Kudos

Hey Pankaj,

Your content conversion parameter might be configured improperly.

Refer this blogs

/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

Refer the following threads for your problem

[ |]

Rgds

Ramesh