Feb 03 2022 01:46 AM
Hi, when I was trying to install PostgreSQL ODBC driver x64 version, I got a warning saying the driver could not be loaded due to system error code 193.
My winver is Win11 Version 21H2 (OS Build 22000.434) running on Apple Silicon M1.
It seems that the program C:\Windows\System32\odbcad32.exe shown in Task Manager saying it is of ARM64 Architecture.
And the reason for PostgreSQL not able to be installed is due the error that System DSN could not be added with this ODBC Data Source Administrator (64-bit) ARM64 version C:\Windows\System32\odbcad32.exe
The error message shows as below:
When I run x86 version at C:\Windows\SysWOW64\odbcad32.exe, I don't have the error.
I also tried to copy from x64 version from other machine, but Win11 does not allow me to write to folder C:\Windows\system32 and the x64 files won't be able to run if I can't put it under C:\windows\system32 folder.
Is there any workaround for this problem?
Feb 03 2022 08:14 AM
Jul 03 2022 10:57 PM
Hi @comnot have you manage to solve this problem? I have the same issue on same environment. Thanks.
Sep 14 2022 01:45 PM
Sep 16 2022 04:09 AM
Hi @Lussi91 unfortunately I don't have any update, but I'm keep trying and if I have any success I will post here.
Nov 19 2022 04:54 AM
@ have the same Problem with installing MariaDB ODBC only 32bit could be installed but did not work.
No User DNS is in the entrys and System DNS adding also Producer Error 193 in 32bit there is a Warning that i can not edit System DNS but could do it with no success on Connection.
xampp up and Running Heidi can connect.
Allways Error 193 32bit 64bit Mixup Error Message in 64bit ODBC Admin
What is the sense in having it avail with no Function ?
Feb 19 2023 05:37 AM - edited Feb 19 2023 05:40 AM
Same issue, does anybody here found a workaround?
Feb 19 2023 06:22 AM
Works now:
Reinstalled the Win11 Arm on UTM VM:
Works for my Old VB6 Porgies / had to register missing *.dll:
%systemroot%\SysWoW64\regsvr32 <full path of the DLL>
Mar 25 2024 02:25 AM
PROBLEM SOLVED! it was even not complicate to find the solution.
The executable odbcad32.exe.mui was missing in the file C:\Windows\SysWOW64 so, I found the file in the C:\Windows\System32 and copied as administrator and pasted in C:\Windows\SysWOW64, and the problem disappear, drivers working find and I could finally connect to the Database to work with BI.
Sep 04 2024 04:13 PM
@Ludelag I found odbcad32.exe.mui under the en-US subfolder and copied it to C:\Windows\SysWOW64\en-US as well as to C:\Windows\SysWOW64. Regardless, the postgresql ODBC driver failed to install.
Were there any other steps involved? I am now trying a reboot.
Sep 09 2024 01:52 AM