In this case it was 65gb. I found it using SpaceMonger.
CMD
then click OKCD C:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\ASA\win32\
and press Enter, this will change directories to the folder containing dbsrv11.exe.dbsrv11 -f "C:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\dbsem5.db
and press Enterservices.msc
then click OK and start the Symantec Embedded Database ServiceIf this is a recurring issue, create a batch file and put it in the task scheduler. It should contain the following:
net stop semsrv
net stop SQLANYs_sem5
attrib -r "C:\Program Files\Symantec\Symantec Endpoint Protection Manager\db\sem5.log"
del "C:\Program Files\Symantec\Symantec Endpoint Protection Manager\db\sem5.log"
net start SQLANYs_sem5
net start semsrv
Symantec recommends using it once a week where this issue exists.