bcp and abstract data types

[CR #268302] Adaptive Server allows you to use bcp in to copy data containing Java objects, but it performs no load-time checking to ensure that the objects are consistent with the classes that are installed in the server. Any checking is delayed until the objects are actually accessed by an application. To be sure that all objects are compatible with their corresponding classes, Sybase recommends that you run a select query to access these objects on the server immediately after they have been copied. If there are any incompatibilities, they are reported via a Java serialization error (10707).

Workaround: There is no workaround for this issue.