I am not sure that it is problem with sequel or tiny_tds, because it maybe DB specific configuration etc, also I unable to compile tinytds gem from github repo without modifications in sybdb.h (i commented some parts in dbdaterec struct ) because it defines MSDBLIB while compiling (should it be defined or not?) . Maybe I should wait for 0.4 release and try from scratch again.
On Thursday, March 10, 2011 8:53:25 PM UTC+3, Jeremy Evans wrote: > > On Mar 10, 7:24 am, Serg Podtynnyi <[email protected]> wrote: > > Update: > > I get tinytds to work but after some load on production it fails with > > errors: > > > > Sequel::DatabaseError - TinyTds::Error: Attempt to initiate a new > Adaptive > > Server operation with results pending: > > Sequel::DatabaseError - TinyTds::Error: DBPROCESS is dead or not enabled: > > > and 500 error. > > I switched back to odbc for now, not sure should I post it to tinytds > issues > > This could be a bug in tiny_tds, or it could be the Sequel tiny_tds > adapter. If you can put together a self-contained reproducible > example, I'm sure I could work with them to fix it. > > Thanks, > Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
