| 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
| |