mahadevan
28th November 2005, 06:57
Hello,
While executing for the selected project order we found following error.
'Error in reading sort file record: 11 fields scanned 17 expected' in tpppc2412m000 session ,out put was not generated fully.

We are using baan iv c4.

How to solve this problem. please advice.

UK

günther
28th November 2005, 09:15
Hi mahadevan.

The report sorts data in three steps: First it writes the data to a temporary file, the it calls sort6.1, and finally it reads in the now sorted data. The complete process uses ^B (Control-B, ASCII 2) as field separator.

You can see that, if you compile the report to use the debugger. Have a look at the function r.read.seq.file(), especially at string.scan$().

JaapJD
28th November 2005, 13:38
Probably there is a new-line character in one of the data fields