• 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

Exception In Creating Connection Pool

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
I am trying to create a Connection Pool on WLS 7.0. For this i had followed the follwoing steps.
1)Name : "Sample Pool"
2)URL : jdbc:weblogic:mssqlserver4:SMSXCELL@NXL-TEC-11:1433
3)Driver ClassName : weblogic.jdbc.mssqlserver4.Driver
4)Properties : user=sa,password=sa
5)ACL Name :
6)password :
7)Open String Pwd :
with the above configuration, i tried to create the connection pool. But i am getting the exception on the console as
<Cannot startup connection pool "samplePool" weblogic.common.ResourceException: weblogic.common.ResourceException:
Could not create pool connection. The DBMS driver exception was:
java.sql.SQLException: Login failed for user 'sa'. Reason: Not associated with a
trusted SQL Server connection. Severity 14, State 1, Procedure 'null null',
Line 0 Unable to connect, please check your server's version and availability.

Advance congrats to those who Can solve the above stated problem.
Regards,
Saradhi.
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Pls check if the URL U R providing is correct or not, pls refer to the documentation of the driver U R using. I had same problem which was rectified by a changed URL.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic