dadep <
[email protected]> wrote:
I'm able to login to my MS TEams account via web browser, but not with desktop app.
I have already cleared the cache, reinstalled the app but it doesn't
resolve.
After entering the email this error message appears. this specific error
is not found on google.
*******************
Correlation Id: 52eOb5c7-580c-4ee6-87d7-447a58e51f56
Timestamp: 2025-01-02T14:46.04.OOOZ
DPTI:
effcffc72535687ed7ae72702adc140fdb93a61e455e1472e58f1
84e7ecf2695
Error Tag: 7q6ch
Error Code: -2147023838
*******************
I don't use MS Teams. From what I can tell from an online search, there
is the MS Teams Win32 program and the MS Teams UWP app. You said app,
so I don't know if you are using the program or the app.
https://www.microsoft.com/en-us/microsoft-teams/download-app
Downloads an .exe, so maybe you get a standalone Win32 client program. Alternatively, if Teams was a component in an Office suite, uninstall,
and use Modify for the Office entry in Add/Remove Programs to reinstall
the Win32 client for Teams.
https://apps.microsoft.com/detail/xp8bt8dw290mpq
That is the UWP (Universal Windows Platform) app.
If using the app fails, I'd try uninstalling it to see if the standalone
Win32 client program works okay.
While an uninstall will remove the program, I don't know that it also
deletes the account credentials stored in Windows. Go to Control Panel
Credentials Manager, Windows Credentials tab, Generic Credentials
section, to see if anything remains after an uninstall that identifies
just your Teams account.
Not sure just where Teams has a cache. According to what I read, you
can clear the Teams cache by running the following in PowerShell (in one
line):
Get-ChildItem "C:\Users*\AppData\Roaming\Microsoft\Teams*" -directory |
Where name -in ('application cache','blob storage','databases','Cache','GPUcache','IndexedDB','Local
Storage','tmp') | ForEach{Remove-Item $_.FullName -Recurse -Force}
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)