I have a weblogic 12C server which is trying to connect to a MSSQL 2014 DB. I encountered the following issue :
Cannot load driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
I have already check the following solution
The suggested solution does not apply to me as in D:\wls12210\wlserver\common\bin
, it does not contain the commEnv.cmd
file for me to add the new classpath in.
A look at the documentation suggests Edit the commEnv.cmd/sh script in WL_HOME/common/bin
which is the same as the suggest solution
Where is the misssing commEnv.cmd
in weblogic 12c ??