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

Step 1. Edit the roles.properties File

Step 1. Edit the roles.properties File

Before you run the role tool to delete roles, you must configure the
roles.properties
file for your environment.
  1. Edit the properties to provide the credentials for your database.
    • For Oracle environments, enter the following properties:
      • database.type=oracle
      • database.hostname
      • database.portnumber
      • database.servicename
      • database.username
      • database.password
    • For Microsoft SQL Server environments, enter the following properties:
      • database.type=sqlserver
      • database.hostname
      • database.portnumber
      • database.dbname
      • database.username
      • database.password
    • For IBM DB2 environments, enter the following properties:
      • database.type=db2
      • database.hostname
      • database.portnumber
      • database.dbname
      • database.username
      • database.password
  2. Edit the following property to provide the number of roles you want to create:
    • MDM.number.of.delete.roles
    You can delete a maximum of 200 roles.
  3. For each role that you want to delete, edit the following property for each role to specify the name of each role:
    • MDM.delete.role.name<
      #
      >
    #
    is a number between 0 and (MDM.number.of.delete.roles)-1.

0 COMMENTS

We’d like to hear from you!