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

Replication Configuration CLI Overview

Replication Configuration CLI Overview

The Replication Configuration Command Line Interface (CLI) is a command line utility that you can use to update source and target metadata for replication configurations that you created in the Data Replication Console and saved as an XML file.
You can use the Replication Configuration CLI to update an existing configuration from the command line. The CLI retrieves metadata from the source and target databases and updates source and target schema and object IDs in the configuration. The CLI can run in interactive or non-interactive mode.
For example, you might want to update the configuration from the command line when you run a script for deploying the configuration to another replication environment.
You can run the Replication Configuration CLI on a source or target system or on a standalone machine.
Before you start the Replication Configuration CLI the first time, verify that the prerequisites for the JDBC drivers are met. For more information, see the
Informatica Data Replication Installation and Upgrade Guide
.
To start the Replication Configuration CLI, run one of the following scripts, which are located in the
DataReplication_installation
directory:
  • On Windows, run idr_cmd_line.cmd.
  • On Linux or UNIX, run idr_cmd_line.sh.
In interactive mode, the Replication Configuration CLI maintains a history buffer of recently entered command statements. After you start the Replication Configuration CLI from the command line, use the Up Arrow and Down Arrow buttons to navigate through the history to a previously entered command statement.

0 COMMENTS

We’d like to hear from you!