You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed aws-mysql-odbc-1.0.0-winx64a.msi on EC2 with following configuration:
Windows Server 2016 Datacenter
Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.40.33810
Microsoft Visual C++ 2015-2022 Redistributable (x86) - 14.40.33810
In 'ODBC Data Source Administrator (64-bit)' (odbcad32.exe) While adding new datasource, after I select datasource driver 'AWS ODBC Unicode Driver for MySQL' , and click finish it crashes with following application error:
Go to: Control Panel/Administrative Tools/ODBC Data Sources (64-bit)
Click: Add...,
Select: AWS ODBC Unicode Driver for MySQL Version 1.00.00.00
Click: Finish
Possible Solution
No response
Additional Information/Context
No response
The AWS ODBC Driver for MySQL version used
aws-mysql-odbc-1.0.0-winx64a.msi
Operating System and version
Windows Server 2016 Datacenter
The text was updated successfully, but these errors were encountered:
@karenc-bq, https://github.com/aws/aws-mysql-odbc/issues/197#issuecomment-2258789659 suggests to update VC++ to the latest 14.40.33810.0. That was the first thing I did before registering this issue. Also uninstalled all prior versions of VC++ redistributables and reinstalled the driver, still got the error and then registered this issue.
Would you suggest building own aws-mysql-odbc-1.0.0 from Visual Studio?
Hi @AleksandrsRanks, we are unable to reproduce the crash you are seeing.
We used a new Windows Server 2016, installed the version 1.0.0 driver from https://github.com/aws/aws-mysql-odbc/releases/download/1.0.0/aws-mysql-odbc-1.0.0-winx64a.msi, and installed the latest redistributable from https://aka.ms/vs/17/release/vc_redist.x64.exe. We were able to use the driver in the ODBC Data Source Administrator to establish a connection.
Could you please let us know if we are missing any environment set up? Thank you.
Describe the bug
I installed aws-mysql-odbc-1.0.0-winx64a.msi on EC2 with following configuration:
In 'ODBC Data Source Administrator (64-bit)' (odbcad32.exe) While adding new datasource, after I select datasource driver 'AWS ODBC Unicode Driver for MySQL' , and click finish it crashes with following application error:
Expected Behavior
New connection for AWS ODBC Unicode Driver for MySQL dialog box is supposed to show up.
Were cluster failover and/or enhanced failure detection enabled? Were any AWS authentication methods used? What other connection properties were set?
N/A
Current Behavior
System
[ Name] Application Error
[ Qualifiers] 0
Level 2
Task 100
Keywords 0x80000000000000
[ SystemTime] 2024-08-29T11:38:39.752867100Z
EventRecordID 4519864
Channel Application
Computer EC2AMAZ-E6IHOC9
Security
EventData
odbcad32.exe
10.0.14393.0
57899b93
VCRUNTIME140.dll
14.40.33810.0
119a1ae6
c0000005
000000000001153e
2014
01dafa07fad87556
C:\Windows\system32\odbcad32.exe
C:\Windows\SYSTEM32\VCRUNTIME140.dll
88cc7c9a-32f4-4928-9489-409a57f7e29b
Reproduction Steps
Go to: Control Panel/Administrative Tools/ODBC Data Sources (64-bit)
Click: Add...,
Select: AWS ODBC Unicode Driver for MySQL Version 1.00.00.00
Click: Finish
Possible Solution
No response
Additional Information/Context
No response
The AWS ODBC Driver for MySQL version used
aws-mysql-odbc-1.0.0-winx64a.msi
Operating System and version
Windows Server 2016 Datacenter
The text was updated successfully, but these errors were encountered: