cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR consistency check in recordset structure

Former Member
0 Kudos

Hello All,

Below is my input file format looks like:

HEADER

REC_1

REC_1

REC_1

REC_2

FOOTER

And I have defined the Recordset structure as HEADER,1,REC_1,*,REC_2,*,FOOTER,1.But the occurence of REC_2 is optional (0 to Unbounded).

Conversion of file content to XML failed at
position 0: java.lang.Exception: ERROR consistency check in recordset structure
validation (line no. 4: missing structure(s) before type 'HEADER'

It looks like the error is due to missing REC_2 segment in the input file.

Can you please tell me how to handle this in FCC

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

engswee
Active Contributor
0 Kudos

Hi Naresh

IMHO, I don't think that the error is due to missing REC_2 in the input file.

From SAP library, * includes also 0 occurence.

Converting Text Format in the Sender File/FTP Adapter to XML - Configuring the File/FTP Adapter in I...


Under Recordset Structure, enter the sequence and the number of substructures as follows:<NameA,nA,NameB,nB,...>, where nA=1,2,3,... or * (for a variable, unlimited number, including 0).

Please provide screenshot of your FCC configuration and also sample input file that is causing the error so that it can be analysed further.

Rgds

Eng Swee

Former Member
0 Kudos
engswee
Active Contributor
0 Kudos

Naresh,

Can you provide full FCC configuration with all the parameters?

Rgds

Eng Swee