Quantcast
Viewing all articles
Browse latest Browse all 9760

Re: ClassNotFoundException in getting connection>>java.lang.ClassNotFoundException: com.sap.portals.jdbc.db2.DB2Driver Found in negative cache

Hi All,

 

I was able to resolve issue by giving below entries  in my JAVA code:

 

String driverName = "com.ibm.db2.jcc.DB2Driver";

 

String url = "jdbc:db2://<IP>:<msgserverport#>/<SID>";

 

 

 

Thanks a lot for the help.

 

Regards,

Vineet


Viewing all articles
Browse latest Browse all 9760

Trending Articles