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

Schedule and Task Statuses

Schedule and Task Statuses

On the
Server Manager
tab >
Schedules
view, you can view all schedules and their statuses. You can also view the statuses of individual replication tasks in a schedule.
The following table describes schedule statuses:
Schedule Status
Description
error of creating
The Server Manager Main server failed to create a schedule. To diagnose the problem, see the execution logs for the Server Manager Main server.
failure
One or more tasks in the schedule ended abnormally.
pending
The schedule is awaiting its execution time.
running
One or more tasks in the schedule are running.
stopped
All of the tasks in the schedule either stopped or ended abnormally.
success
All of the tasks in the schedule completed successfully.
To update a schedule status, select the schedule row and click the
Refresh
icon button on the
Schedules
toolbar.
The following table describes task statuses:
Task Status
Description
cancelled
The task was canceled manually, or it was canceled because dependent tasks failed.
closing
The task ended successfully or abnormally, and the Server Manager is compressing the task log files.
error before finish
The task ended successfully, but the Server Manager failed to finalize the process correctly. To diagnose the problem, see the execution logs for the Server Manager server that you configured to run the task.
error of creating
The Server Manager Main server failed to create a task. To diagnose the problem, see the execution logs for the Server Manager Main server.
error of instantiation
The Server Manager Main server failed to instantiate a task. To diagnose the problem, see the execution logs for the Server Manager Main server that you configured to run the task.
error on start up
The Server Manager Main server failed to start a task. To diagnose the problem, see the execution logs for the Server Manager server that you configured to run the task.
failure
The task ended abnormally. To diagnose the problem, see the logs for the task.
pending
The task is awaiting its execution time.
running
The task is running.
server unreachable
The Server Manager Main server cannot connect to the Server Manager subserver that runs the task to get the task status.
sleep
The task cannot start because other replication tasks are blocking it or because the Data Replication user is editing the configuration that the task uses in Edit mode. To diagnose a problem, select the task on the
Server Manager
tab >
Schedules
view. In the
Processes
box, the
Blocked
column displays blocking status for replication processes:
  • No blocking
    . No other replication tasks are blocking the task.
  • By config
    . The Data Replication user is editing the configuration that the task uses in Edit mode.
  • By dependecies
    . The task depends on another task that cannot start.
  • By task
    . Other running replication tasks are blocking the task.
To view details, select the replication process and click
Blocking Information
.
stopped
The task was stopped, or it aborted.
success
The task completed successfully.

0 COMMENTS

We’d like to hear from you!