So I upgraded my VMWare from Win 2000 to 2003. TS 6.7.2 was loaded with the event subsystem working on SQL 2000.
The upgrade went OK, some licensing problems (domain went from NoDomain to localdomain) once I changed that back my OD and TS licenses were good again.
The only issue I have is the event subsystem talking to SQL2000.
From MS website it appeared the drivers were the same. I did a reinstall of TS and pointed to the drivers. No luck. The only log with any info is the eventsubd_error.log which has this:
OpenJMS 0.7.6.1
The OpenJMS Group. (C) 1999-2004. All rights reserved.
http://openjms.sourceforge.netorg.exolab.jms.server.ServerException: org.exolab.jms.persistence.PersistenceException: org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'com.microsoft.jdbc.sqlserver.SQLServerDriver', cause:
java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
... more lines deleted
My jmsconfignew.xml
[php]
[/php]
Server is VMWARE2K, DB is TSEvents, SQL Server is running.
I copied the jar files into iwhome/eventsubd/lib (they have been there for a long time).
I even reinstalled TS and selected SQL server as the DB and pointed to this folder for the drivers.
Still nothing.
What am I missing ?