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

Mapping a shared folder on Windows from a Windows Server on Google Cloud Compute

Good morning. I recently installed Windows Server 2019 on Google Cloud Compute Engine and in there I installed a copy of 5 user copy SAGE 50 Premium 2020. I have given the server a static IP, and I have shared the Peachtree/Company folder on the…
0
votes
2 answers

The user option doesn't seem to work when running linux containers on windows server 2019

I have this Dockerfile: FROM ubuntu:bionic RUN mkdir /usr/custom ADD script.sh /usr/custom RUN chmod =rx /usr/custom/script.sh RUN useradd -ms /bin/bash -u 1001 someusr USER someusr WORKDIR /home/someusr where script.sh (it is in the same…
boggy
  • 3,674
  • 3
  • 33
  • 56
0
votes
1 answer

How to run Mongo container on Windows Server 1809

I'm trying to run a mongodb container on Windows Server 1809 but am getting the following error: docker run --name mongodb --restart unless-stopped -d -p 27017:27017 mymongo docker: Error response from daemon: hcsshim::CreateComputeSystem…
Lucas Mello
  • 43
  • 1
  • 5
0
votes
2 answers

SQL Server - linked server disappears

For 6 months I had linked servers working properly in SQL Server. Everything worked fine, but something strange started to happen. A week ago I was notified that synchronization was not working. I discovered that the linked servers have disappeared.…
0
votes
0 answers

Setup created using Inno Setup 6.0.3 does not auto-restart Windows 2019 with default UAC settings

I have created a setup using Inno Setup 6.0.3 which requries to automatically restart Windows 2019 Server at the end. However if the UAC setting are set as follows - User Account Control Setting: Notify me only when apps try to make changes…
0
votes
0 answers

Can not connect to my remote apps only remote desktop with same IP

I have set up an server on Azure and have the Remote Desktop service running with a couple apps I want to connect with. I can see my apps but when trying to connect I get We couldn't connect to the remote PC because the PC can't be found. Please…
Daniel_HD
  • 1
  • 3
0
votes
1 answer

Redirect url with a hashcode to another with same hashcode in IIS10

I need to redirect a url with a variable hashcode to another url with that same hashcode in IIS10 (Windows Server 2019). Example: https://www.example.com/hello/sd54effg1g5s11d5111dwds21fds2f1ffd Needs to redirect…
0
votes
1 answer

Extraction 7zip script doesn't work in Windows Server 2019 Task Scheduler

I have created a ps1 script to extract a 3Gb zip folder. It works Whenever I run it from PowerShell ISE but when I add my script to windows server 2019 task scheduler it just says running and it doesn't do anything. I tried set-alias sz…
0
votes
1 answer

Can Server Essentials be used with file replication service with server standard as the domain controller?

We are planning on implementing a windows server 2019 standard with File replication to other remote servers. Was hoping to run these as Windows server essentials as they won't be domain controllers (leaving that for the Windows Server 2019…
Steve
  • 1
0
votes
2 answers

Why is IIS HTTPS slow to load within SQL Server?

I'm migrating my Windows Server 2008 and SQL Server 2008 instances to Windows Server 2019 and SQL Server 2017. All went well except one issue which took me days to figure out which was HTTPS activation caused slow load within SQL Server. When I use…
Cem
  • 347
  • 1
  • 5
  • 12
0
votes
0 answers

Connection string works in .NET Core app but not UWP app

I have a UWP app running successfully on my local machine connecting to a test database on the same machine. However, now I have to deploy the app to my work's Windows Server. I cannot get the app to connect to the SQL Server database, which is…
0
votes
1 answer

Can linux containers run on Windows Server containers?

I am trying to setup a windows server for running Linux containers. Can i run a Linux container on a Windows Server container or do i need to setup a hyper-v containers? Here the explanation of these types of hosting containers in windows server.
MiguelSlv
  • 14,067
  • 15
  • 102
  • 169
0
votes
1 answer

Can't open Access database file on our Windows Server, but locally is no problem

I've automated some old access files at work. (What previously was clicking a button in a form, waiting an hour, repeat 4 times, is now running it all one go on open, then closing and compacting the database). The files are stored on a shared drive…
0
votes
1 answer

ASP.NET 4.7 on Server 2019 - HTTPS giving HTTP 503 - Service Unavailable (Works on Http)

We're trying to test our web apps on Server 2019 to see how they're going to work. We have our Team City deploy working, and now I'm trying to figure out what's going on with Server 2019. Any page on https:// gives me the error: Source:
Ryan Ternier
  • 8,714
  • 4
  • 46
  • 69
0
votes
1 answer

IIS - [Exception: Debugger detected - this software cannot run with Debugger.]

I have some handlers running on the IIS server in Windows server 2019. All this handlers are working fine as expected for all the requests. Suddenly from yesterday, weirdly server is responding failure for the all the request without any changes…
Gopichandar
  • 2,742
  • 2
  • 24
  • 54