To make ludbfix tool working you need to change max_cursor_count and max_statement_count values in DB.
1. Go to ISQL (%ProgramFiles%\Symantec\Symantec Endpoint Protection Manager\ASA\win32\dbisqlc.exe)
2. Run
- Set option public.max_cursor_count = 0;
- Set option public.max_statement_count = 0;
3. Run ludbfix tool.
4. Go to ISQL and run
- Set option public.max_cursor_count = 50;
- Set option public.max_statement_count = 50;
After this procedure you should not have Failed to clean up LiveUpdate downloaded content errors in SEPM console.
Thanks for your feedback. Let us know if you have additional comments below. (requires login)