5.4 Configuring UCM Group Name

When you attach a report to the regulatory report, the group code configured in the UCM_GROUP_NAME parameter of the configuration table of AAI is validated. This parameter contains the value of a valid group name that appears during the AAI installation, and it is mapped to the business user performing the action.

You can get the value for this parameter by executing the following query in the configuration schema of the AAI application.
select PARAMVALUE from
configuration
where PARAMNAME='UCM_GROUP_NAME'
To update the above parameter, execute the following query.
update CONFIGURATION set PARAMVALUE = 'RRADMINISTRATOR' where PARAMNAME = 'UCM_GROUP_NAME';