[TYPO3-windows] Typo3 4.6 Install / DBAL with MSSQL (driver: mssqlnative)

Andreas Heissenberger | vranz andreas.heissenberger at vranz.com
Thu Apr 19 16:15:27 CEST 2012


I got it working but had to many other problems with mssql so I switched
back to mysql.

Your problem is that typo3 is only looking for the old driver and not the
new native mssql driver.
I had to patch the typo3 src to get it working and to fix some other
problem I had to update ADOB drivers to the lastest from sourceforge.

Here my fix for your Problem:
Typo3 / DBAL / Problem: kein sqlsrv (=Nativ Microsoft SQL Driver Support)
im File \typo3\sysext\dbal\class.tx_dbal_installtool.php
in Function "protected function getSupportedDrivers()" folgendes ergänzen:
                    'mssqlnative' => array(
                         'label' => 'Microsoft native SQL Server',
                         'extensions' => array('sqlsrv'),
                    ),

Problem 2: Login fails - update ADOB => ADOdb's unterstützt bis Version 514
kein ADODB_FETCH_BOTH bei driver mssqlnative und liefert statt assoc array
nur normale array - einfach aktuelle ADODB einspielen und problem
verschwindet. Problem tritt
hier C:\Inetpub\wwwroot2\typo3\sysext\dbal\class.ux_t3lib_db.php in Zeile
2247 in function sql_fetch_assoc auf!


have fun
Andreas

2012/4/19 Reichenauer, Roland <Roland.Reichenauer at rheingau-taunus.de>

> Hi,
>
>
>
> I've same symptoms - Installation routine doesn't give an option for
> native mssql drive. My configuration lines in localconf.php are the same
> as yours.
>
>
>
> Did you get intermediate any solution for this problem? I tried anything
> and get always the same result. Now I have no Idea.
>
>
>
> I would be pleasure getting some tips.
>
>
>
> Roland Reichenauer
>
>
>
> _______________________________________________
> TYPO3-windows mailing list
> TYPO3-windows at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-windows
>


More information about the TYPO3-windows mailing list