559 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
3
votes
1
answer
2k
views
PyTorch fails on Windows Server 2019: "Error loading c10.dll" (works fine on Windows 10)
I'm trying to deploy a Python project on Windows Server 2019, but PyTorch fails to import with a DLL loading error.
On my local machine (Windows 10, same Python version), everything works perfectly.
...
2
votes
0
answers
167
views
C# service doesn't run on Windows Server, but runs on Windows 10 [closed]
I'm trying to build a background service with autostart in the background.
Core logic in console app executing from OnStart, however after several failures at debugging root cause - modified code by ...
0
votes
0
answers
90
views
IIS crashing seemingly at random during the day
Over the last couple of weeks, my IIS Server has been experiencing some weird crashes. It's an IIS 10 running on a Windows 2019 Server.
I have 2 production web apps running on the server, both on .NET ...
0
votes
0
answers
33
views
ldap_start_tls_sA hangs on second LDAP session during persistent search on Windows Server 2022/2019?
I'm using the LDAP C API (wldap32.dll) in a Delphi app on Windows Server 2022 (also reproducible on Server 2019).
The problem: The first instance of my class connects to Active Directory with ...
0
votes
0
answers
89
views
Installing Visual Studio 2005 on Windows Server 2019
How can I install Visual Studio 2005 on Windows 2019?
I need to maintain a Visual C++ 2005 application and it will take months to migrate to VS2019, so I need to use Visual Studio 2005.
I have already ...
0
votes
0
answers
50
views
Windows Server 2019 Default Administrator Permissions
I installed Windows Server 2019(Datacenter) on my laptop in preparation to start learning MS Sharepoint. Everything runs fine. I can install and uninstall applications with the default Administrator ...
0
votes
0
answers
301
views
Active directory using Powershell on Windows server 2019, argument ‘NewDomain’ not recognised
I am trying to set up an active directory forest on Windows server 2019 through powershell. This server will be the only domain controller for now. I have set my static IP address, the DNS is set to ...
0
votes
1
answer
76
views
Install Erlang in docker image on Windows Server 2019 build machine
I'm trying to install RabbitMQ in my custom docker image. For RabbitMQ I need Erlang and I install it in the docker file like this:
RUN powershell -Command Start-Process -Wait -FilePath C:\...
0
votes
1
answer
332
views
How to install Build Tools into a container
I am using a Windows 10 system, and as such I need to use:
mcr.microsoft.com/windows/servercore:ltsc2019
However when I follow the steps from:
https://learn.microsoft.com/en-us/visualstudio/install/...
0
votes
1
answer
279
views
gRPc (C#) support for IIS Windows Server 2019
I am working on converting some of my WCF projects. Is it possible to connect gRPC to Windows Server 2019 yet? I’ve read on GitHub repository that it works for 2022+; however the issue was made a ...
1
vote
1
answer
72
views
MongoDB - wrong type for field (expireAfterSeconds) long != int
This is for MongoDB 4.2 in a Windows Server 2019 environment.
Our MongoDB server logs recently started including a lot of records like this:
[LogicalSessionCacheReap] Failed to reap transaction table: ...
1
vote
0
answers
66
views
Send Message to IBM MQ (PUT) with SSL from Java takes a long time to complete
The following Java program is used to send a message to MQ 9.3.5 (Windows Based). It works fine and takes less than a second to complete if not using SSL. When using SSL, it takes about 80 seconds to ...
0
votes
1
answer
157
views
Send Message from Java to MQ results MQ error 2063 randomly for certain users
The following Java Program is an example of the code that is used to send message to IBM MQ. This is used to explain the problem:
import com.ibm.mq.MQC;
import com.ibm.mq.MQException;
import com.ibm....
0
votes
0
answers
79
views
Docker randomly fails at removing containers during CI/CD pipeline on windows server
I have a Bamboo Server pipeline that uses containers to build the code and run automated tests. Both Bamboo and Docker run on a Windows Server 2019 machine. Everything ran smoothly for a couple years ...
0
votes
1
answer
400
views
How to Disable HTTP/2 for Specific Sites in IIS Using PowerShell?
I'm running an IIS web server on Windows Server 2019, and I need to disable HTTP/2 for some specific sites while keeping it enabled for others.
I know that I can disable HTTP/2 globally by setting the ...