| Message: 96745 |
 |
BY: Praveen Devarao (praveend) DATE: 2011-07-07 18:11 SUBJECT: RE: issue with ibm_db gem and db2 on z/OS Hi Zach,
I will need CLI trace of the sample ruby script below when run against your database
#----------------------------------------
require 'ibm_db'
conn = IBM_DB.connect 'database','user','password'
stmt = IBM_DB.columns conn, nil, 'SCHEMA','TABLENAME' #Note the names should be in caps
IBM_DB.fetch_assoc stmt
IBM_DB.close conn
#----------------------------------------
The traces would help us further diagnose the problem.
I see that you have also opened a PMR for this issue (am I correct?). I have asked for CLI traces via the PMR too (the PMR team would come to you soon.)
Thanks
Praveen | |