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
0
votes
0 answers

Unable to run EXE's from network share

Before i begin let me inform you that I've already gone through other threads here regarding the same issue, none of them seems to have helped, therefore creating my own. The issue started recently, by the very least i think it started happening 3…
0
votes
0 answers

IBM MQ container fails to start on Win2k19 server

I am trying to setup the IBM MQ container image on an azure windows 2019 server VM. I have enabled LCOW and set the experimental feature to true. Below are some of the important configurations - C:\Users\xyz>docker info Client: …
NoviceProgrammer
  • 3,347
  • 1
  • 22
  • 32
0
votes
1 answer

How do I stop iisnode on Windows Server 2019 from caching my javascript files?

I have a node.js application running on iisnode running on IIS 10 running on Windows Server 2019. At one of these layers, there seems to be some caching of javascript files. For example, in my app.js file, I had this: fs.appendfilesync('log.txt',…
gib65
  • 1,709
  • 3
  • 24
  • 58
0
votes
0 answers

ASP.NET application update on IIS on Windows Server 2019

I installed an ASP.NET application (.NET FW 4.0) on Windows Server 2019 and it works fine. But when I try to update an application (just copy files to directory) then application do not want to start and it just tries to load. And after some…
Nota
  • 1
  • 1
0
votes
1 answer

Will VFP 9.0 and FPD 2.6 run on Windows Server 2019 or 2012?

We're in the process of converting our two FoxPro systems to new technology, but meanwhile we need to upgrade our server and I am trying to find out whether our legacy systems will run there. We'd prefer to go to Windows Server 2019, but using…
0
votes
1 answer

Why is nginx not starting in Windows Server 2019 docker container?

UPDATE 3 (Solution): I installed the latest Windows updates on my host and specified the exact servercore image to match my updated Windows Server version: mcr.microsoft.com/windows/servercore:10.0.17763.973 When running the container everything…
jhhwilliams
  • 2,297
  • 1
  • 22
  • 26
0
votes
1 answer

Schedule a Task to delete another task

I have a scheduled task in EC2 windows server 2019 that runs on start and I would like to delete after it finishes. I tried to schedule a task to delete it but the task kept running without deleting the other one, but the scripts work from…
Salah
  • 173
  • 3
  • 17
0
votes
1 answer

X509Certificate2 certification issue

I am working on a payment gateway integration with a certificate key (.pfx) file provided by the concerned authority, While I am working on localhost everything working perfect as I expected.But after I published in windows server 2019 we got some…
0
votes
0 answers

Error while installing ejabberd from Source (Something related to GCC & Cygwin)

I'm getting this error when i try to build Ejabbed from source on my Windows Server 2019 system with Cyginx $ make install C:\cygwin64\home\erl10.2\erts-10.2\bin\escript.exe rebar configure-deps ==> lager (configure-deps) ==> p1_utils…
Dark
  • 81
  • 8
0
votes
2 answers

Issue on hosting dot net core 2.1 application on windows server 2019

I hosted dot net core 2.1 web API on windows server 2019.But I get an error "HTTP Error 502.5 - Process Failure" Please send me any suggestions.
user12074288
0
votes
0 answers

How to decrease request timeout in IIS 10?

I want to decrease request timeout in IIS. I already read these links How to increase request timeout in IIS? Default Limits for Web Sites my issue is when I have an ASP.Net Core website on IIS and set timeout in limits to 20 seconds, it will go…
Mohammad Taherian
  • 1,622
  • 1
  • 15
  • 34
0
votes
1 answer

Hyper-V - No Guest Internet

I'm using a Windows Server 2019 server from Microsoft Azure. I have installed Hyper-V with the management tools and am now trying to setup a Ubuntu 14.04LTS VM inside of Hyper-V. I create a new External Switch however when setting up the Ubuntu…
0
votes
0 answers

Accessing a GCE Windows Sever 2019 VM from the browser using its IP address

I have a Compute Engine instance running a Windows Server 2019 OS which has SAGE Premium 2020 installed. I am trying to access the files and folders of this server through HTTP and HTTPS from the browser. Sadly I am a layman when it comes to all…
Rex
  • 1
0
votes
1 answer

Sharing data in volumes among nodes on Swarm in windows server 2019

I am using Windows Server 2019 1809 on Hyper-V virtual machines. I have a small 2-node swarm with multiple replica services, and I am using volumes to store data. How can I replicate this data from my manager to the worker so that they are the same…
Yamuk
  • 750
  • 8
  • 27
0
votes
0 answers

What is the best way to send a reboot (shutdown) command to a Windows server?

I'm basically trying to avoid forwarding ports for remote desktop. Is there a reliable and secure way to send a reboot command to a Windows server over the internet? The CMD and PowerShell commands seem promising but I have no clue which ports or…