Hello!
Im trying install JDBC driver into mi XI system (PI 7.3)
Driver was installed
pidadm 65> cd /usr/sap/PID/DVEBMGS00/j2ee/cluster/bin/ext/com.sap.aii.adapter.lib/lib/
pidadm 66> ll
total 1048
-rwxr-xr-x. 1 pidadm sapsys 904 Aug 10 09:34 com.sap.aii.adapter.lib_api.jar
-rw-r--r--. 1 pidadm sapsys 537303 Aug 10 14:48 sqljdbc4.jar
-rw-r--r--. 1 pidadm sapsys 518072 Aug 10 09:34 sqljdbc.jar
And im was installed app http://localhost:50000/ftpjdbc
Im trying connection:
com.microsoft.sqlserver.jdbc
and received message:
ClassNotFoundException Occurred : Driver Class Could not be found.com.microsoft.sqlserver.jdbc
but to Oracle DB with class:
oracle.jdbc.driver.OracleDriver connecting is ok
whats is problem, guys?