I am new in the Docker world. I created 1 simple python application which is connecting to existing SQL db. I just want to run it in RHEL container using windows authentication for SQL, as I don’t have SQL credentials with me. Please note, I can’t use Free TDS.
I have installed msodbcsql17.x86_64 in my container using Dockerfile.
Getting error: pyodbc.OperationalError: (‘HYT00’, ‘[HYT00] [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0) (SQLDriverConnect)’)
Can someone please help me in this context. Thank you in advance.
Tried with msodbcsql17/msodbcsql18
Shilpi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.