Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2005 > SQL Server 2005
|
SQL Server 2005 General discussion of SQL Server *2005* version only.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 10th, 2007, 12:24 PM
Registered User
 
Join Date: Jun 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Weblogic 8.1 JDBC connection pool error

Hello All,

I am trying to create a JDBC connection pool in weblogic 8.1
My database is MS SQL Server 2005. My database instance name is like MyServer\Test and the database name is MyTestDB. My database and weblogic are installed on different servers.
I am logging to my Weblogic console and going to
Services>JDBC>Connection Pool
In the 'Configure a connection pool' page I am giving the following details -
Database Name: MyTestDB
Host Name: MyServer\\Test <even tried "MyServer\Test">
Port:1433
Database User Name:sa
Password:***
Confirm Password:***

In the next page when I am trying to test the connection, it is throwing an error
"[BEA][SQLServer JDBC Driver]Error establishing socket to host and port: MyServer:1433. Reason: Connection refused: connect".
As you can see it is ignoring the Instance name "\Test", because I believe '\' is an escape character in UNIX. Hence i am using '\\', but without any result. I have tried IP address also, but nothing is working.

I am stuck with this for a long time.

Any help in this regard will be highly appreciable.

Best Wishes,
Sumon







Similar Threads
Thread Thread Starter Forum Replies Last Post
sql server pool connection error MunishBhatia SQL Server 2005 0 June 28th, 2007 11:40 AM
connection pool maximum error MunishBhatia ASP.NET 2.0 Professional 0 June 28th, 2007 11:39 AM
Connection Pool on MS Access? Edward King Java Databases 1 August 3rd, 2005 12:48 AM
Connection pool details for MySQL kumar_sampath Java Databases 2 September 7th, 2004 03:59 AM
connection pool in linux anjila Apache Tomcat 1 April 16th, 2004 07:47 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.