Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Understanding Data Replication
  4. Sources - Preparation and Replication Considerations
  5. Targets - Preparation and Replication Considerations
  6. Starting the Server Manager
  7. Getting Started with the Data Replication Console
  8. Defining and Managing Server Manager Main Servers and Subservers
  9. Creating and Managing User Accounts
  10. Creating and Managing Connections
  11. Creating Replication Configurations
  12. Materializing Targets with InitialSync
  13. Scheduling and Running Replication Tasks
  14. Implementing Advanced Replication Topologies
  15. Monitoring Data Replication
  16. Managing Replication Configurations
  17. Handling Replication Environment Changes and Failures
  18. Troubleshooting
  19. Data Replication Files and Subdirectories
  20. Data Replication Runtime Parameters
  21. Command Line Parameters for Data Replication Components
  22. Updating Configurations in the Replication Configuration CLI
  23. DDL Statements for Manually Creating Recovery Tables
  24. Sample Scripts for Enabling or Disabling SQL Server Change Data Capture
  25. Glossary

Users and Privileges

Users and Privileges

Data Replication provides two types of user accounts: the idradmin user account and regular replication user accounts. Initially, you must connect to the Server Manager as the idradmin user with a blank password. After you connect to the Server Manager Main server the first time, you can change the password for the idradmin user and create other user accounts.
Data Replication uses an ownership mechanism to determine user privileges. Ownership pertains to the following replication objects:
  • Configurations
  • Schedules
  • Tasks
  • Connections
  • Environment variable lists
  • Subscribers
When you create a replication object, you specify an owner for it.
Object ownership completely determines user permissions. Neither the idradmin user nor a regular replication user can customize user permissions in the Data Replication Console.
The idradmin user has all rights and permissions. The idradmin user can modify all of the replication objects and start or stop all of the replication tasks and schedules. The idradmin user can also perform the following administrative tasks:
  • Create and manage user accounts.
  • Add subservers to a replication server group.
  • Edit the Server Manager settings.
  • View execution logs of replication tasks.
  • View database connections.
  • Manage open transactions.
  • Deploy configurations.
  • Manage database supplemental logging.
  • Manage user notifications.
If you connect to a Main server as a regular replication user, you can perform only the following tasks:
  • Modify only the replication objects for which you are designated as the owner.
  • Start and stop the replication tasks and schedules for which you are designated as the owner.
  • Run replication jobs only for the configurations for which you are designated as the owner.
  • View execution logs of replication tasks for which you are designated as the owner.
  • View database connections for the configurations for which you are designated as the owner.
  • Manage open transactions for the configurations for which you are designated as the owner.
  • Deploy the configurations for which you are designated as the owner.
  • Manage database supplemental logging for the configurations for which you are designated as the owner.

0 COMMENTS

We’d like to hear from you!