The information in this article applies to:
Product: Metastorm BPM
Version: 7.x
Issue
- A numeric suffix length for a folder name is specified in the map properties in the Designer. What happens when this number is reached?
Resolution
- As stated in the Designer User Manual, there is a 20-character maximum for the map (folder name) prefix. The Designer allows a maximum suffix length of 9. However, the eFolderName column in the eFolder table has a maximum size of 31 characters. The Process Engine will increment the numeric suffix past the length specified (999,999,999 --> 1,000,000,000) but will ultimately be constrained by the column size in the database.