@@ -30,10 +30,10 @@ On the :guilabel:`Migration Options` module, click the
30
30
You can click :guilabel:`Terminate` to cancel a Data Verification process.
31
31
32
32
To view status and metadata information about the data verification process
33
- for a sync job, click the :guilabel:`Data Verification` dropdown :
33
+ for a sync job, click the :guilabel:`Data Verification` drop-down menu :
34
34
35
35
.. image:: /img/jobs/data-verification/data-verification-click-dropdown.png
36
- :alt: Click Data Verification Dropdown
36
+ :alt: Click Data Verification Drop-Down
37
37
38
38
Data Verification Overview
39
39
--------------------------
@@ -72,17 +72,17 @@ A data verification process can be any of the following statuses:
72
72
* - Status
73
73
- Description
74
74
* - ABORTED
75
- - A running data validation was unable to complete due to an error.
75
+ - A running data verification was unable to complete due to an error.
76
76
* - CANCELLED
77
- - The data validation process was cancelled by clicking :guilabel:`Terminate`.
77
+ - The data verification process was cancelled by clicking :guilabel:`Terminate`.
78
78
* - CANCELLING
79
- - The data validation process is being canceled.
79
+ - The data verification process is being canceled.
80
80
* - FAILED
81
81
- The source and destination databases do not match. The corresponding errors are listed on the :guilabel:`Job Update Log` pane.
82
82
* - VERIFIED
83
- - Data validation is successful, the source and destination databases match.
83
+ - Data verification is successful, the source and destination databases match.
84
84
* - VERIFYING
85
- - The data validation is in progress. Backend SQL and MongoDB query API commands are running to validate the migration.
85
+ - The data verification is in progress. Backend SQL and MongoDB query API commands are running to validate the migration.
86
86
87
87
Successful Data Verification
88
88
----------------------------
0 commit comments