Can the connector be used on Windows Server?

I would like to set up a connector on SQL Server running on Windows Server

  1. Select Connector clients (self-managed)

  2. Download Python Connector Source code From Github

  3. And Setup Python 3.12 on Windows Server

  4. But I have this problem

  1. Excute Setup.py
  2. "os.uname().machine" Command not allowed
  3. I was Replace "platform.uname().machine" -> return value "AMD64"
  4. "connectors-main\requirements" not include "AMD64.txt"

Is there a separate connector for Windows Server?

We do not officially support connectors on Windows Server.

Theoretically you can run them by having Python 3.10, installing GNU Make and doing some code adjustments.

I highly recommend using unix to run the connectors - either by Unix Subsystem for Windows, official Docker images or running them manually with make run.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.