Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

MFLException in Format Tester (Data mismatch exception)

netgautamMar 4 2014 — edited Mar 16 2014

While trying to generate XML from non-XML in MFL Format Tester for a fixed length file, it is giving ErrorMessage - Data mismatch exception. Not sure why it is throwing this error when the example non-xml data is generated using tester itself.

The exception thrown is -

<MFLException>

<ErrorMessage>Data mismatch exception.</ErrorMessage>

<Details>

<Detail>

<Name>ErrorCode</Name>

<Value>-1</Value>

</Detail>

<Detail>

<Name>DataOffset</Name>

<Value>2634</Value>

</Detail>

<Detail>

<Name>NodeName</Name>

<Value>RecordType</Value>

</Detail>

<Detail>

<Name>FullyQualifiedName</Name>

<Value>File.Country.Type</Value>

</Detail>

<Detail>

<Name>Reason</Name>

<Value>File not found</Value>

</Detail>

</Details>

</MFLException>

The file delimiter is mentioned along0with the group name Country and Type is first child field of type String.

Referred to this ticket but the solution wasn't made available - MFL Exception while parsing fixed length file

Any help will be appreciated.

This post has been answered by Riaan.Ingram on Mar 14 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 13 2014
Added on Mar 4 2014
12 comments
650 views