Questions tagged [windows-server-2019]

One of Microsoft Windows' server line of operating systems and a successor to Windows Server 2016. Use this tag for questions related to this particular server operating system.

One of Microsoft Windows' server line of operating systems and a successor to Windows Server 2016. Use this tag for questions related to this particular server operating system.

318 questions
11
votes
1 answer

Error running linux container on windows 2019 server

I just install docker on a windows 2019 server to run linux containers. I follow the this guide, "Running Linux Containers on Windows Server 2019" chapter. When i try to run the bash shell i got the following error: docker.exe: failed to register…
MiguelSlv
  • 9,553
  • 7
  • 72
  • 127
10
votes
4 answers

SQL Server connection errors when moving .net app to new server

I have a number of .NET web apps on a Server 2008 machine that I'm trying to migrate to a Server 2019 machine, and some of them are giving me problems connecting to SQL Server 2016 instance on another server after moving them. The error I get is…
8
votes
2 answers

Pulling a Windows Image for Docker on Windows Server 2019 has OS compatibility issues

I have recently tried to pull and run a Docker image (that worked on Windows 10) on a Windows Server 2019 instance which failed with the following error message: The container operating system does not match the host operating system. I've tried…
Dandré
  • 1,742
  • 1
  • 15
  • 31
7
votes
4 answers

Setting TimeZone for a Windows Container

I am trying to set the timezone of a WindowsContainer which is based on the windows nano server 2019 Build 1809. One of the simplest way of doing it for linux containers is to set the TimeZone environment variable as shown below: docker run -e…
6
votes
1 answer

what is the port 33060 for mysql server ports in addition to the port 3306

background purpose: I want to restrict inbound connection to MYSQL server only for specific host by setting inbound rules of windows firewall. MYSQL server port is open on 3306. However, when I open firewall setting, I can see two ports are opened…
Herbert
  • 420
  • 4
  • 15
6
votes
0 answers

No Final Strategy for running Linux container on Windows Server 2019

I am quite confused with the strategy of providing the Linux container support on Windows. I have Heard alot about LCOW and WSL to run linux container but I am still not sure why they are not providing the support of Linux Container using MOBY VM as…
6
votes
1 answer

Obtaining serial number of disk attached to Windows Server 2019

For years I've been using the drive serial number to map virtualized guest disks to the hyper-visor disk. VMWare ESXi for instance will set the disk serial number to the UUID of the disk - allows for easy mapping. Now that I've got a few Windows…
NTDLS
  • 4,429
  • 4
  • 38
  • 67
5
votes
0 answers

Docker failed to start service utility VM with LCOW on windows server 2019

I try to run a Docker container on a fresh windows 2019 machine but on pulling it I get following error message after a night long waiting: C:\Program Files\Docker\docker.exe: failed to register layer: failed to start service utility VM (applydiff…
5
votes
0 answers

Docker build error - NuGet.targets : error : Access to the path is denied

I have a Dockerfile with a multistage build (most the file was generated by VS). When I build my application via Docker on my Windows 10 machine everything works fine. When I try to build on a Windows 2019 Standard server I get this error: Step…
jwdenny13
  • 411
  • 8
  • 21
5
votes
2 answers

What is the supportedOS GUID for Windows Server 2019?

I'm trying to install some software on Windows Server 2019 that's not officially supported on it. Several older and newer versions of the same software (also unsupported) install and work just fine, but one particular version won't attempt the…
ASForrest
  • 265
  • 2
  • 15
5
votes
1 answer

How to fix 'Cookie file /var/lib/rabbitmq/.erlang.cookie must be accessible by owner only' error in windows server 2019 with DockerProvider service

I'm installed docker in windows server 2019 with DockerProvider I'm using this code Install-Module DockerProvider Install-Package Docker -ProviderName DockerProvider -RequiredVersion preview [Environment]::SetEnvironmentVariable("LCOW_SUPPORTED",…
5
votes
1 answer

EventLog.SourceExists fails on Windows Server 2019

I am testing an ASP.NET application on Windows Server 2019 with .Net Framework 4.7.2. The IIS Application is setup to impersonate a user that does NOT have administrative privileges. The application calls EventLog.SourceExists to check if a event…
bbm
  • 51
  • 5
4
votes
1 answer

IIS/ Windows Server 2019 no HTTP/2

I have a server installed with Windows Server 2019 and IIS 10. According to https://docs.microsoft.com/en-us/iis/get-started/whats-new-in-iis-10/http2-on-iis all https sites should work using HTTP/2 out of the box. However my site works in http/1.1…
Plamen Ignatov
  • 582
  • 1
  • 5
  • 16
4
votes
0 answers

Why do I get an Xml Validation error when running my application on one server, but not on my other server's systems?

I've deployed my ASP.Net C# application to three other systems without problem. I haven't changed the application code, or even the installer. I have also gone through and made sure that my IIS 10 settings and connections are all set up as close to…
3
votes
2 answers

Windows Server Core Docker Containers networking problem

I have 2 containers created via docker compose with the following settings: docker-compose.yml File: version: "3.7" services: web: image: img_web container_name: cont_web svcs: image: img_svcs container_name:…
1
2 3
21 22