cancel
Showing results for 
Search instead for 
Did you mean: 

Content Conversion Parameter in File Receiver Adapter

Former Member
0 Kudos

Hi all,

I have created one File Receiver Adapter with Message Protocol 'File Content Conversion' and with the following configuration:

Recordset Structure: Message

Message.fieldFixedLengths: 1000

My Message Type is:

LogErro_MT

Message (Type: String) (Occurrence: 0..Unbounded) (Details: Min,Max Length: 1000)

But the file created by it has no data inside it. If I change the Message Protocol to 'File', the content of the file is the XML generated by the Outbound Proxy.

Would someone can help me?

Thanks in advance

Leo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Leonardo,

Change ur Message Type.Try Creating a dummy Parent Element for Message.

Structure of MessageType:

LogErro_MT

--dummy 0:1

-


Message String 0:unbounded

In Communication Channel retain the same Parameters

Recordset Structure: Message

Message.fieldFixedLengths: 1000

Regards,

Sudharshan

Former Member
0 Kudos

Hi,

Please create a data type with

Records

Message ---0..unbounded

and hten MT for the same.

In the receiver file adapter:

Recordset Structure: Message

Message.fieldFixedLengths: 1000

Please check this weblog for the same:

/people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp

IS this what you are trying to do.

Regards

Vijaya

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

HI,

First of all check the Message Monitoring i.e RWB->message Montioring->Audit Log

There will be some problem with Content conversion,

If you do the fieldfixed lengths, then you need to make sure that, you will get the exact length of the data in the Receiver side. Check your mapped xml for the length of the data..

Regards,

Moorthy