Servoy Log relation issue

Hi All,

I am encountering a Servoy Log issue . This is repeated many times . The error log issue is .
Cannot sort on dataprovider rel.clc_name” . The relation is from one database server to another database server . The calculation is a stored calculation . Actually I am not doing any sort operation in the code . There is also no default sort on this field . It is also quite not possible that for so many times the users are hitting the column header for sorting the records.

The Servoy version is - 6.1.3 , Database - postgres (9.0).

Please provide some suggestions for fixing this issue and the cause of this issue.

Thanks,
Ashutos.

Hi,

Any chance this column is used as a sort-key in a relation ?

Ugo

Hi Ugo,

Sorry for the very delay response . This column is not used as a sort-key in a relation . can there be any other reasons for this Servoy error logs ?.

Please provide some suggestions on this.

Thanks,
Ashutos.

Ashutos,

Most likely this comes from a user hitting the column in a table view.
Seeing this so many times may come from refreshes where the affected column is still selected for sorting.

Rob