Hi guys,

We recently moved away from ODBC because we were having issues with unicode 
support and it turned out that TinyTds worked out of the box.

*@db ||= Sequel.connect(adapter: 'tinytds', host: ENV['DATABASE_HOST'], 
database: 'SomeDB', user: ENV['SOME_USER'], password: ENV['SOME_PWD'])*

Worked for over a month without any issues yet today it started acting up:
*General failure exception=#<Sequel::DatabaseError: TinyTds::Error: 
Adaptive Server connection timed out>*

Our DB admin assures me nothing changed on DB level and our source code has 
not changed either.
I can connect to the DB fine using ODBC, telnet and SQL Server Management 
Studio.

Frankly I am out of ideas on how to debug this so any advise would be 
welcome.

Thanks,
Tom Van Schoor

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to