cancel
Showing results for 
Search instead for 
Did you mean: 

Posting IDOC from MQ

Former Member
0 Kudos

Hi,

I have a scenario in which I have to Post an IDOC from MQ (MQ to IDOC scenario).

I am getting an error in the communication channel :

Transform: failed to execute the transformation: com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: java.lang.Exception: ERROR converting document line no. 1 according to structure Header:java.lang.Exception: Consistency error: field(s) missing - specify lastFieldsOptional parameter to allow this; nested exception caused by: java.lang.Exception: ERROR converting document line no. 1 according to structure Header:java.lang.Exception: Consistency error: field(s) missing - specify lastFieldsOptional parameter to allow this

What is the solution to this problem?

Thanks,

Vikas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It seems you are using Content conversion on Sender JMS adapter side.

Some fields must be missing in your Source file.

You need to specify the lastFieldsOptional parameter in Content Conversion.

Answers (0)