Re: JDBC and Virtual Machines



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



.



Relevant Pages

  • Re: Unblocking items in firewall - Symantec AntiVirus Corporate Edition
    ... > I sell a server based software product. ... > Symantec AntiVirus Corporate Edition product but one of my customers ... It will not block connection attempts. ... Is my JDBC connection code incorrect? ...
    (comp.security.firewalls)
  • Re: -952 Authentication Error on Solaris 10
    ... Then it sends the info into the server, ... causing Informix to barf on the authentication and then failing. ... Now I know and I'm looking at not using the Informix native jdbc ... driver but trying to use the informix jdbc driver that ships with the ...
    (comp.databases.informix)
  • Re: JDBC or ODBC?
    ... But if it came down to it, I bet I could beat slightly performance of JDBC ... The reason for this is ODBC ... we are choosing between a server that sits on top of Windows ... >> performance implication directly related to the database access ...
    (microsoft.public.sqlserver.jdbcdriver)
  • RE: Cannot connect to my SQL 2005 server using JDBC - can any dia
    ... Do you have any references on which version of the Microsoft JDBC driver ... is talking about doesn't talk to UDP 1434 to retrieve the port automatically. ... I have seen some scenarios where not every JDBC drivers handles problems with the UDP broadcast from the SQL Browser service ... Cannot connect to my SQL 2005 server using JDBC - can any diagnostic tool tell me what the problem is? ...
    (microsoft.public.sqlserver.jdbcdriver)
  • RE: BUG: JDBC connection disconnected, cant reconnect
    ... SQL 2005 Standard ... Windows Server 2003, Service Pack 2 ... SQLServer JDBC driver 1.2 ... Sun JDK 1.6 ...
    (microsoft.public.sqlserver.jdbcdriver)

Loading