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.
-
Access the
bsi.propertiesfile and update the following section:## When set to 0 no truncation occurs. This value cannot be greater than 214 com.bankerssystems.expere.displayNameMaxLength=0 -
Set the value for the
com.bankerssystems.expere.displayNameMaxLength.When the
displayNameMaxLengthvalue is > = 32 and <=214, bothInstanceDisplayNameandInstanceFileNameare truncated to the value specified indisplayNameMaxLength. Truncation will not occur ifdisplayNameMaxLength> 214.