• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Weblogic 7.0 with MS Sql Server 2000

 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Friends,
I am having problem to configure Weblogic 7.0 with Ms Sql Server 2000.
The steps I have followed for creating new connection pool is as follows:-


NAME : - MSSQLServerConnectionPool
URL : - jdbc:microsoft:sqlserver://192.168.0.46:1433/MSSQLServerConnectionPool
DRIVER :- com.microsoft.jdbc.sqlserver.SQLServerDriver
PROPERTIES:- user=sa
PASSWORD:- BLANK (AS I DONT HAVE PASSORD IN SQL SERVER FOR USER Sa)
ACL :- BLANK
Open String Password :- BLANK

Then I click the create button then Apply- till now fine.

But, I select 'myserver' in 'Target' Tab and add, and click apply button. It generates lots of error, which is like this:-
---------------------
<Oct 13, 2004 4:15:16 PM GMT+05:45> <Error> <JDBC> <001060> <Cannot startup connection pool "MSSQLServerConnectionPool" weblogic.common.ResourceException: Cannot load driver class: com.microsoft.jdbc.sqlserver.SQLServerDriver>
----------------------------------
I have the SQLServerDriver files (3 jar files- downloaded from microsoft site) in my system's Program folder, which I have set in classpath.
I have Sql Server Installed on another machine in LAN, and client in my machine (It is workign fine in JBOSS).Weblogic is installed on my machine.

I would like to thank my friend(s), for investing valuable time to reply me, in advance !!
 
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please set CLASSPATH to driver class in startup server script..

Example :: startWebLogic.bat

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic