You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dataclassification/5.7/contentconfigurationoverview/introduction/addsource/adddropbox.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Complete the following fields:
22
22
| App secret | The value, which is generated automatically as you create your Dropbox app. Click Show in the Dropbox app to view the value. |
23
23
| Authorization code | Select Generate and copy the code from your app. |
24
24
| Access Shared Team Folder as | If you have team folders in your Dropbox namespace and you want to crawl one or more of these folders with Netwrix Data Classification, provide the email address of an account that has access to the desired team folders. For personal folders, this option is not required. For more information, refer to Dropbox [Namespace guide](https://www.dropbox.com/developers/reference/namespace-guide). |
25
-
| OCR Processing mode | Select documents' images processing mode: - Disabled – documents' images will not be processed. - Default – defaults to the source settings if configuring a path or the global setting if configured on a source. - Normal – images are processed with normal quality settings. - Enhanced – upscale images further to allow more.|
25
+
| OCR Processing mode | Select documents' images processing mode: <ul><li>Disabled – documents' images will not be processed.</li><li>Default – defaults to the source settings if configuring a path or the global setting if configured on a source.</li><li>Normal – images are processed with normal quality settings.</li><li>Enhanced – upscale images further to allow more.</li></ul>|
26
26
| Source Group | Netwrix recommends creating a dedicated source group for Dropbox. |
27
27
| Pause source on creation | Select if you want to make other configuration changes before collection of the source occurs. |
Copy file name to clipboardExpand all lines: docs/dataclassification/5.7/contentconfigurationoverview/introduction/addsource/addsingledatabase/addsingledatabase.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,16 @@ tick the checkbox "_Pause source on creation_".
| Connection Type | Select your connection type: MS SQL, MySQL, or Oracle. |
32
-
| Server | Specify the server name of the database system to be crawled ("." can be used to indicate the local server). |
33
-
| Database Name | Specify the database that will be crawled. It is possible to configure multiple databases from the same server. |
34
-
| Authentication Method | Select authentication method: **Integrated** or **SQL**. - With **Integration** option selected, database will be accessed under the account currently logged on. - With **SQL** option selected, specify user name and password to be used when accessing the database. |
35
-
| OCR Processing Mode | Select processing mode for images in the documents: - Disabled – documents' images will not be processed. - Default – defaults to the source settings if configuring a path or the global setting if configured on a source. - Normal – images are processed with normal quality settings. - Enhanced – upscale images further to allow more accurate results. This will provide better accuracy but can lead to longer processing time if the images do not contain text. |
36
-
| Source Group | If you want to add database to a source group, select existing, or create a new one. |
37
-
| Pause source on creation | Select to make other configuration changes before the initial data collection starts. |
| Connection Type | Select your connection type: MS SQL, MySQL, or Oracle. |
32
+
| Server | Specify the server name of the database system to be crawled ("." can be used to indicate the local server). |
33
+
| Database Name | Specify the database that will be crawled. It is possible to configure multiple databases from the same server. |
34
+
| Authentication Method | Select authentication method: **Integrated** or **SQL**. <ul><li>With **Integration** option selected, database will be accessed under the account currently logged on.</li><li>With **SQL** option selected, specify user name and password to be used when accessing the database.</li></ul> |
35
+
| OCR Processing Mode | Select processing mode for images in the documents: <ul><li>Disabled – documents' images will not be processed.</li><li>Default – defaults to the source settings if configuring a path or the global setting if configured on a source.</li><li>Normal – images are processed with normal quality settings.</li><li>Enhanced – upscale images further to allow more accurate results. This will provide better accuracy but can lead to longer processing time if the images do not contain text.</li></ul> |
36
+
| Source Group | If you want to add database to a source group, select existing, or create a new one. |
37
+
| Pause source on creation | Select to make other configuration changes before the initial data collection starts. |
38
+
38
39
39
40
After the source configuration is completed, you will be prompted to lauch SQL crawling
Copy file name to clipboardExpand all lines: docs/dataclassification/5.7/contentconfigurationoverview/introduction/addsource/addsingledatabase/databaseconfigwizard.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,10 @@ Configure your crawling scope considering the following:
44
44
| Metadata Columns | Contains the number of non-text/binary columns for each table. Click the number link to review the full list. |
45
45
| Primary Key | Contains the primary key for each table. Review the following Microsoft article for more information on SQL Server primary keys: [Primary Keys Constraints](https://docs.microsoft.com/en-us/sql/relational-databases/tables/primary-and-foreign-key-constraints?view=sql-server-ver15#primary-keys-constraints). |
46
46
| Modified Filter | To improve performance the product performs automatic re-indexing against a field in each table that indicates the last modified date of the row. Where possible, the product will automatically map this based upon the exact match or inclusion of one of the below values within the field name. Additional values can be added below in order to support other naming conventions for modified fields (different language or internal convention). |
47
-
| Include? | Select if you want to disable crawling for this table. **NOTE:** You can disable crawling for all listed tables using the Include none option in the upper right corner of the wizard or enable crawling accordingly with the Include all.|
47
+
| Include? | Select if you want to disable crawling for this table. <br />**NOTE:** You can disable crawling for all listed tables using the Include none option in the upper right corner of the wizard or enable crawling accordingly with the Include all. |
48
48
| View Sample | Shows a table of the top 15 rows allowing to view if the table is one to exclude. |
49
49
50
+
50
51
## Exceptions
51
52
52
53
On this step, review tables with missing primary keys and/or missing modified filters.
0 commit comments