AutoCommit Option for JDBC MBOs Using an ASE Data Source
When you create MBOs from Adaptive ServerĀ® Enterprise stored procedures that use temporary tables, you must select the AutoCommit check box in the New Attributes or New Operation definition screen.
Passing an Empty String or Byte into a Required Binary Column in ASE
When defining an MBO from an Adaptive Server Enterprise data source an error message displays if you pass an empty string or empty byte[] into a required binary column in ASE results in an ASE non-nullable column exception.
Refresh Fails Due to Missing Load Argument Default Values
Problem: Adding load arguments with "Propagate to attributes" that have no corresponding datasource columns, then selecting Refresh, may fail due to missing load argument default values.
Input Parameters Fail to Generate for Complex Data Sources
Problem: For Web service and other data sources with very complex structures with deeply nested element trees, StackOverflow or OutOfMemory may occur, or some of the operation input parameters may not be generated properly.
Attribute Length Set Incorrectly for Operation and Load Arguments
Problem: Due to JDBC driver metadata retrieval related API limitations, Sybase Unwired WorkSpace does not always set the correct attribute length, especially for operation arguments and load arguments. For STRING and BINARY types, if the lengths are unknown, Sybase Unwired WorkSpace sets them to STRING(300) and BINARY(32767) by default, and gives a warning to adjust the length to avoid wasting device database space, and/or getting runtime data truncation.
Sybase MBOs That Invalidate the Cache
Problem: MBO operations bound to Sybase BAPIs that use the "Invalidate the cache" policy may not refresh the Unwired Server cache.