Hi everyone,
We have a number of PCs running W10 1909 that have a application that requires a 32-bit Oracle ODBC connection.
I have installed the Instant Client 21.3 with ODBC package.
Using the 32-bit version of ODBC Data Source Administrator, I add System-DSN using "Oracle in instantclient_21_3", but when I test the connection, ODBC Data Source Administrator crashes.
If I don't test the connection and just create the System-DSN, the application crashes when atempting to connect to the database.
I also tried installing Instant Client 19.13, but have the same issue.
The PCs have the following Microsoft Visual C++ Redistributable (x86): 2008, 2010, 2012, 2013, 2015-2019
It actually works on a few PCs, but I've not been able to figure out why or what the difference is between the PCs.
When the ODBC Data Source Administrator crashes, the following information is available in the event viewer:
Loggnamn: Application
Källa: Application Error
Datum: 2022-03-18 10:26:20
Händelse-ID: 1000
Aktivitetskategori:(100)
Nivå: Fel
Nyckelord: Klassiskt
Användare: Saknas
Dator: RS30131100.REG.SKANE.SE
Beskrivning:
Felet uppstod i programmet med namn: odbcad32.exe, version 10.0.19041.1, tidsstämpel 0xf272ec74
, felet uppstod i modulen med namn: KERNELBASE.dll, version 10.0.19041.1526, tidsstämpel 0xd9a6be6b
Undantagskod: 0xc0000005
Felförskjutning: 0x0012b812
Process-ID: 0x2034
Programmets starttid: 0x01d83aaa2aad6dbf
Sökväg till program: C:\WINDOWS\syswow64\odbcad32.exe
Sökväg till modul: C:\WINDOWS\System32\KERNELBASE.dll
Rapport-ID: 34c365cb-a4ba-4677-bf9e-d19fbcdd7b07
Fullständigt namn på felaktigt paket:
Program-ID relativt till felaktigt paket:
Händelsens XML-data:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>100</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2022-03-18T09:26:20.8059006Z" />
<EventRecordID>3630</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>RS30131100.REG.SKANE.SE</Computer>
<Security />
</System>
<EventData>
<Data>odbcad32.exe</Data>
<Data>10.0.19041.1</Data>
<Data>f272ec74</Data>
<Data>KERNELBASE.dll</Data>
<Data>10.0.19041.1526</Data>
<Data>d9a6be6b</Data>
<Data>c0000005</Data>
<Data>0012b812</Data>
<Data>2034</Data>
<Data>01d83aaa2aad6dbf</Data>
<Data>C:\WINDOWS\syswow64\odbcad32.exe</Data>
<Data>C:\WINDOWS\System32\KERNELBASE.dll</Data>
<Data>34c365cb-a4ba-4677-bf9e-d19fbcdd7b07</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
Does anyone have any idea on how to solve this or what might cause this issue?
Thanks
Sebastian