cancel
Showing results for 
Search instead for 
Did you mean: 

File Content Conversion Mapping problem

Former Member
0 Kudos

Hi,

I tried a file to file simple scenario using FCC on the Sender Side,but I repeatedly get a message mapping error.

I tried changing the different parameters in filesender file adapter, checked message mapping for errors .

1.My Mapping is Correct.

2.The parameters in the FCC are correct.

Is there any way where we can debug the the Message Error.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes - First syntax/check your mapping program (assuming your using the graphical one)

you should open up your message mapping and go to the TEST tab. Enter in the source data and press the Test/execute button.

Former Member
0 Kudos

Hi,

I had used Graphical Message Mapping.

In the message mapping I had done the test and the target fields are populated based on the Source fields.

My Input file is a text file and the desired output file is an XML file.

Do help.

former_member1009864
Participant
0 Kudos

just go on SXMB_MONI T_Code.

and see the

inbound message payloads.

and compare it with the source code of testing message mapping

source.

more probably the FCC have some minute error.

and by that error ur not able to find the correct outbound message.

thanks

reward points if help full

thanks

Former Member
0 Kudos

HI,

but I repeatedly get a message mapping error.

what error message ur getting.

what is ur file strucutre

what FCC u r using.

give me the details

chirag

Former Member
0 Kudos

HI,

but I repeatedly get a message mapping error.

what error message ur getting.

what is ur file strucutre

what FCC u r using.

give me the details

chirag

Hi,

These are the following details:

1.error message: There is an exception in mapping

2. File structure: A comma separated text file

e.g : Somya, 24.

3. I am using sender file FCC.

My data type is as follows:

FileInput

Recordset

Row

Name

Age

The Sender FCC used is:

Document Name: FileInput

Recordset Name: Recordset

Recordset Sturcute: Row,*

Row.fieldNames: Name,Age

Row.fieldSeparator: ,

Row.endSeparator: 'nl'.

Do Help.

Regards,

Former Member
0 Kudos

Hi ,

Documnet name should be your message type name and also you have to mention the namespace also in FCC parameters.

Thanks,

Sekhar D

Former Member
0 Kudos

Hi,

Check ur FCC parameters According to this

/people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem

Regards

Seshagiri

Former Member
0 Kudos

Hi Somya,

Ur document Name should be MessageType Name Not Datatype.

Please change and try it out.

Even if u still get the error.

Then go to SXMB_MONI and copy ur payload of sender message and test it in ur messagemapping using test tab.

I hope ur problem will be missing Namespace while configuring Sender adapter using FCC type.

Thanks,

Kalyan.

Former Member
0 Kudos

hi ,

Check ur document name is a "Message Type name "and Document Namespace is "Message Type Namespace" ..

Regards,

Prakasu

Answers (0)