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

Installing the Server Manager as a Service on Windows

Installing the Server Manager as a Service on Windows

On Windows, optionally install the Server Manager as a service. Data Replication provides an installation script in its top-level installation directory that you can use.
  1. Log in to the system as the Administrator user or log in with a user ID that belongs to the Administrator group.
  2. At the command prompt, navigate to the top-level Data Replication installation directory that you specified in the DBSYNC_HOME environment variable.
  3. Install the Server Manager as a service in one of the following ways:
    • Run the install_sm_service.cmd script.
    • Enter the following command:
      server_manager RUN_AS_SERVICE -i
  4. If you install the Server Manager as a service for configurations that have a Microsoft SQL Server source, perform one of the following steps:
    • Add the built-in NT AUTHORITY\SYSTEM Windows account to the
      sysadmin
      fixed server role on the SQL Server source database.
    • Change the account under which the Server Manager service runs from the Local System account to a Windows account that is included in the list of SQL Server Logins. The account must be a member of the
      sysadmin
      fixed server role. Perform the following substeps:
      1. In Control Panel, click
        System and Security
        Administrative Tools
        Services
        .
      2. In the list of services, double-click the service for the Server Manager, which has the name
        Informatica Data Replication
        <version>
        .
      3. In the
        Service Properties
        dialog box, click the
        Log On
        tab.
      4. Select
        This account
        and either enter or browse to the account that you want the service to use.
      5. Enter and confirm the password for this account.
      6. Click
        OK
        .

0 COMMENTS

We’d like to hear from you!