Questions tagged [windows-server]

A family of server operating systems by Microsoft. This tag can also be used to denote a server with Windows, as opposed to Unix, installed.

Windows Server is a family of server operating systems developed by Microsoft.

This includes:

1228 questions
-1
votes
1 answer

Connecting to SQL Server in a remote server from Access

We have a Server A and a Server B. In Server A we have our ERPs made in Access and VBA. In Server B we have an instance of SQL Server that needs to stay in that server. Some Access databases need to link to some tables from that SQL Server instance…
-1
votes
1 answer

CreateInstanceLic is failing on Windows Server 2016 but not on Windows Server 2019

I have a console application that crashes on Windows Server 2016 at the CreateInstanceLic() API. But the same application is running fine on Windows Server 2019.
-1
votes
1 answer

Connection refused when pulling docker image on windows server

After installing docker on a windows server i got the following error when pulling a image with docker run hello-world command: Error response from daemon: Get https://hub.docker.com/v2/: dial tcp 52.6.16.15:443: connectex: No connection could be…
MiguelSlv
  • 14,067
  • 15
  • 102
  • 169
-1
votes
1 answer

SQL Server Connection String issues

I'm on an AWS Windows 2016 server. It comes pre-installed with SQL Server 2016. I have a .NET 4.8 website where I'm trying to connect the website (on the web server) to the SQL Server instance (also installed on the web server). I have a simple C#…
bagofmilk
  • 1,492
  • 8
  • 34
  • 69
-1
votes
1 answer

Powershell script run as administrator from .exe compiled file

I am building a simple Powershell script for AD management. I need to run as Admin this script from the .exe file (portable between Domain Controllers and/or Enviroments). Any suggest to make the exe file to request the Admin Privileges to the…
-1
votes
1 answer

How to tell if the server my script runs on has crashed - Python

I'm running a Python web-scraper on my friend's server in a VM (windows server and windows OS). Is there any easy way for me to get an email or other remote alert if the server loses power/is restarted, VM goes down, windows decides it's time for…
-1
votes
1 answer

Create multiple subfolders with different parent folders CSV - Powershell

I'm trying to create multiple sub folders for different parent directories. I have a CSV file with almost 700 folders. I have 4 columens in my CSV Column A serial code (codigo) Column B course (materia) Column C faculty the course belongs to…
-1
votes
1 answer

500 error : Unable to get required configuration section 'system.webServer/aspNetCore'

I have an internal server error at my .NET Core web service launch. Tuesday morning, the web-service was lauching well, Tuesday afternoon a windows update has been installed (KB4570720 package), Wednesday I have this 500 error... The IIS error page…
ordiminnie
  • 97
  • 10
-1
votes
1 answer

How to install Apache Airflow on Windows server 2016 / 2019 (NOT WORKING)

I'm trying to install Apache Airflow on Windows webserver 2016. Steps I performed : install pip pip install apache-airflow apache airflow installed but not when I'm hitting any of the command nothing is working. airflow webserver -p 8080 airflow…
Naveen
  • 41
  • 5
-1
votes
1 answer

Windows console app doesn't work by calling it via task scheduler but successfully through the console

The task is running until the specified limit time (30 mins). No results, but I got results if the task is run through the console. I have four tasks scheduled to run at the same time. The tasks call the same console app. Only one ran successfully.…
-1
votes
1 answer

Can I connect a external network adapter to Window Server?

I want to connect an external Wi-Fi adapter from my local PC to a Windows Server in AWS. Is it possible?
Mr. A
  • 23
  • 1
-1
votes
1 answer

UWP with BingMaps Crashes on WindowsServer 2019

My UWP-APP contains only a MapControl. This APP crashes on WindowsServer 2019 Ver. 1809 (Build 17763.1075) It runs fine on WindowsServer 2019 Vers. 1809 (Build 17763.737) I've tried to create the control in code behind surrounded with a try. The…
Klaus Grosche
  • 85
  • 1
  • 7
-1
votes
1 answer

Wirtual Machine with Windows Server from Azure doesnt run Linux based Docker Container

I try to run a Docker container based on Linux on Virtual Machine from Azure with Windows Server 2019. I work with a lot of tutorials for that, I enabled experimental flags, so docker version show: PS C:\Users\azure> docker version Client: Docker…
kris_IV
  • 2,396
  • 21
  • 42
-1
votes
1 answer

Are there methods to connect to private Git server over SSH?

I have at my disposal a server where i downloaded GIT. Aim: use it a remote repository and connect from a local computer to make push and pop operations. I saw that online is necessary to use ssh protocol. The issue is that the service where the…
-1
votes
1 answer

Server 2012 MS Update Causes Boot Loop - How to Stop or Diagnose?

Running an EC2 instance with Server 2012. Windows is set to Automatically Install Updates. I am not sure what update is causing it, but it was installed after December 1. When this update reboots the server, the server goes into a boot loop where it…