Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SQL SERVER JDBC: WARNING: Failed to load the sqljd

Author  Topic 

TonyCav
Starting Member

4 Posts

Posted - 2010-04-20 : 09:07:25
Hi I am running my tomcat against a SQLServer database, when I start Tomcat I get the following error

Failed to load the sqljdbc_auth.dll.

I have put the sqljdbc_auth.dll in my system path C:\Windows\System32.

Do I need to set anything else up to get it to work with Tomcat.

Looking at the other mail on this, it seems that developers have stuck the sqljdbc_auth.dll file in about 3 to 4 other places to get it to work. I cant believe that this file needs to be in more than one location.

Do I need to set up any config, where does the driver expect to find the sqljdbc_auth.dll on start up

Thanks for any Help

Tony

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-04-20 : 12:37:26
This doesn't seem to be a question about SQL Server, but rather it's a problem with Tomcat. You should contact the vendor of Tomcat or find a forum that specializes in Tomcat.

We could help you get connected via SQL Server client tools here.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -