Hi,
I am trying to configure an adapter in forms builder 6.5SP1 - the adapter is called TrackingNumber and i have created a property file called jdbc_TrackingNumber.properties with the related info. However, when i run it, i get the following error:
com.documentum.tools.adaptor.AdaptorException: Driver class not found:com.microsoft.jdbc.sqlserver.SQLServerDriver
The problem is that i am using the latest driver (or trying to) which is:
com.microsoft.sqlserver.jdbc.SQLServerDriver
which is specified in my property file.
Question is, where is it finding this old driver from? How can i get it to recognize my driver and property file - i have put it in tomcat's classpath.
Thanks
-yogesh