Defect HC-15552

Disabling listagg has no effect on Store Stage 1 (Database), Find Configurations

Software

Customer case Applies to Corrected in
CS0294174 V9.1.9.0 9.1.10.0

Observed behavior

When large data (> 4K) exists in the STORECONF data, there is an error in the LISTAGG function. Disabling the function has no effect.

Expected behavior

The control to disable the LISTAGG function should be respected in all phases.

Resolution

The LISTAGG function has a hard limit of 4K. The logic to handle the disable switch was not functioning correctly. This has been fixed.