This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Accept
Reject
  • RSA.com
  • Home
  • Advisories
    • SecurID
    • SecurID Governance & Lifecycle
  • Documentation
    • SecurID
      • Authentication Agents
        • API / SDK
        • Apache Web Server
        • Citrix StoreFront
        • IIS Web Server
        • MFA Agent for macOS
        • MFA Agent for Windows
        • Microsoft AD FS
        • Microsoft Windows
        • PAM
      • Authentication Engine
      • Authentication Manager
      • Cloud Authentication Service
      • Hardware Appliance
        Component Updates
      • Hardware Tokens
      • Integrations
      • SecurID App
      • SecurID Authenticator for macOS
      • SecurID SDK
      • Software Tokens
        • Android
        • iOS
        • macOS
        • Token Converter
        • Windows
    • SecurID Governance & Lifecycle
    • Technology Partners
  • Downloads
    • SecurID
      • Authentication Agents
        • API / SDK
        • Apache Web Server
        • Citrix StoreFront
        • IIS Web Server
        • MFA Agent for macOS
        • MFA Agent for Windows
        • Microsoft AD FS
        • Microsoft Windows
        • PAM
      • Authentication Engine
      • Authentication Manager
      • Cloud Authentication Service
      • Hardware Appliance
        Component Updates
      • Hardware Tokens
      • Integrations
      • SecurID Authenticator for macOS
      • Software Tokens
        • Android
        • iOS
        • macOS
        • Token Converter
        • Windows
    • SecurID Governance & Lifecycle
  • Community
    • SecurID
      • Blog
      • Discussions
      • Events
      • Idea Exchange
      • Knowledge Base
    • SecurID Governance & Lifecycle
      • Blog
      • Discussions
      • Events
      • Idea Exchange
      • Knowledge Base
  • Support
    • Case Portal
      • Create New Case
      • View My Cases
      • View My Team's Cases
    • Community Support
      • Getting Started
      • News & Announcements
      • Ideas & Suggestions
      • Community Support Articles
      • Community Support Forum
    • Product Life Cycle
    • Support Information
    • General Security Advisories
  • Education
    • Blog
    • Browse Courses
      • SecurID
      • SecurID Governance & Lifecycle
    • Certification Program
    • New Product Readiness
    • Student Resources
Sign In Register Now
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Search instead for 
Did you mean: 
Announcements

SecurID® Knowledge Base

Find answers to your questions and identify resolutions for known issues with knowledge base articles written by SecurID experts.
  • SecurID Community
  • :
  • Products
  • :
  • SecurID
  • :
  • Knowledge Base
  • :
  • Adding trusted realm in RSA Authentication Manager 8.1 SP1 fails with an error: "The trust is not un...
  • Options
    • Subscribe to RSS Feed
    • Bookmark
    • Subscribe
    • Email to a Friend
    • Printer Friendly Page
    • Report Inappropriate Content

Adding trusted realm in RSA Authentication Manager 8.1 SP1 fails with an error: "The trust is not unique. Either the trust package has already been imported under another name, or the name ace0stl0 has already been used."

Article Number

000036475

Applies To

RSA Product Set: SecurID
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.1 SP1 and higher
 

Issue

An RSA administrator is unable to import a trusted realm package on the Authentication Manager primary. The rsa-console.log has the following error:
 
