undefined
undefined

Reputation: 34238

.NET access to DB2 in windows 8

In windows 7 I was able to connect to DB2 using IBM's DB2 driver, however this doesn't seem to work with windows 8. The installation of the client drivers fails with the following:

MSI (c) (0C:18) [11:47:20:731]: Windows Installer installed the product. Product Name: IBM Data Server Driver Package - IBMDBCL1. Product Version: 10.1.0.872. Product Language: 1033. Manufacturer: IBM. Installation success or error status: 1603.

I've also tried the MS OLEDB driver for DB2 which also didn't appear to work with windows 8 (fails to install as well).

Are there any other alternatives (such as beta drivers) or has anyone else had any success connecting to DB2 from a Windows 8 machine?

Upvotes: 3

Views: 1030

Answers (1)

undefined
undefined

Reputation: 34238

IBM has recently released some docs on how to make their drivers work on Windows 8/Server 2012. Unfortunately this requires some registry hacks and GAC fiddling which is pretty unideal, but it does actually work.

http://www-01.ibm.com/support/docview.wss?uid=swg21618434

Upvotes: 1

Related Questions