Re: [otrs] Cannot connect to MS SQL Database

2013-01-16 Thread Gerald Young
https://www.google.com/search?q=Data+source+name+not+found%2C+and+no+default+driver+specified+(SQL-IM002) On Wed, Jan 16, 2013 at 11:53 AM, Bevan Agard wrote: > Tried but no luck. > > Also this is my DSN string. > > $Self->{DatabaseDSN} = > "DBI:ODBC:driver={mssql};server=10.5.0.46;database

Re: [otrs] Cannot connect to MS SQL Database

2013-01-16 Thread Bevan Agard
Tried but no luck. Also this is my DSN string. $Self->{DatabaseDSN} = "DBI:ODBC:driver={mssql};server=10.5.0.46;database=otrs;uid=otrs;pwd=Password123;"; $Self->{"Database::Type"}='mssql'; $Self->{DatabaseUserTable} = 'users'; Is there something I am missing? Any guidance would be

Re: [otrs] Cannot connect to MS SQL Database

2013-01-16 Thread Gerald Young
Start here: https://www.google.com/search?q=site:forums.otterhub.org+mssql On Wed, Jan 16, 2013 at 9:28 AM, Bevan Agard wrote: > Guys & Gals > > I need some help here. I am trying to setup OTRS ITSM to prove to my boss > that it can do as good if not better job than Maximo. The problem is that

[otrs] Cannot connect to MS SQL Database

2013-01-16 Thread Bevan Agard
Guys & Gals I need some help here. I am trying to setup OTRS ITSM to prove to my boss that it can do as good if not better job than Maximo. The problem is that they want me to set it up utilizing our existing MS SQL 2005 database. I have OTRS installed on a CentOS 6.3 server. I followed all the