Hi,
OD Version 7.3.1.0.0 Build 3 Interwoven 20111005
MSSQL SERVER 2005
I am getting the following error message during the DataDeploy:
DBD: Loading com.microsoft.jdbc.sqlserver.SQLServerDriver
DBD: ERROR
BD07001:JDBC jar/zip not found in the drivers directory
DBD: ERROR:ERROR: Loading drivers : com.microsoft.jdbc.sqlserver.SQLServerDriver
DBD: ERROR:ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
DBD: ERROR:
java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
Drivers that I am using are : sqljdbc4.jar, sqljdbc.jar & Una2000.jar
I have copied the drivers into the following directories and restarted OD.
OD-HOME/drivers/
OD-HOME/lib/
OD-HOME/userlib/
I have given "microsoft-microsoft" as Vendor on the database.xml file for the connection.
But the DD is working if I change the vendor to "microsoft-inetuna", but still again, I am having issue with BIT DataType.
Please help to resolve the issue to work for MS SQL.
Thank you.