Synchronization Fails if Binary Attributes Have Unspecified Length

Problem: Synchronization failures may occur for attributes with binary data types if no length is specified.

Explanation: When generating object API code for projects that contains an MBO with an attribute whose data type is BINARY, and no length is specified, this warning message displays:
 Page size is smaller than the maximum 
business object size, which may cause 
synchronization failure.
Solution: You have two options:
  • Specify a length for the attribute with BINARY data type if you know, for example BINARY(100).
  • Do not map this attribute to a synchronization parameter, or synchronization may fail.
Related tasks
Binding an MBO to a Database Fails
Structure MBOs Not Automatically Generated After Rebinding
Multilevel Insert Operation Fails
Related reference
Troubleshooting MBOs
Database MBO Fails on Execution
Relationship Error
Warning Message When Creating Relationships