Truncating InstanceDisplayName and InstanceFileName

This section explains how to properly truncate the InstanceDisplayName and InstanceFileName elements within the bsi.properties file when either value exceeds a specific number of characters specified in the file. As a result of this change, the first 21 characters appeared following by a "_" and 32 character hash value.

  1. Access the bsi.properties file and update the following section:
    ## When set to 0 no truncation occurs. This value cannot be greater than 214
    com.bankerssystems.expere.displayNameMaxLength=0
  2. Set the value for the com.bankerssystems.expere.displayNameMaxLength.

    When the displayNameMaxLength value is > = 32 and <=214, both InstanceDisplayName and InstanceFileName are truncated to the value specified in displayNameMaxLength. Truncation will not occur if displayNameMaxLength > 214.