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

Data Replication Console

Data Replication Console

The Informatica Data Replication Console is a graphical user interface for configuring and administering data replication on Windows operating systems.
Use the Console to perform the following tasks:
  • Create a replication configuration
  • Configure a Server Manager
  • Schedule and run a replication job
  • Monitor a replication job
  • Deploy a replication configuration to another replication environment
  • Manage replication configurations, users, and notifications
A Server Manager must be running to perform all of these tasks except configuring a new Server Manager instance.
When creating a replication configuration, you define the source database and tables, target database and tables, mappings between the source and target tables and columns, and other settings. The Console includes a schema generation option that generates compatible target table definitions based on selected source table definitions. The Data Replication Console leverages JDBC connectivity to extract the metadata that is required for mappings and execution of generated DDL.
For each replication configuration you create, Data Replication generates the following three SQLite database files that are stored in the
DataReplication_installation
/configs directory:
  • configuration_name
    .db. This database file stores the table, column, and mapping definitions as well as Extractor processing information for the configuration. The Extractor uses this configuration database file to write the list of processed database logs and checkpoint information.
  • configuration_name
    _buf.db. This database file contains only the processing information for the sendFile task, including the list of intermediate files that have been transferred to the Applier.
  • configuration_name
    _loader.db. This database file contains processing information for Applier tasks, such as intermediate file statuses, a list of committed SCNs, and statistics.
If a replication configuration uses different servers for the source and target, a copy of the
configuration_name
.db file is stored in the
DataReplication_installation
/configs directory on both server machines. The
configuration_name
_buf.db file is stored only on the source database machine.
Informatica recommends that you use the Data Replication Console to manage configurations and replication jobs. You can run the Data Replication Console standalone on a 64-bit Windows computer system as long as the Console has JDBC connectivity to the source and target systems.

0 COMMENTS

We’d like to hear from you!