Hi
I have a simple FCC scenario in which I have one recordset and only one sub structure.
Recordset>
- <Input_File>
<SortSequence>A</SortSequence>
<GRMaterialDocument>B</GRMaterialDocument>
</Input_File>
</Recordset>
And my file communication channel details are -
Recordset Name : Recordset
Recordset Structure : Input_File,*
Recordset Sequence : Ascending
Input_File.fieldNames : SortSequence,GRMaterialDocument
Input_File.fieldSeparator : ,
Input_File.lineSeparator : 'nl'
The problem I am facing is that the scenario works when there are 5 to 6 records but if I increse the number of records it gives an error even though the file is picked up from ftp server successfully
The error that I receive in the RWB MDT is -
Success : Entire file content converted to XML format
Warning : Empty document found. Proceed without sending message
Success : File "Test.txt" deleted after processing
and I have data in the file (i have increased the number of records to 20)
Can anyone suggest a solution?