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 Script Files

Data Replication Script Files

Script files end in
*.sh
or
*.cmd
. These files start Informatica Data Replication components and modules. Files that have the extension .sh run on Linux or UNIX, and files that have the extension .cmd run on Windows. These shell scripts set the appropriate environment variables, such as LD_LIBRARY_PATH, before running the executable.
Data Replication provides the following script files in the root installation directory:

Informatica Data Replication Console

idr_cmd_line.sh or idr_cmd_line.cmd
Starts the Replication Configuration Command Line Interface.
idr_console.cmd
Starts the Data Replication Console. The Data Replication Console is supported only on Windows.

InitialSync

initialsync.sh or initialsync.cmd
When either the source or target is Oracle, synchronizes the source and target tables.
initialsync_odbc.sh or initialsync_odbc.cmd
When neither the source nor target is Oracle, synchronizes the source and target tables.
initialsync_teradata.sh or initialsync_td.cmd
When the source is Oracle and the target is Teradata, synchronizes the source and target tables.
initialsync_odbc_teradata.sh or initialsync_odbc_td.cmd
When the source is a database other than Oracle and the target is Teradata, synchronizes the source and target tables.
initialsync_direct.sh
When the target is Oracle, synchronizes the source and target tables using a DIRECT command line parameter setting of
y
.

Extractor

extract.sh or extract.cmd
Starts the Informatica Data Replication extraction engine based on the configuration file that you generated from the Data Replication Console.
extract_db2.sh or extract_db2.cmd
When the source database is DB2 for Linux, UNIX, and Windows, starts the Informatica Data Replication extraction engine based on the configuration file.
extract_mssql.sh or extract_mssql.cmd
When the source database is Microsoft SQL Server, starts the Informatica Data Replication extraction engine based on the configuration file.

Applier

apply.cmd
Starts the Informatica Data Replication apply engine based on the configuration file that you generated from the Data Replication Console.
apply_db2.sh or apply_db2.cmd
For DB2 targets, starts the Data Replication apply engine to apply captured changes to the target database.
apply_oracle.sh or apply_oracle.cmd
For Oracle targets, starts the Data Replication apply engine to apply captured changes to the target database.
apply_odbc.sh or apply_odbc.cmd
For ODBC-enabled targets, starts the Data Replication apply engine to apply captured changes to the target databases.
apply_td.sh or apply_teradata.cmd
For Teradata targets, starts the Data Replication apply engine to apply captured changes to the target databases.

Server Manager

idrcmd.sh or idrcmd.bat
Starts the Server Manager Command Line Interface.
install_sm_service.cmd
Installs the Data Replication Server Manager as a service on Windows.
server_manager.sh or server_manager.cmd
Starts the Data Replication Server Manager.
start_sm_service.cmd
Starts the Data Replication Server Manager as a service on Windows.
stop_sm_service.cmd
Stops a Data Replication Server Manager service that is running on Windows.
uninstall_sm_service.cmd
Uninstalls a Data Replication Server Manager service on Windows.

0 COMMENTS

We’d like to hear from you!