DB Crawler Installation and Administration

Overview

Installation of DB Crawler includes 4 Steps.

  1. Adding new Connector Class
  2. Creating new Connector based on the Connector Class
  3. Adding corresponding Data Handler Class
  4. Creating new Data Handler based on the Data Handler Class

1. Adding Connector Class

Navigate to Connectors in the Navigation menu on the left side of the screen.

Click the Add Class button.

Choose the JAR file you have received from Cogniware (locate it on your file system).

Example of the file:

DatabaseCrawler-1.0.16-2018-08-22_08-24-19.jar

Fill in the Class Name depending on the type of target system:

GDPR Explorer:

eu.cogniware.Crawlers.DatabaseCrawler.DatabaseCrawler

Click Add Connector Class button.

You can follow with immediately creating the corresponding Connector or you can do this later.

2. Creating Connector

If you didn't use the option to create the Connector immediately after adding the Connector Class, than:

Choose the Database Connector Class you have created in the previous stem from the Navigation menu in Connectors pane.

Click Add Connector button.

Fill in the Name of the Connector.

Fill in JNDI name you created. For how to get JNDI name seeJDBC Connection Pool and JDBC JNDI installation.

 

Click Add Connector button.

3. Adding Data Handler Class

Navigate to Data Handlers in the Navigation menu on the left side of the screen.

Click the Add Class button.

Choose the JAR file you have received from Cogniware (locate it on your file system).

Example of the file:

DatabaseCrawler-1.0.16-2018-08-22_08-24-19.jar

Fill in the Class Name depending on the type of target system:

GDPR Explorer:

eu.cogniware.DataHandlers.Database.PlatformDatabaseDataHandler



Click Add Data Handler Class button.

You can follow with immediately creating the corresponding Data Handler or you can do this later.

4. Creating Data Handler

If you didn't use the option to create the Data Handler immediately after adding the Data Handler Class than:

Choose the Database Data Handler Class you have created from the Navigation menu in Data Handlers pane.

Click Add Data Handler button.

Fill in the Name of Data Handler.

GDPR Explorer Standard Setup

platform_protocol: http

platform_server: apimodules

platform_port: 8080

contains_personal_data: no (yes is only used when crawling data subjects)

Click Add Data Handler button.

Get me there: