Table of Contents

Search

  1. Preface
  2. Part 1: Introduction
  3. Part 2: Samples and Examples
  4. Part 3: Tools and Utilities
  5. Part 4: SDK Resources

Assigning Users to Operational Reference Stores

Assigning Users to Operational Reference Stores

After you create and register users with the MDM Hub Master Database, grant users access to Operational Reference Stores. Use the automation tool to assign users to the Operational Reference Stores.
  1. Ensure that the users are created and registered with the MDM Hub Master Database.
    You can register users through the Hub Console or by using the
    CreateUsers
    command.
  2. Determine the Operational Reference Store database ID.
  3. If user names include spaces or special characters, configure the properties to assign users to Operational Reference Stores in the
    automation.properties
    file:
    The following table describes the properties in the
    automation.properties
    file that you need to configure:
    Property
    Description
    MDM.number.of.user_ors_relationships
    Required. Number of users that you want to assign to an Operational Reference Store.
    MDM.user_ors_rel.username<n>
    Required. User name of a user that you want to assign to an Operational Reference Store.
    MDM.user_ors_rel.databaseIds<n>
    Required. Operational Reference Store ID.
  4. Open a command prompt and navigate to the following directory:
    On UNIX.
    <Resource Kit installation directory>/automation/Misc_Automation
    On Windows.
    <Resource Kit installation directory>\automation\Misc_Automation
  5. To assign users to Operational Reference Stores, run one of the following commands:
    • When user names include spaces or special characters, run the following command:
      On UNIX.
      AssignUsersToDatabases.sh
      On Windows.
      AssignUsersToDatabases.cmd
    • When user names do not include spaces or special characters, run the following command:
      On UNIX.
      AssignUsersToDatabases.sh <list of registered users> <list of registered Operational Reference Store database IDs>
      On Windows.
      AssignUsersToDatabases.cmd <list of registered users> <list of registered Operational Reference Store database IDs>
      In the command, provide the list of registered users and the list of registered Operational Reference Store database IDs with comma delimiters but no space between each list item.
    The users are assigned to the Operational Reference Stores.

0 COMMENTS

We’d like to hear from you!