Tools
Web Help Desk is down with an email data object error
This article addresses an issue that prevents Web Help Desk from starting and displays an error message in the TRUNCATE EMAIL_DATA_OBJECT file.
First published date
Last published date
Overview
This article describes how to resolve the issue where WHD is down and TRUNCATE EMAIL_DATA_OBJECT gives the following error message:
The transaction log for database 'WHD' is full due to 'LOG_BACKUP'
Product section
Cause
Resolution
Address the database issue
- Change Database Recovery model from Full to Simple.
- Shrink log files using SQL Studio.
- Right click WHD Database and select Tasks > Shrink > Files.
- Select the Log in File Type field.
- Click OK.
- Run the SQL query, TRUNCATE TABLE EMAIL_DATA_OBJECT
Control the growth of EMAIL_DATA_OBJECT
- Log in to the WHD Console as an Administrator.
- Go to Setup > E-Mail > Options.
- Under E-Mail Options, set the Delete E-Mail History Entries After setting to a shorter time period.
- Click Save.