[SOLVED] mssqlnative extension not installed

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
0_o
TestLink user
Posts: 12
Joined: Fri Aug 07, 2009 1:56 pm

[SOLVED] mssqlnative extension not installed

Post 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.
0_o
TestLink user
Posts: 12
Joined: Fri Aug 07, 2009 1:56 pm

Re: mssqlnative extension not installed

Post 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]

0_o
TestLink user
Posts: 12
Joined: Fri Aug 07, 2009 1:56 pm

Re: mssqlnative extension not installed

Post 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.
ankkitpal
TestLink user
Posts: 14
Joined: Tue May 20, 2014 7:02 pm

Re: [SOLVED] mssqlnative extension not installed

Post 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?
Post Reply