Forum Discussion
Latest Update Creates Login Error
- Anonymous2 years ago
Hi hh26 ,
This issue may be caused by rolling out the registry key
Hive: HKEY_LOCAL_MACHINE
Key path: SYSTEM\CurrentControlSet\Control\SecurityProvider s\SCHANNEL\Protocols\TLS 1.3\Client
Value name: Enabled
Value type: REG_DWORD
Value data: 0x1 (1)Which is invalid for Windows 10 machines, since Windows 10 doesn't support TLS 1.3 according to docs at Protocols in TLS/SSL (Schannel SSP) - Win32 apps | Microsoft LearnRemoving the key or setting Enabled to 0 should fix the issue.Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Apparently the incorrect Identity DLL version was installed with the October update (C:\Program Files (x86)\Microsoft Power BI Desktop\bin\Microsoft.IdentityModel.Abstractions.dll). You can try replacing the DLL with the older DLL version that PBI is referencing (Microsoft.IdentityModel.Abstractions, Version=6.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35) until the install file is updated. My best guess is that the incorrect DLL was referenced in the package as the 6.22.0.0 DLL is outdated and external PBI tools like tabular editor use later DLL versions...