Testlink 1.9.4 & SQL 2008

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
rperreta
TestLink user
Posts: 1
Joined: Thu Oct 18, 2012 8:28 pm

Testlink 1.9.4 & SQL 2008

Post by rperreta »

Hi All,

Here is the problem. I have installed Windows 7 IIS Express with TestLink 1.9.4. I'm using PHP 5.2.17 and trying to connect to a remote SQL Server. At this point I can't get Testlink or PHP to reconize the SQL Driver. Here's what I have defined.

PHP.ini

[MSSQL]
extension=php_mssql.dll
mssql.allow_persistent = On
mssql.max_persistent = -1
mssql.max_links = -1
mssql.min_error_severity = 10
mssql.min_message_severity = 10
mssql.compatability_mode = Off
mssql.connect_timeout = 10
mssql.timeout = 60

I'm getting the following when I kick off the Test Link Install script.

"Failed! MSSQL Database cannot be used."

I have been at this for two days already and I can't make heads or tails of it. I tried PHP 5.3 and I was able to reconize SQL but when I kick off he login.php page I experienced a whole new world of errors. Can someone please shed some light on this for me.

thanks
-rj
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Testlink 1.9.4 w/ SQL 2008

Post by fman »

Post Reply