I get following errors and have great difficulties to debug them. I think they have something to do when applying table filters, but can’t track them down to where the errors appears, some sort of a moving target.
Fehler in Beziehung
> com.servoy.j2db.dataprocessing.DataException: SQL Anywhere Error -141: Table '#TEMP_3344222350' not found
Fehler in Beziehung
> com.servoy.j2db.dataprocessing.DataException: SQL Anywhere Error -141: Table '#TEMP_3344222353' not found
Any idea how to get a step further or where the problem could be?
When a smart client reconnects to the server it checks to see if temp tables it has been using are still there.
It does that with a query on that table and if the table was cleaned up already, you get a (harmeless) sql exception.
The thing is that it always appears by loading the same form. And the time we load the Form does not matters. We use table filters in this case and if we don’t apply them it works fine! So why does this error occurs always at the same forms?