Hi!
I'm trying to install OTRS on Windows Server 2008 + MS SQL Express + IIS.
I do everything like is described here - http://wiki.otterhub.org/index.php?titl ... _and_IIS_7
On a stage where I should test connection to DB, otrs.CheckDB.pl fails saying that No connection to database.
What could be wrong?
Thanks in advance!
Installation of OTRS 3.1.6 on Windows + MS SQL Express + IIS
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Installation of OTRS 3.1.6 on Windows + MS SQL Express +
can you provide some redacted information from Config.pm relating to this:
Add the values for DatabaseHost, Database, DatabaseUser and DatabasePw. Just above fs root directory, add the following lines:
$Self->{'DatabaseDSN'} = "DBI:ODBC:driver={SQL Server};Server=$Self->{DatabaseHost},1433;database=$Self->{Database}";
$Self->{'Database::Type'} = 'mssql';
Add the values for DatabaseHost, Database, DatabaseUser and DatabasePw. Just above fs root directory, add the following lines:
$Self->{'DatabaseDSN'} = "DBI:ODBC:driver={SQL Server};Server=$Self->{DatabaseHost},1433;database=$Self->{Database}";
$Self->{'Database::Type'} = 'mssql';
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask