Page 1 of 1
[SOLVED] mssqlnative extension not installed
Posted: Wed Jan 09, 2013 1:24 pm
by 0_o
When i open Testlink site i get message "mssqlnative extension not installed".
The problem is only with version 1.9.5, but with 1.9.3 all is Ok.
I work with XAMPP+PHP 5.3.0 on Windows Server 2008 R2 Standard and MSSQL Server 9.0.
Please, help me to fix that.
Re: mssqlnative extension not installed
Posted: Wed Jan 09, 2013 1:30 pm
by 0_o
This is from userlog
Code: Select all
[13/Jan/9 13:27:54][WARNING][<nosession>][GUI]
E_STRICT
Declaration of ADODB_mssqlnative::MetaTables() should be compatible with that of ADOConnection::MetaTables() - in D:\xampp\htdocs\testlink-test\third_party\adodb\drivers\adodb-mssqlnative.inc.php - Line 627
[13/Jan/9 13:27:54][WARNING][<nosession>][GUI]
E_STRICT
Declaration of ADODB_mssqlnative::MetaIndexes() should be compatible with that of ADOConnection::MetaIndexes() - in D:\xampp\htdocs\testlink-test\third_party\adodb\drivers\adodb-mssqlnative.inc.php - Line 627
[<<][50ed7059b4612432943573][DEFAULT][/testlink-test/login.php][13/Jan/9 13:27:53][13/Jan/9 13:27:54][took 0.347971 secs]
Re: mssqlnative extension not installed
Posted: Wed Jan 09, 2013 4:09 pm
by 0_o
Problem is solved by installing Microsoft MSSQL Server Native Client on computer and php_sqlsrv_53_ts_vc6.dll (SQLServer Drivers for PHP) to xampp/php/ext. One more thing is to add php_sqlsrv_53_ts_vc6.dll to php.ini config file.
Re: [SOLVED] mssqlnative extension not installed
Posted: Tue May 27, 2014 1:19 pm
by ankkitpal
Hi,
i am getting the almost problem when i tried to integrate the JIRA with the Testlink-1.9.10. please refer
http://forum.testlink.org/viewtopic.php?f=1&t=7595 .
Though Mr. Fman suggested to use the soap or rest API. but i am curious to get this done using db interface. earlier i was getting the error mssqlnative extension not installed, but then following the instruction for the new MSSQL driver that problem was gone but still the integration was not achieved. Can you please take a look buddy and see if you can help please?