tbcconv default behavior examples

The following table lists the behavior of the tbcconv utility command depending on the values of the Min and Max Bytes properties.

When... Behavior
  • Min Bytes property for a type is set to 0 and Max Bytes property is not set to a value.
  • Min and Max Bytes properties will not be converted to the Min and Max Characters properties because tbcconv will interpret this type as having no Min and Max Bytes properties set.
  • Min Bytes and Characters sizes will be automatically set to 0.
  • For example, if the Min Bytes property for a type is set to 0 and the Max Bytes property is not set, they will not be converted to the Min and Max Characters property and the Min Bytes and Characters sizes will be automatically set to 0.
  • See example 1: No contraints
  • Min Bytes property for a type is set to a value but Max Bytes property is not set to a value.
  • Min Bytes property will be converted to the Min Characters property.
  • Min Bytes size will be automatically set to 0.
  • Max Bytes property will be not be converted to the Max Characters property.
  • For example, if the Min Bytes property for a type is set to 10 and the Max Bytes property is not set, the Min Bytes property will be converted to the Min Characters property as 10, the Min Bytes size will be automatically set to 0 and the Max Bytes property will not be converted to the Max Characters property.
  • See example 2:Min Bytes contraints
  • Min Bytes property for a type is not set to a value but Max Bytes property is set to a value.
  • Min Bytes property will be not be converted to the Min Characters property.
  • Min Bytes and Characters sizes will be automatically set to 0.
  • Max Bytes property will be converted to the Max Characters property.
  • Max Bytes size will be reset.
  • For example, if the Min Bytes property for a type is not set and the Max Bytes property is set to 10, the Min Bytes property will not be converted to the Min Characters property, the Min Bytes and Characters sizes will be automatically set to 0, the Max Bytes property will be converted to the Max Characters property as 10 and the Max Bytes property will be reset.
  • See example 3: Max Bytes contraints
  • Both Min and Max Bytes properties for a type are set to values.
  • Min and Max Bytes properties will be converted to the Min and Max Characters properties.
  • Min Bytes size will be automatically set to 0.
  • Max Bytes size will be reset.
  • For example, if the Min and Max Bytes properties for a type are set to 10 and 20, they will be converted to the Min and Max Characters properties as 10 and 20, the Min Bytes size will be automatically set to 0 and the Max Bytes size will be reset.
  • See example 4: Min and Max Bytes contraints

Conversion activity will be reported in the log file.