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

Preparing Microsoft SQL Server Target Systems

Preparing Microsoft SQL Server Target Systems

After you install Informatica Data Replication on a Microsoft SQL Server target system, you must complete several tasks to prepare the system for data replication.
  1. Verify that the SQL Server database uses Mixed authentication mode to allow use of SQL Server Authentication.
  2. Create a database user for Data Replication use. For example, use the user name “datarep_user.”
  3. Set up an SQL Server login account for the database user that uses SQL Server Authentication.
  4. Add the database user to the following server-level and database-level roles:
    • Server-level roles: dbcreator, public
    • Database-level role: db_owner. Add the Data Replication user to this role for each target database.
  5. If you access SQL Server data from a Linux or UNIX system by using the Server Manager or another means, use the DataDirect ODBC driver that Data Replication provides in the
    DataReplication_installation
    /dd subdirectory.
  6. Ensure that Microsoft SQL Server Native Client is installed on the system where InitialSync runs.
    InitialSync requires the Native Client to load data to Microsoft SQL Server targets by using the Bulk Copy Program (BCP).

0 COMMENTS

We’d like to hear from you!