ERROR [[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] 
GUILog.traceException(587) | exception: com.rsa.command.exception.DuplicateDataException: 
ERROR: duplicate key value violates unique constraint "ak_ims_trusts"
Detail: Key (owner_id, deployment_uuid, external_realm_name)=(000000000000000000001000e0011000, 
832339bc-df9e-4ff3-b8cd-40f7ef40897f, SystemDomain) already exists.
(000000000000000000001000e0011000, 832339bc-df9e-4ff3-b8cd-40f7ef40897f, SystemDomain) 
key is already present in the table ims_trusts.
On the Security Console the following message appears:
 
The trust is not unique. Either the trust package has already been imported under another name, or the name <realm_name> has already been used.

Cause

The primary Authentication Manager server and the the new trusted server both have same UUID in the database. This will happen because at some point the newly added trusted server was part of the current primary deployment. Each server must have a unique UUID in order to establish trusted realm.

Resolution

To correct the issue,
  1. Connect to each RSA Authentication Manager server via SQL.
  2. At step 3 in the instructions, enter the following command on the primary for Realm 1:
db=# SELECT * FROM ims_config_value WHERE name='ims.deployment.uuid';
                id                |   instance_id    |        name         |     value 
----------------------------------+------------------+---------------------+-------------------------------------- 
5a5f17b966e69a0a1a917ab6685884a8  | 0000-Global-0000 | ims.deployment.uuid | 90b5dfbc-6622-4398-aa18-e70aa3671151 
(1 row)
  1. On the replica for Realm 2, 
    db=# SELECT * FROM ims_config_value WHERE name='ims.deployment.uuid';
                    id               |    instance_id   |         name        |     value
    ---------------------------------+------------------+---------------------+-------------------------------------- 
    8627add62fe39a0a010f95c16788a864 | 0000-Global-0000 | ims.deployment.uuid | 832339bc-df9e-4ff3-b8cd-40f7ef40897f 
    (1 row)
    1. ​On the primary for Realm 2,

    db=# SELECT * FROM ims_config_value WHERE name='ims.deployment.uuid';
                    id               |    instance_id   |         name        |     value
    ---------------------------------+------------------+---------------------+-------------------------------------- 
    8627add62fe39a0a010f95c16788a864 | 0000-Global-0000 | ims.deployment.uuid | 832339bc-df9e-4ff3-b8cd-40f7ef40897f
    (1 row)

    Notice that the UUID for the replica in Realm 1 and the primary in Realm 2 are the same. This is the reason why the insertion of a trusted realm fails. Make sure that each server has a unique UUID.

    Workaround

    Install a new primary instance in Realm 2 and it will have a unique UUID. Verify the UUID with  the SELECT statements above. Once that is done, adding the trusted realm will be successful.
    Tags (60)
    • 8
    • 8.1
    • 8.1 Service Pack 1
    • 8.1 SP1
    • 8.1.1
    • 8.1.1.x
    • 8.1.x
    • 8.2
    • 8.2.x
    • 8.3
    • 8.3.x
    • 8.x
    • AM
    • Appliance
    • Auth Manager
    • Authentication Manager
    • Break Fix
    • Break Fix Issue
    • Broken
    • Config
    • Config Failure
    • Configuration
    • Configuration Failed
    • Configuration Failure
    • Configuration Help
    • Configuration Issue
    • Configuration Problem
    • Configuring Issue
    • Configuring Problem
    • Customer Support Article
    • Failed Config
    • Failed Configuration
    • Issue
    • Issue Configuring
    • Issues
    • KB Article
    • Knowledge Article
    • Knowledge Base
    • Problem
    • RSA AM
    • RSA Auth Manager
    • RSA Authentication Manager
    • RSA SecurID
    • RSA SecurID Access
    • RSA SecurID Suite
    • SecurID
    • SecurID Access
    • SecurID Appliance
    • SecurID Suite
    • Setup Issue
    • Version 8
    • Version 8.1
    • Version 8.1.1
    • Version 8.1.1.x
    • Version 8.1.x
    • Version 8.2
    • Version 8.2.x
    • Version 8.3
    • Version 8.3.x
    • Version 8.x
    0 Likes
    Was this article helpful? Yes No
    Share
    No ratings

    In this article

    Version history
    Last update:
    ‎2020-12-12 08:35 PM
    Updated by:
    Administrator RSA-KB-Sync Administrator

    Related Content

    Powered by Khoros
    • Blog
    • Events
    • Discussions
    • Idea Exchange
    • Knowledge Base
    • Case Portal
    • Community Support
    • Product Life Cycle
    • Support Information
    • Customer Success
    • About the Community
    • Terms & Conditions
    • Privacy Statement
    • Provide Feedback
    • Employee Login
    © 2022 RSA Security LLC or its affiliates. All rights reserved.