Task Status

View Task Status using “repcli”

The “compare status” command provides task execution details:

repcli compare status capture=id_of_the_capture_process taskname=task_name

The parameters are:

  • capture - ID of the Capture Process
  • taskname - Name of the task

The command output provides task execution details.

Example

Run the following command to show the “NewTask” task status:

repcli compare status capture=2 taskname=NewTask

The command output:

Capture 2: cap2, Status: (RUN) Calculate Hash, TaskName: NewTask
Table Name        : dbo.FactProductInventory [25.97%  20(Chunks) 2.73/s 20s]
Total Tables      :    9
Total Failed      :    0
Completed         :    0


Processed by Apply 2:

        Compare Time|                    Table Name|  Chunks| Capture|   Apply|  Match(%)|  Match Rows| Failed Rows| Missed Rows
------------------------------------------------------------------------------------------------------------------------------------
2025-06-09 15:51:13|      dbo.FactProductInventory|      77|      20|       6|    100.00|        3000|           0|           0
              QUEUED|            dbo.FactCallCenter|       0|       0|       0|    100.00|           0|           0|           0
              QUEUED|          dbo.FactCurrencyRate|       0|       0|       0|    100.00|           0|           0|           0
              QUEUED|         dbo.FactInternetSales|       0|       0|       0|    100.00|           0|           0|           0
              QUEUED|   dbo.FactInternetSalesReason|       0|       0|       0|    100.00|           0|           0|           0
              QUEUED|        dbo.FactSurveyResponse|       0|       0|       0|    100.00|           0|           0|           0
              QUEUED|dbo.FactAdditionalInternationa|       0|       0|       0|    100.00|           0|           0|           0
              QUEUED|         dbo.FactResellerSales|       0|       0|       0|    100.00|           0|           0|           0
              QUEUED|            dbo.FactSalesQuota|       0|       0|       0|    100.00|           0|           0|           0
------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------

 

REST API

  • Endpoint: https://repstance_url/compare/status
  • Method: POST
  • Header:
    • Content-Type: application/json
    • X-Token: token
  • Body:
    {
      "capture_id":id_of_the_capture_process,
      "name":"name_of_the_task"
     }
     

Web UI

To see status of the validation tasks click “Show More” of the Capture process and click “Data Comparison Report” tab:

 

The “Failed Rows” column contains details on the records that are not matched. The “Missed Rows” column shows number of records that are missed in the Target database. 

 

You can view the values of the primary key for the Failed or Missed rows by clicking it: