DB2 provider not showing up during synchronization project creation

Hello everyone,

Are you aware of any working process to create a DB2 sync project?

I've installed the 64 bit DB2 drivers and added those to the GAC, however the provider list remains empty when I try to define the DB2 connection.

For context, I tried the latest "dsdriver" oficial package, the offician nuget packages and also some "unofficial" DLLs, all without luck

I added the assemblies tho the GAC by gacutil.exe, all on this was done on a windows server 2019 machine

Do you have any clue on how to get it to work? I don't understand what i'm missing

Thank you very much

Silvio

Parents
  • This is how i'm checking if the drivers are actually in the GAC:

    PS D:\drivers\db2-dsdriver\bin> [System.Reflection.Assembly]::Load("IBM.Data.DB2, Version=9.7.4.4, Culture=neutral, PublicKeyToken=7c307b91aa13d208")

    GAC Version Location
    --- ------- --------
    True v4.0.30319 C:\Windows\Microsoft.Net\assembly\GAC_64\IBM.Data.DB2\v4.0_9.7.4.4__7c307b91aa13d208\IBM.Data....

Reply
  • This is how i'm checking if the drivers are actually in the GAC:

    PS D:\drivers\db2-dsdriver\bin> [System.Reflection.Assembly]::Load("IBM.Data.DB2, Version=9.7.4.4, Culture=neutral, PublicKeyToken=7c307b91aa13d208")

    GAC Version Location
    --- ------- --------
    True v4.0.30319 C:\Windows\Microsoft.Net\assembly\GAC_64\IBM.Data.DB2\v4.0_9.7.4.4__7c307b91aa13d208\IBM.Data....

Children
No Data