Steps to modify the DLP Endpoint database
search cancel

Steps to modify the DLP Endpoint database

book

Article ID: 159586

calendar_today

Updated On:

Products

Data Loss Prevention Endpoint Prevent Data Loss Prevention Endpoint Discover Data Loss Prevention

Issue/Introduction

How can the DLP Endpoint database be modified?

Resolution

Install vontu_sqlite3 on the Endpoint machine.  This tool is included in the Tools directory in the "Symantec_DLP_<version>_Agent_<platform>-IN.zip" package you download from our support site.

Once installed, login to SQLite with the tools password specified during Agent package creation.

To run this tool, copy vontu_sqlite3 into the Endpoint agent directory where the ks.ead file is located.  The default is C:\Program Files\Manufacturer\Endpoint Agent

Then execute:

vontu_sqlite3 -db=<database file> [-p=<tools password>]

Example:  vontu_sqlite3 -db=cg.ead -p=<tools password>

This will bring up a sql prompt (SQL>) from which sql commands may be executed. 

After you have performed all of the database actions, you can end the session using the command ".exit".