Hi there,

We have installed OTRS on a FEDORA box and it’s working great with mysql but we want to connect OTRS with MSSQL. We imported the DB from mysql into MSSQL just fine.

The only info that we could find in connecting to MS SQL server  is like in the lines below:

 

$Self->{Server} =3D 'SQL Server';

# DatabaseDSN

$Self->{DatabaseDSN}

=3D"DBI:ODBC:driver=3D$Self->{Server};Server=3D$Self->{DatabaseHost};dat=

abase=3D$Sel

f->{Database};uid=3D$Self->{DatabaseUser};pwd=3D$Self->{DatabasePw};";

$Self->{'Database::Type'} =3D 'mssql';

 

Have I missed something?

Any help would be appreciated,

Thank You

Sebastian