Re: JDBC and Virtual Machines
- From: "Angel Saenz-Badillos[MS]" <angelsa@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 14 Jul 2006 09:09:39 -0700
Without knowing what the utility program is I would still be concerned that
it is connecting with NTLM instead of TCP/IP and try to verify TCP/IP was
enabled through the configuration manager. I would have looked for a
firewall that may be blocking traffic, but you mention that you can
connect...
What does your source code look like and what is the error that you are
getting.
Thanks,
--
Angel Saenz-Badillos [MS] Data Programmability
This posting is provided "AS IS", with no warranties, and confers no
rights.Please do not send email directly to this alias.
This alias is for newsgroup purposes only.
I am now blogging: http://blogs.msdn.com/angelsb/
<kevin@xxxxxxxxx> wrote in message
news:1152890816.900686.79010@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TCP/IP was one of the first things we checked. We used a utility
program to establish a connection on port 1433, just to make sure after
verifying that TCP/IP was enabled using Enterprise Manager.
Although we're running under Windows (virtually hosted), I was
concerened that similar problems exist when running under JBOSS under
Linux. (See
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856304#3856304).
JBOSS is part of our mix too, albeit running under Windows on the
virtual server.
We have the same JDBC version running successfully under the same JBOSS
in another site, but this one isn't running inside a virtual server.
Kevin
Angel Saenz-Badillos[MS] wrote:
If you have basic connectivity working but JDBC is failing the first
thing I
would do would be to make sure TCP/IP is enabled. Other providers can
connect with NTLM but JDBC drivers only support TCP/IP. Make sure you
re-start the server after enabling TCP/IP
The second thing I would look for would be to make sure SQLBrowser is
running and/or try to connect using the IP address directly, let me know
if
this helps.
--
Angel Saenz-Badillos [MS] Data Programmability
This posting is provided "AS IS", with no warranties, and confers no
rights.Please do not send email directly to this alias.
This alias is for newsgroup purposes only.
I am now blogging: http://blogs.msdn.com/angelsb/
<kevin@xxxxxxxxx> wrote in message
news:1152631441.776781.49520@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have two Windows virtual servers hosted by Linux -- one running SQL
Server 2000 and the other trying to connect to it via JDBC. Are there
any issues related to running a JDBC driver under a virtual windows
server?
I'm getting failure to connect socket errors, and everything we can
figure out hasn't helped. We know basic connectivity is there through
running a non-JDBC program to connect to SQL Server.
Thanks,
Kevin
.
- Follow-Ups:
- Re: JDBC and Virtual Machines
- From: kevin
- Re: JDBC and Virtual Machines
- References:
- JDBC and Virtual Machines
- From: kevin
- Re: JDBC and Virtual Machines
- From: Angel Saenz-Badillos[MS]
- Re: JDBC and Virtual Machines
- From: kevin
- JDBC and Virtual Machines
- Prev by Date: Re: JDBC and Virtual Machines
- Next by Date: RE: PreparedStatement.getParameterMetaData()
- Previous by thread: Re: JDBC and Virtual Machines
- Next by thread: Re: JDBC and Virtual Machines
- Index(es):
Relevant Pages
|