How to Install the IBMiAccess driver on a windows docker container to work with .NET ODBC

Viewed 21

I'm struggling to install the IBMiAccess driver ona windows container.
The container is a windows-server 2019 ltsc
I copied the installation into the image and ran setup.exe
I managed to find the clwodbc.dll file in the system32 folder.
but I still get

System.Data.Odbc.OdbcException (0x80131937): ERROR [IM002] [Microsoft][ODBC Driver Manager]
Data source name not found and no default driver specified

The server where the Db2 instance sits is accessible, so my only guess can be that it's a driver issue... any ideas?

Edit: Error from log file

MSI (s) (F8:04) [17:21:53:680]: MsiProvideAssembly is returning: 1607
MSI (s) (F8:04) [17:21:53:696]: Entering MsiProvideAssembly. AssemblyName: Microsoft.VC90.MFC,version="9.0.30729.6161",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32", AppContext:
, InstallMode: -4
0 Answers
Related