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.

556 questions
19
votes
1 answer

Installing Windows Terminal on Windows Server 2019 Datacenter

I'm trying to install Windows Terminal on this Windows Server 2019 Datacenter, using choco, reading this: https://computingforgeeks.com/easy-way-to-install-windows-terminal-on-windows/ PS C:\Windows\system32> choco install…
Jason Hunter
  • 495
  • 1
  • 4
  • 11
16
votes
9 answers

docker: error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect

I'm trying to run Docker in process isolation mode on Windows Server 2019 (Docker Desktop does not work here, my VPS does not support Hyper-V). I run this in PowerShell (all in Administrator mode) docker run -it --isolation=process…
Adam
  • 6,041
  • 36
  • 120
  • 208
15
votes
5 answers

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",…
14
votes
2 answers

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
  • 14,067
  • 15
  • 102
  • 169
14
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é
  • 2,053
  • 3
  • 18
  • 38
12
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
  • 540
  • 1
  • 6
  • 18
11
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…
10
votes
3 answers

provider: SSL Provider, error: 0 - An existing connection was forcibly closed by the remote host

I wrote a console app that just calls a stored procedure in a SQL Server database. Then I set up a Windows Task Scheduler event to call the console app's .exe file every 5 minutes. Most of the time it works, however about 10 times a day or so we get…
9
votes
4 answers

How do I install WinGet on Windows Server 2019?

I'm trying to install WinGet on a Windows Server 2019 (Standard Edition, Version 1809, Build 17763), but I can't get it to work... When trying the "install directly" link from this blog post I get the following link…
Leon Bouquiet
  • 4,159
  • 3
  • 25
  • 36
9
votes
1 answer

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
  • 629
  • 1
  • 11
  • 21
9
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
  • 91
  • 1
  • 5
8
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…
user1228143
  • 101
  • 5
8
votes
5 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…
7
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

Docker push fails when a file with whitespace in its name is included in the Docker image

I'm having problems with a custom Docker image in which there are some files having some whitespaces in their names. When I execute the docker push command I have this error: $> docker push example.azurecr.io/myimage The push refers to repository…
gvdm
  • 3,006
  • 5
  • 35
  • 73
1
2 3
36 37