XOG should not allow for inserting duplicate unique_name in srm_resources when updating in Oracle and Postgres. This is restricted in the UI and in REST therefore is not allowed there.
Steps to Reproduce:
1. Create a xog import file with the following contents
2. XOG in the file
3. Run the following query against the database (postgres version):
select * from srm_resources where unique_name ilike 'admin';
-- multiple rows are returned
Expected Results: XOG should not allow duplicate values for unique_name (resourceId) on the resource/role object.
Actual Results: XOG permits duplicate unique_name/resourceId values.
DE62844
Workaround: Use REST or validate the data.
Release : 15.9.3
Component : CLARITY XML OPEN GATEWAY (XOG)
Fixed in Release 16.0.0