-
Well, you could have a share that all clients mount and have their individual CLASSPATHs reference the jar file from that share. I guess it depends on your systems: if you have a custom application that you are distributing out to all 50 clients then just include the jTDS jar with your application.
2009-07-21 14:58:06 UTC in jTDS - SQL Server and Sybase JDBC driver
-
The JAR file needs to be accessible by the client application, since this is what is making the actual JDBC calls: hence it must be in the CLASSPATH of the client. The JDBC DriverManager will actually handle loading the JTDS driver so that it is used for your connection strings.
2009-07-21 13:54:53 UTC in jTDS - SQL Server and Sybase JDBC driver
-
Stupid question, but it's good to rule them out: are you sure that the SQL Server account exists with the password you are providing, and that the server is configured to accept remote connections? Also, are you able to log into the server with those credentials from SQL Server Management Studio on the remote machine using the SQL Server authentication?.
2009-07-08 16:40:47 UTC in jTDS - SQL Server and Sybase JDBC driver
-
jTDS will only attempt to use Windows authentication if you include the 'domain' parameter in your connection string: otherwise it uses SQL Server authentication. Is it possible that the user name you are getting from the call to 'localConf.getDbUserName()' includes a domain? For example, if the string returned is really "DOMAIN\USER" then the server is attempting to authenticate with...
2009-07-08 16:23:34 UTC in jTDS - SQL Server and Sybase JDBC driver
-
It works fine if you are not using SSO.
2009-03-25 14:57:58 UTC in jTDS - SQL Server and Sybase JDBC driver
-
Using the JMX addJob method to create a new job, followed by a call to startCrawling. (assume Heritrix is freshly started.)
If there is an error in the order (in my case no seeds file) then a couple of alerts are made and the job ends due to that configuration error. This is as I would expect.
Since the addJob method just uses the directory in which the order is found, I clean out that...
2007-01-11 16:33:22 UTC in Heritrix: Internet Archive Web Crawler
-
The Status attribute in the JMX interface returns a string with multiple values concatenated together, leaving it up to the calling application to parse the string to get the information that it needs. I'd like to make changes to the interface to allow each setting to be queried directly. In particular, I would like to add the following Attributes:
IsRunning => Boolean
IsCrawling => Boolean...
2007-01-10 18:59:34 UTC in Heritrix: Internet Archive Web Crawler
-
tree committed patchset 112 of module archive-access to the Web Archive Access Utilities CVS repository, changing 1 files.
2005-03-11 14:24:17 UTC in Web Archive Access Utilities
-
tree committed patchset 111 of module archive-access to the Web Archive Access Utilities CVS repository, changing 7 files.
2005-03-11 13:54:13 UTC in Web Archive Access Utilities
-
tree committed patchset 3 of module CVSROOT to the Web Archive Access Utilities CVS repository, changing 1 files.
2004-10-26 19:22:03 UTC in Web Archive Access Utilities