Forum Discussion
tylersuardparker
Jun 10, 2024Copper Contributor
CoreError::CDL_WORKER_FAILURE
I couldn't find this error message anywhere. I try to use the online Teams and I get this error message.
Gea77
Jun 28, 2024Copper Contributor
Hello Tyler,
We are experiencing the same problem. I did research on the problem and created a bat file as a result of my experiments.When I cleared the cache files and the problem was solved.You need to delete old teams.I would be happy to share the solution with you.
@echo off
echo Teams işlemleri durduruluyor...
taskkill /f /im ms-teams.exe
echo Teams onbellek dosyalari siliniyor...
rmdir /s /q "%APPDATA%\Microsoft\Teams\Cache"
rmdir /s /q "%LOCALAPPDATA%\Microsoft\Teams\Cache"
rmdir /s /q
"r"
echo Teams onbellek dosyaları başarıyla temizlendi.
pause