Dear All,
My scenario is File-> Proxy.
I have an issue with FCC where File is picked up and blank values are populated.When I checked the message ID in communication channel ,getting warning message as "Empty Document Found -Proceed without sending message".I have gone through all the links related to this error and could not find the solution.
I have given sample file below:
11ABKKK -->Invoice
22CD---> Container
33KL---> Parts
44PP--->Rack
i.e. One Invoice will have multiple Container,Parts and Rack Records.
Also I have pasted the FCC Parameters.
Recordset Structure: Invoice,*,Container,*,Parts,*Rack,*
Key Field Name : Key
Invoice.fieldNames File_No_Dest_I,File_No_Trans_I,Receiver_ID
Invoice.fieldFixedLengths 2,2,3
Invoice.keyFieldValue 1
Invoice.keyFieldInStructure ignore
Container.fieldNames File_No_Dest_C,File_No_Trans_C
Container.fieldFixedLengths 2,2
Container.keyFieldValue 2
Container.keyFieldInStructure ignore
Parts.fieldNames File_No_Dest_P,File_No_Trans_P
Parts.fieldFixedLengths 2,2
Parts.keyFieldValue 3
Parts.keyFieldInStructure ignore
Rack.fieldNames File_No_Dest_R,File_No_Trans_R
Rack.fieldFixedLengths 2,2
Rack.keyFieldValue 4
Rack.keyFieldInStructure ignore
ignoreRecordsetName true
Please let me know if I have missed out any parameters.
Regards
B.Dheepa