Applications or scripts utilizing the Symantec Data Loss Prevention (DLP) REST API fail to authenticate, often resulting in a **401 Unauthorized** error.
This occurs because the service account used for the integration has become locked within the Enforce console.
- API calls return HTTP status code 401.
- In the Enforce console, the service account status appears as "Locked."
- Errors in the `localhost` or `SymantecDLPManager.log` may indicate failed login attempts or user lockout events.
- High-frequency API calls may conflict with system tasks like Active Directory (AD) user synchronization, leading to `OptimisticLockException` errors.
DLP 16.x and Higher
An administrator must log into the Enforce console to restore the account:
To modify how long an account remains locked or the number of permitted failed attempts:
passwordenforcement.properties in the Protect\config directory.com.vontu.manager.password.attempts=6 (Number of failed attempts before lockout)com.vontu.manager.password.administrator.lockout.expiration=60 (Duration of lockout in minutes)