Known issues

The following known issues are there in the 12.1.1 version of Unica Platform.

Issue Issue ID Description
While upgrading from older versions to 12.1.1 the screen for upgrade confirmation may not appear. HMA-330794 While upgrading from older versions to 12.1.1, the screen for upgrade confirmation may not appear, but upgrade to 12.1.1 is successful. This will be addressed in later release.
User is not able to log in to Platform after upgrade to 12.1.1, in case Deliver is configured. HMA-330433

Execute the following query on Platform database.

select * from usm_role_role_map where role_id = (select ID from usm_role where name='Deliver_admin' and application=101 and partition_id=<>)

Specify actual partition id in above query, default for partition1, partition id =1, it varies for multiple partitions.

If above result in more than one row, contact HCL support to help in executing the following delete query - delete one of the duplicate record of "Deliver_admin " role by running the below query.

delete from usm_role_role_map where role_id = (select ID from usm_role where name='Deliver_admin' and application=101 and partition_id=<>) and parent_role_id=<partition_id>

For example , for partition id =1

delete from usm_role_role_map where role_id = (select ID from usm_role where name='Deliver_admin' and application=101 and partition_id=1) and parent_role_id=1