Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread
Message: 114384
BY: Gabriel Martinez (gmartinezk)
DATE: 2012-12-10 15:32
SUBJECT: Rails server hang db connection with IDS

 

Hi all.

I'm using the ibm_db gem against IDS.

When i start rails server, it's hang in the database connection.

I change the line:
connection = IBM_DB.connect(database, username, password, conn_options)

with:
connection = IBM_DB.connect(database, username, password)#, conn_options)

now works. but i can't figure how to solve this problem. Thanks



Thread View

Thread Author Date
Rails server hang db connection with IDSGabriel Martinez2012-12-10 15:32
      RE: Rails server hang db connection with IDSPraveen Devarao2012-12-11 00:39
            RE: Rails server hang db connection with IDSGabriel Martinez2012-12-12 15:31

Post a followup to this message