diff --git a/docs/kb/dataclassification/migration-and-maintenance/how-to-migrate-netwrix-data-classification-to-another-server.md b/docs/kb/dataclassification/migration-and-maintenance/how-to-migrate-netwrix-data-classification-to-another-server.md index ad2a5295a4..89d781d8e8 100644 --- a/docs/kb/dataclassification/migration-and-maintenance/how-to-migrate-netwrix-data-classification-to-another-server.md +++ b/docs/kb/dataclassification/migration-and-maintenance/how-to-migrate-netwrix-data-classification-to-another-server.md @@ -33,11 +33,13 @@ This article describes how to change or replace the server on which Netwrix Data 1. Stop and disable **all NDC services** on the application server (`conceptClassifier`, `conceptIndexer`, `conceptCollector`). - ![Service viewer showing NDC services](./../0-images/ka0Qk0000007H0v_0EM4u000002Qwyh.png) +image - > **NOTE:** You can also disable the NDC services using the **Service Viewer** located at: `C:\Program Files\ConceptSearching\ServiceViewer` (by default). -2. Back up the **NDC database** and the files in the **NDC Index** at `C:\Program Files\ConceptSearching\ConceptDB` (by default). + > **NOTE:** You can also disable the NDC services using the **Service Viewer** located at: `C:\Program Files\ConceptSearching\ServiceViewer` or 'C:\Program Files\Netwrix\Data Classification\ServiceViewer' + (by default). + +2. Back up the **NDC database** and the files in the **NDC Index** at `C:\Program Files\ConceptSearching\ConceptDB` or 'C:\Program Files\Netwrix\Data Classification\ConceptDB' (by default). 3. Before installation, ensure the necessary software [prerequisites](https://docs.netwrix.com/docs/dataclassification/5_7) are in place. @@ -47,6 +49,19 @@ This article describes how to change or replace the server on which Netwrix Data 5. During the install, select the checkbox to stop services on application start. -6. Copy the **backed-up Index files** from the old server to the new server's index location (`C:\Program Files\ConceptSearching\ConceptDB` by default). +6. Copy the **backed-up Index files** from the old server to the new server's index location (`C:\Program Files\ConceptSearching\ConceptDB` or or 'C:\Program Files\Netwrix\Data Classification\ConceptDB' by default). + +7. If you are migrating with 5.7.10.1 onwards, you could run into this error. +image + +You need to change the value of the primary Collector, Indexer and Classifier server in the NDC DB. + +The query should be run against NDC Database as follows + +Update DBStats +SET +Collector1 = 'NewServerName', +Indexer1 = 'NewServerName', +Classifier1 = 'NewServerName' -7. Start **all services** on the new server, and collection resumes as normal. The `conceptCollector`, `conceptIndexer`, and `conceptClassifier` services must stay disabled on the **old server** to prevent re-connecting to the database. NDC can be uninstalled once the migration is successful. +8. Start **all services** on the new server, and collection resumes as normal. The `conceptCollector`, `conceptIndexer`, and `conceptClassifier` services must stay disabled on the **old server** to prevent re-connecting to the database. NDC can be uninstalled once the migration is successful.