Prior to SAS® Fraud Management 6.2 Hot Fix 6, the maximum fields allowed in an Analyst Grid Template or System Grid Templates were 256. Hot Fix 6 added a new property (webapp_max_grid_fields), which enables you to customize the maximum number of fields. The default value is 500. The minimum value is 256.
However, when configuring Analyst Grid Templates or System Grid Templates, if you add more segment fields than the value of webapp_max_grid_fields and click the Save button, the following error occurs:
An unexpected error has occurred in the application. Click Resume to continue working. If the problem persists, please contact an administrator.
In addition, the following detailed error message is written to the SAS Fraud Management web application log:
2025-11-06 10:49:03,722 ERROR [tomcat-http--9] util.ApplicationDefaultExceptionHandler (ApplicationDefaultExceptionHandler.java:47) -
============================== SAS® Fraud Management ==============================
org.springframework.beans.InvalidPropertyException: Invalid property 'gridFields[500]' of bean class [com.sas.finserv.creditfraud.fcm.web.model.GridTemplateDefinition]: Index of out of bounds in property path 'gridFields[500]'; nested exception is java.lang.IndexOutOfBoundsException: Index 500 out of bounds for length 500
If this error occurs, increase the value of the webapp_max_grid_fields property on the Preferences tab under System Properties ► Web Application. Then, stop and start the web application.