After the upgrade of NAC from 6.8.2 to 6.9.2 some Shared Component environment parameters values are reset with NULL value.
This is generating some automated deployment errors like in CDD with error code 110 (deploymentParameterHasNoValue)
Release Automation 6.8.2, 6.8.3, 6.8.4, 6.8.5, 6.8.6, 6.8.7, 6.9.0, 6.9.1
Upgrade to 6.9.2, 6.9.3 or 6.9.4
During upgrade to 6.9.2 or 6.9.3 or 6.9.4, function com.nolio.db.migration.V6_8_6_20250122000000001__Restore_root_uuid_for_params is called :
in nolio_dm_all*.log
2026-05-19T19:46:13.022Z [main] INFO (com.nolio.platform.server.dataservices.services.upgrade.UpgradeServiceImpl:243) - Calling Flyway Migrate...
2026-05-19T19:46:15.038Z [main] INFO (com.nolio.db.migration.V6_8_6_20250122000000001__Restore_root_uuid_for_params:27) - Starting UUID migration...
This function merges the environment parameter data value of the Shared Component. It seems it is using the value of first Shared Component version.
This may be NULL even if customer has set some value in the latest Shared Component version.