555 questions
0
votes
0
answers
31
views
Is SVN's SubWcRev.exe case sensitive regarding its path argument?
I encounter a strange situation where SubWcRev.exe fails if the path passed as the 1st argument does match the name of an actual path but not the case (case sensitive).
Context:
Windows Sever 2019
...
5
votes
2
answers
6k
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.
...
0
votes
0
answers
145
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
159
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
1
answer
91
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
423
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
363
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
79
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
74
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
196
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
91
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
564
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 ...
-1
votes
1
answer
901
views
Scheduled Task Not Starting on Windows Server 2022 Until User Logs In
I’m experiencing an issue with a PowerShell script that creates and starts a scheduled task. This script works without any issues on Windows Server 2019. However, on Windows Server 2022, the task is ...
0
votes
1
answer
89
views
AS2 file decryption issue with windows CertGetSubjectCertificateFromStore api
We have an EDI application which exchange documents using AS2 protocol where when we receive documents from one of our business partner and try to decrypt it ,we are getting error - Error = 0x8009200C ...
1
vote
2
answers
252
views
Icons not displaying correctly for certain Windows version in VB 6 application
So I have a VB 6 application. I am using ImageList and Image controls to add and display icons in my application.
But for some reason they are displaying incorrectly for certain windows version(s).
...
