I have some custom made Windows services, that communicate over Named Pipes on local network with other application on another server. This setup worked perfectly on WS 2008 R2 and WS 2016 servers, but i cant get it work on WS 2019 for some reason. All the servers are set up absolutely in the same way.
I have tried to to elevate all the permissions to Administrator, but it did not help.
Do you know about any change made in WS2019, that could cause these problems?
Edit: I have tried to install SMBv1 on the servers, but it didnt help.
Edit 2: I dont think problem is in the named pipes. I am using ServiceController to connect to the service. Even when i try to "sc query" the service i get "[SC] EnumQueryServicesStatus:OpenService FAILED 5:" error. i think there must be some kind of change in service controlling in WS2019, but i dont know what to look for.