Действительно, оказалось ODBC виноват. И исправляется просто:
This error is due to an error in the Oracle ODBC driver, which return this error if the first returned row contains NULL values for some of the columns. This can in Axapta only occurs when you perform a outer join. The workaround for this bug is to set "PreFetch count" to 1 in the Oracle ODBC Driver configuration of the used Data Source Name. This setting has no performance implications since Axapta controls the array fetch by itself. -
|