I agree Thomas. As stated before I have the correct information and setup for the ODBC drivers I have tested this with isql and tsql and I wrote a quick perl scrip to test the connection string and that works.
What I can's figure out is what information needs to be put in the " 'dbi_driver' => 'DBI_DRIVER'," so that RT will use the DSN entry in the ODBC configs. Thanks Bryon Baker Network Operations Manager Copesan - Specialists in Pest Solutions 800-267-3726 • 262-783-6261 ext. 2296 [email protected] www.copesan.com "Servicing North America with Local Care" -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Thomas Sibley Sent: Wednesday, June 26, 2013 12:21 PM To: [email protected] Subject: Re: [rt-users] External Authentication On 06/26/2013 10:03 AM, Bryon Baker wrote: > Update > Working with the first error I created a SQLServer.pm with the correct > connect string. (I tested using Perl). > Now I get this error. > DBD::SQLServer initialisation failed: Can't locate object method "driver" via > package "DBD::SQLServer" at > /usr/lib/perl5/vendor_perl/5.16.2/x86_64-linux-thread-multi/DBI.pm line 820. You shouldn't be trying to write a DBI driver class; that's madness. You probably to use ODBC with a connect (dsn) string that includes the correct odbc (sub)driver to use.
