From 0dbef5cf33bd55910d30929d9a7ff880a54ed586 Mon Sep 17 00:00:00 2001 From: dte-arm Date: Mon, 22 Jun 2026 15:56:36 +0400 Subject: [PATCH 1/3] Update migration steps for Netwrix data classification Added instructions for updating server names in NDC database during migration for version from 5.7.10.1 and newer. --- ...twrix-data-classification-to-another-server.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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..a5db5ad7dd 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 @@ -49,4 +49,17 @@ This article describes how to change or replace the server on which Netwrix Data 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). -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. +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' + +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. From 0d27cb97253fba0c053ecde6dfb2f5aa056b32a1 Mon Sep 17 00:00:00 2001 From: dte-arm Date: Mon, 22 Jun 2026 16:09:57 +0400 Subject: [PATCH 2/3] Update service viewer and default path --- ...te-netwrix-data-classification-to-another-server.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 a5db5ad7dd..ee963297a1 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,7 +49,7 @@ 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\NDC\ConceptDB` by default). 7. If you are migrating with 5.7.10.1 onwards, you could run into this error. image From 6b752e402bf725c66ea8123fe4bcc8ba91a5c29e Mon Sep 17 00:00:00 2001 From: dte-arm Date: Mon, 22 Jun 2026 16:11:47 +0400 Subject: [PATCH 3/3] added index file path for Netwrix migration Updated the default index location for backed-up files during migration. --- ...-to-migrate-netwrix-data-classification-to-another-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ee963297a1..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 @@ -49,7 +49,7 @@ 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\NDC\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