Quantcast
Channel: SCN : All Content - Process Integration (PI) & SOA Middleware
Viewing all articles
Browse latest Browse all 7030

Sender FCC parameters issue

$
0
0

Hi Experts,

 

We are receiving flat file with pipe delimited file from the source system.

First row Contains Header Data  and from Second row onwards contains Record data.

 

Sender structure                                                                                   Receiver Structure

 

Invoice

RecordSet                                                                                              Invoice

                                                                                                                 RecordSet

   Header                                                                                                       Header

       Batch_Date                                                                                               Batch_Date

   Record                                                                                                   Record

       Field1                                                                                                      Field1

       Field2                                                                                                      Field2

       Field3                                                                                                      Field3

 

i defined FCC parameters as below

 

Document Offset 1

Recordset Name: RecordSet

Recordset Structure: Header,1,Record,*

 

Header.fieldSeparator:|

Header.endSeparator:'nl'

Header.fieldNames:Filler1,Filler2,Batch_Date,Filler3

Record.fieldSeparator:l

Record.endSeparator:'nl'

RecordSet.fieldSeparator:'nl'

Record.fieldNames:Filler, Field1, Filler2,Filler3 Field2.


But the Header is not populating in the inbound payload,only Record is populating, Due to that it is failing in mapping.


Error" Cannot produce target element /ns0:ConcurInvoice2/RecordSet. Queue does not have enougth values in context, Queue does not have enough values to generate Target structure".


Please help me to fix this.


Regards

Bhargava Krishna


Viewing all articles
Browse latest Browse all 7030

Trending Articles