How to verify DLP installation date
search cancel

How to verify DLP installation date

book

Article ID: 245275

calendar_today

Updated On:

Products

Data Loss Prevention Core Package

Issue/Introduction

Is there any way to get DLP installation date?

Environment

Release : 15.8

Component : Default-Sym

Resolution

The DLP product installation date and time can be found from two places i.e.

Below DB command will give the version and the date installed along with other details like the current version (Yes or No).

select * from enforceversion;

Also below command will provide you with the current version code name and the date installed.

select * from dbschemaversion;

Hope the above information helps

Additional Information

Note: You might need a DB Admin help to access the information for those who do not have access to the Database.