IBM_DB gem updated to 0.9.0

Please update your ibm_db ruby gem to the latest version available (0.9.0). From command line run: gem update ibm_db. This fixes an ibm_db 0.8.5 driver incompatibility with the DB2 CLI 9.1 (FixPack 3 and lower), and also addresses a previous issue with the driver crashing on Windows Vista.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Posted by Antonio Cangiano | October 17 2007 01:30 pm | Uncategorized

7 Responses to “IBM_DB gem updated to 0.9.0”

  1. bouaiss on 20 Oct 2007 at 9:10 am #

    ehm im getting this error after the update:

    irb(main):001:0> gem ‘ibm_db’
    => true
    irb(main):002:0> require ‘mswin32/ibm_db’
    LoadError: 14001: The application has failed to start because its side-by-side c
    onfiguration is incorrect. Please see the application event log for more detail.

    do i need to add some config changes?

  2. Antonio Cangiano on 22 Oct 2007 at 8:18 am #

    Hi bouaiss,

    could you please try to remove and reinstall the ibm_db gem? If this doesn’t help, please install ibm_db v0.8.0:

    gem uninstall ibm_db
    gem install ibm_db -v 0.8.0
    

    Thanks,
    Antonio

  3. bouaiss on 22 Oct 2007 at 2:35 pm #

    I have tried reinstalling the 0.9.0 version but it still load. Btw I’m running vista and the 0.8.0 version crashes with segmentation fault.

    Since the release notes mentioned about a fix for the crashes in vista I had high hopes for the this 0.9 one :)

    Thx for the help

  4. Admin on 22 Oct 2007 at 5:24 pm #

    Hi bouaiss,

    this issue is being actively investigated as you can read in the IBM_DB Rubyforge forum. Stay tuned as I will post any updates in this blog.

    Cheers,
    Antonio

  5. Alex Pitigoi on 23 Oct 2007 at 1:48 pm #

    Hi bouaiss,

    You may want to give another try using MS tool for configuring VC8 runtime (vcredist_x86.exe) as described in the forum post. That seems to be fixing this issue on a few Windows XP test machines, and should work on Vista also.

    It will install some Visual C++ 2005 additions (Microsoft.VC80.CRT and Microsoft.VC80.MFC) required for any libraries built with VC8 compiler. As an alternative you can use DB2 9.5 Runtime Client (or any edition above that), which will provide the necessary VC8 runtime shared assemblies.

  6. Nick on 20 Nov 2007 at 8:29 pm #

    Hi,

    Are there any updates on the adapter issues?

    I’m still experiencing the segfault on 0.8.0 and the side-by-side error with 0.9.0, with DB2 Express-C 9.5, Windows Vista.

    Thanks!

  7. Rails 2.0: XML data type and DB2 : leonardoborges.com on 02 Jan 2008 at 7:22 pm #

    [...] I created a new Rails app, configured the database.yml to use the idm_db gem and [...]

Trackback URI | Comments RSS

Leave a Reply