Error openConection() ClassNotFoundException: java.lang.ClassNotFoundException: com.microsoft.jdbc.s
Sorry to bring back the one of the old issue for fresh discussion.
Current Apps Version- 12.1.1
Database- 11.1
the custom class file is migrated to /d02/oracle/apps/apps_st/comn/java/classes/oracle/apps/fnd/cp/request
$JAVA_TOP=/d02/oracle/apps/apps_st/comn/java/classes/
I have written a custom JAVA program to connect Microsoft SQL Server 2000 and Inserts the records in Oracle Apps DB.
Without MS SQL Server connection the program completes Normal and Result is as expected
and with in the same program While connecting to MS SQL server am getting below error.
openConection() ClassNotFoundException: java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver