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
3
votes
1 answer

Docker windows version container compatibility

There is one question that doesn't show up in the forums, what which has a reason to be discussed, IMHO: Why isn't it possible to pull or build windows docker images (i.e. nanoserver 2019) on an older host system? On the official site, it is…
kvirk
  • 97
  • 1
  • 10
3
votes
0 answers

Partial sysprep when creating Windows AMI

tdlr; I want to create an AMI with "partial sysprep" so that SSM can connect when I launch a different Instance Type than the original off that AMI, but want to keep all else equal. It only needs to update metadata/kms routes. I recently hit an…
roxbury
  • 31
  • 4
3
votes
0 answers

Browse for Folder/File dialog from a WPF app on Windows Server Core

I want to be able to browse for folders and file in a WPF app that is running on Windows Server Core. The default way, using FolderBrowserDialog shows the dialog but the main display panel, selecting folders, is not showing. I've used…
3
votes
3 answers

How can I install Docker Compose on a Windows Server 2019 box that has Docker Enterprise Edition (EE) installed?

I'm trying to install a Bitwarden self-hosted solution. The instructions here say that I need to install both Docker and Docker Compose. How can I install Docker Compose on Windows Server 2019? I don't want to have to install Docker Desktop, which…
slantalpha
  • 515
  • 1
  • 6
  • 18
3
votes
3 answers

TaskScheduler: "Access is Denied" (0x80070005) when running scheduled tasks on Windows Server 2019

I just set up a new Windows Server 2019 instance, and am trying to run tasks (C# console apps) through Windows Task Scheduler. I've set it up to log in as a certain windows user, which has "Administrators" permission. However, when I try to run the…
2
votes
0 answers

Fast CGI Handler not installed in Windows IIS

I am trying to run a Django app with IIS server. Here are my settings: Windows Server 2019, IIS 10.\ I am following this tutorial. I am setting up my server and added CGI as shown in the image. But, when i deploy the app, i get an error saying that…
2
votes
0 answers

Why I'm getting HTTP Method is not allowed .Net Core

I'm getting below error in 10 % of my requests on production env. I've tried also from local and many different browsers and devices (BrowserStack) and I still didn't succeed to reproduce an issue. "errors": [ { "status": "405", …
2
votes
1 answer

Spinning up a new Cetrificate Authority. Discovered old MSP installed ADCS on DC. Not sure how to approach this

Im working as a sysadmin at a new company. Not too many people are familiar with the environment. I was tasked with setting up a proper CA. I set up two servers, an offline Root CA and a domain joined subordinate CA. Both servers are Windows Server…
2
votes
2 answers

Query takes long time to run on postgreSQL database despite creating an index

Using PostgreSQL 14.3.1, I have created a database instance that is now 1TB in size. The main userlogs table is 751GB in size with 525GB used for data and 226GB used for various indexes on this table. The userlogs table currently contains over 900…
Harry
  • 23
  • 3
2
votes
1 answer

executing a .net core self contained app on win 2019 that creates mTLS connection returns The Local Security Authority cannot be contacted

I'm running a self contained dotnet app on a windows 2019 to execute a simple httpclient get on a remote machine using mTLS with a client certificate. I am loading the client certificate in the application by passing a p12 keystore filepath, which…
Rui Vaz
  • 55
  • 1
  • 6
2
votes
0 answers

Windows Server 2019, unable to terminate process: access denied

I mistakenly opened dozens of chrome.exe and chromedriver.exe processes and need to terminate them. I run: Taskkill /IM chrome.exe /F Taskkill /IM chromedriver.exe /F and killed few. Most of them return: unable to terminate process: access denied…
2
votes
0 answers

Microsoft OLE DB driver not showing in ODBC manager after install

Can someone help me figure out why I can't see the OLE DB driver in the ODBC Data Source Administrator (64-bit) after installation? I have uninstalled, reinstalled, etc. I have followed guides referring to fixing registry entries. I have installed…
bird2920
  • 373
  • 2
  • 9
2
votes
0 answers

What could cause MemoryCache to evict all its entries every 2 minutes?

I am troubleshooting a high traffic C# .NET Framework 4.61 website that utilizes System.Runtime.Caching.MemoryCache quite extensively. In the most recent week, I've seen slowdowns and when I put up some Perfmon counters, I saw that the MemoryCache…
AngryHacker
  • 59,598
  • 102
  • 325
  • 594
2
votes
1 answer

Reading RSA private key from X509-certificate results in different output on Windows Server 2016 vs. Windows Server 2019

here is my issue: In C#/.NET-4.8, I use a P12 certificate with RSA private key on 2 servers. One server runs Windows Server 2016, the other Windows Server 2019. When I compare the RSA private keys of the same certificate on both servers, the output…
2
votes
2 answers

Excel files on a Samba network drive don't open

I have a Microsoft Server 2019 Standard with MS Office installed. I also have a Linux server that shares each user's ~/windows/ directory through Samba with their Windows account when they're logged in. The rights to the folder are always set to 777…
Tomáš Sláma
  • 122
  • 3
  • 8