Configurable column sizes for report data sync tables

We can customize the column length values of the tables that are created during report data synchronization..

The default value for all the entries is 255.

All the reporting related table schemas are stored in the ‘ENTITY_COLUMN’ table. The data that is stored in this table is used to create tables and columns at the time of data synchronization. As part of this fix, the ‘ENTITY_COLUMN’ table is altered to add one more column, 'COLUMN_LENGTH' to store the length of the column.

The customized column length value can be specified for a particular column by mentioning the entity and attribute name in the $ISIM_HOME\data\adhocreporting.properties file. The column length value is used to create the reporting tables. The column lengths of only the specified columns are changed, while other table columns are created with a default value of 255.


Properties introduced in adhocreporting.properties file


How this fix works

Parent topic: Troubleshooting report problems