ubuntu - Ruby on Rails, SQL Server 2014 -


our team in process of testing ruby on rails application hosted on ubuntu linux server database hosted on ms sql server 2008 r2 database server. have built test environment performing physical vm on linux application server, , have restored copy of production database on sql server 2008 r2, , sql server 2014 database instance (this our target database server). can make necessary changes database.yml file, , application communicate sql server 2008 r2 database. problem arises when make database.yml change point sql server 2014 database. following error:

error message: currently, 2005, 2008, 2010, 2011, , 2012 supported. got microsoft sql server 2014 - 12.0.4100.1 (x64) apr 20 2015 17:29:27 copyright (c) microsoft corporation enterprise edition: core-based licensing (64-bit) on windows nt 6.3 (build 9600: )

i have tried number of fixes without success.

ruby –v 1.9.3p0 (2011-10-30 revision 33570 (x85_64-linux) rails –v 3.2.18 gem –v 1.8.11 

i installed several things:

sudo gem install activerecord-sqlserver-adapter bundle install  /tmp sudo touch restart.cmd  sudo gem install tiny_tds sudo bundle install /tmp sudo touch restart.cmd 

now application not communicate either of sql server 2008 r2 or sql server 20014 databases.

i in process of getting vm application server restored previous state.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -