Client-Server connection error after Windows Update

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
RonBrisola
Posts: 14
Joined: Wed 14 Nov 2012 12:59

Client-Server connection error after Windows Update

Post by RonBrisola » Tue 29 May 2018 12:21

Hello,

After my Windows 10 updated to version 1803, build 17134 I'm not been able to connect delphi applications stored in network path.
If the application is stored on local path the connection works fine.

Someone else is having the same problem?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Client-Server connection error after Windows Update

Post by ViktorV » Wed 30 May 2018 06:10

This behavior is possible if you use the SMBv1 protocol. To solve the issue, you should make sure that you are using SMBv2 or SMBv3 protocols, but not SMBv1 (if you do not know how to do this, then contact your system administrator). This behavior is due to the architecture specificity of Windows 10, and we cannot influence this in any way.

Post Reply