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

Resetting the Password for the idradmin Account

Resetting the Password for the idradmin Account

If the password for the idradmin account is unknown, you must reset it to the default empty value before you can specify another password value.
  1. Stop the Server Manager Main server.
    Stopping the Server Manager stops the running replication tasks and schedules.
  2. Start the Server Manager Main server with the reset_idradmin command-line parameter. Use the following commands:
    • On Windows:
      server_manager.exe reset_idradmin
    • On Linux or UNIX:
      ./server_manager.sh reset_idradmin
    The Server Manager resets the password for the idradmin account to empty and then stops. Also, if the idradmin account was locked because you reached the maximum number of failed login attempts set by the MaxLoginAttempts property, the idradmin account is unlocked.
  3. Restart the Server Manager Main server.
  4. From the Data Replication Console, connect to the Server Manager Main server as the idradmin user using the empty password.
    If you want to change the password value from empty to a specific value, see Changing the Password for a User Account - idradmin User.
  5. Restart all of the replication tasks and schedules.

0 COMMENTS

We’d like to hear from you!