pgo999
15th April 2009, 17:18
Hi,

Then Transfer Order manually in session cppat1250m000 som times message
"Sorterror 1: Illegal option in command line of sort." appears as a warning.

Have anybody seen this warning before?

/Per

george7a
15th April 2009, 17:31
Hi,

Please do not post duplicates threads in different forums. I believe this is the right forum. Hopefully one of the members will have a look.

Good luck,

- George

Surendhar
23rd May 2023, 09:14
Hi all,

I am also facing this warning prompt.
Could anyone explain what is the issue?

Thanks in advance!!

OmeLuuk
1st June 2023, 17:46
In the Known Limits section:
Report TIV < 1101: maximum of 255 fields on a report (including array elements)
Report TIV >= 1101: maximum of 512 fields on a report (including array elements)

sort is a bshell (portingset) implemented function (run.baan.prog) which is executed in a separate shell. When your TIV is set correctly, you may be able to find the exact command line of the sort (for instance by debugging the report) to see where the error is triggered an by which condition.

Maybe your system logging can help you out.

Get more info on the sort function by invoking $BSE/bin/sort -U