cancel
Showing results for 
Search instead for 
Did you mean: 

File content conversion : empty document found

Former Member
0 Kudos

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?

View Entire Topic
Former Member
0 Kudos

Hi,

Firstly could you juz give a breif descrip of the entire scneario i.e bouth src & tar system.

In fcc

Input_File.lineSeparator : 'nl'

Do we have lineSeparator >? dun think so...

It should rather be

Input_File.endSeparator : 'nl'

<b>Cheers,

*RAJ*</b>