SQL Connection problem - Help!
- From: "news.microsoft.com" <jerryj@xxxxxxxxxx>
- Date: Mon, 9 Oct 2006 08:47:36 -0500
I have an app using VB/ADO to connect to SQL databases. No problem on more
than 300 client installs... except for one.. (isn't it always the case?)
Well, this one has me pulling my hair out..
For various reasons (the most important being our app is very often
installed on small peer-to-peer networks with no domain server) we use mixed
authentication mode. When we install the database we create our own
logins/users with varying levels of access. These are embedded into our
apps, and we haven't had any problems so far.
In this one case, I was attempting to install our database into a default
instance of a standard SQl Server 2000 (as opposed to MSDE which at least
half our clients use). My login procedure fails with no administrative
access using either the sa login or NT security. The guy logging on is
using an Administrator login and defintely knows the sa password. (This is
using SQLDMO, but ADO is failing also)
I take him into Enterprise Manager opn the server and he can log in, change
the sa password.. checked that sa is the owner, that it is using mixxed
mode, etc.. still cannot connect from a worksation on their network.
I checked to make sure they have no firewall set up.. nothing. This is
Windows 2000, btw..
Anyway.. I tried installing a new instance of SQL. This new instance does
not even show up on the client workstations. Only the original default
instace shows up. Even manually constructing a connection to the new
instance returns the ADO error :
-2147467259 - [DBNETLIB][ConnectionOpen (Invalid Instance()).]Invalid
connection.
Both of these were installed from a SQL Server CD version : 8.00.194 with
SP4 applied after install.
Could there be some licensing issue which prevents a client from connecting?
(Should I install an instance of MSDE and test with that?) I've googled and
looked at newsgroups til I am blue in the face, but this one really has me
stumped.. Help!
Thanks in advance,
Jerry
.
- Prev by Date: Re: INSERT INTO Query problem
- Next by Date: Re: INSERT INTO Query problem
- Previous by thread: INSERT INTO Query problem
- Next by thread: Re: How to store pictures in Access2k db in OLEObject field?
- Index(es):
Relevant Pages
|
Loading