Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
SQL-Server does not exist or access denied
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ch. Marx  
View profile  
 More options Apr 22 2004, 4:28 am
Newsgroups: microsoft.public.sqlserver.odbc
From: "Ch. Marx" <NOSPAMcm...@computime.de>
Date: Thu, 22 Apr 2004 10:28:06 +0200
Local: Thurs, Apr 22 2004 4:28 am
Subject: SQL-Server does not exist or access denied
Hi all,

I have a VB6-application that opens a ADO connection to a sql server
database at startup. Everything is ok, as long as there is not much database
work to do. As soon as I start a calculation that works a lot in the
database (reads and writes in appr. 10 tables),  it takes about 1 minute and
I get the message: SQL Server does not exist or acess denied. Since the app
shows the status of the job you can see that the error occurs always after
exactly the same number of database operations done. the strange thing is,
that the error shows up on XP prof. only. The same app doing the same job on
the same database works fine in W2K.
What I've tried so far:
- installed all available service packs and hotfixes on XP maschine
- updated existing MDAC 2.71 to 2.8
- changed connection string to use OLEDB instead of DSN
- deaktivated pooling
The error does NOT occur when working with MSDE, no matter wether local or
remote installation.

Any hint appreciated
Chris


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Neil  
View profile  
 More options Apr 23 2004, 2:17 am
Newsgroups: microsoft.public.sqlserver.odbc
From: n...@ironbark.com.au (Neil)
Date: 22 Apr 2004 23:17:41 -0700
Local: Fri, Apr 23 2004 2:17 am
Subject: Re: SQL-Server does not exist or access denied
Are you creating new database connections without closing the old ones?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ch. Marx  
View profile  
 More options Apr 23 2004, 3:19 am
Newsgroups: microsoft.public.sqlserver.odbc
From: "Ch. Marx" <NOSPAMcm...@computime.de>
Date: Fri, 23 Apr 2004 09:19:31 +0200
Local: Fri, Apr 23 2004 3:19 am
Subject: Re: SQL-Server does not exist or access denied
"Neil" <n...@ironbark.com.au> schrieb im Newsbeitrag
news:123526c9.0404222217.4541ae68@posting.google.com...

> Are you creating new database connections without closing the old ones?

No, I open the connection on startup and keep it open until the program
terminates.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Marx  
View profile  
 More options May 10 2004, 8:45 am
Newsgroups: microsoft.public.sqlserver.odbc
From: "Chris Marx" <NOSPAMcm...@computime.de>
Date: Mon, 10 May 2004 14:45:06 +0200
Local: Mon, May 10 2004 8:45 am
Subject: Re: SQL-Server does not exist or access denied
I solved the problem creating these entries in the registry:
path: HKEY_LOCAL_MACHINE\System\CurrentControlSet\services\Tcpip\Parameters
type: DWORD
name: TcpTimedWaitDelay
value: 30 (decimal)

type: DWORD
name: MaxUserPort
value: 10000 (decimal)

For details see:
http://support.microsoft.com/default.aspx?scid=kb;en-us;328476

Chris


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Don Kitchen  
View profile  
 More options Jan 27 2005, 4:16 pm
Newsgroups: microsoft.public.sqlserver.odbc
From: "Don Kitchen" <donkitc...@gmail.com>
Date: 27 Jan 2005 13:16:29 -0800
Local: Thurs, Jan 27 2005 4:16 pm
Subject: Re: SQL-Server does not exist or access denied
We were also having this same exact problem after we changed one of our
2 web servers over from Windows 2000 to Windows 2003.  We looked and
looked and found tons of people having the same problems, none of which
had answers.  We were THRILLED when we finally found this thread.  It
was honestly the first time somebody had the same problem we did and
where somebody else had solved it.

We created these two registry keys on our Windows 2003 server and
everything has been working great ever since.  Actually, it's been
working better than the 2000 machine is.  There are less errors and the
site seems to run faster.  I know IIS6 is faster, but we can tell that
it's running a little better.

What we did was tweak the numbers here a bit to use 15 for the
TcpTimedWaitDelay and 40000 for the MaxUserPort.  We found that these
numbers worked better for us.

Anyway, I just wanted to post in case somebody else that's having this
super annoying and frustrating problem comes across this message.
There is hope and there is a fix.

The craziest thing of all, which still drives me nuts, is the fact that
nobody knows why it happens.
Oh well, as long as it's working I'm happy!


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frank Lehmann  
View profile  
 More options Jan 28 2005, 3:28 am
Newsgroups: microsoft.public.sqlserver.odbc
From: "Frank Lehmann" <f.leh...@chat4world.com>
Date: Fri, 28 Jan 2005 09:28:40 +0100
Local: Fri, Jan 28 2005 3:28 am
Subject: Re: SQL-Server does not exist or access denied

"Don Kitchen" <donkitc...@gmail.com> wrote in message:

news:1106860589.817854.145070@z14g2000cwz.googlegroups.com...

> We were also having this same exact problem after we changed one of our
> 2 web servers over from Windows 2000 to Windows 2003.  We looked and
> looked and found tons of people having the same problems, none of which
> had answers.  We were THRILLED when we finally found **this thread**.  It ...

Hi Don,

What is **this thread**? What thread are you referring to?
Your answer begins as new thread in my OE news reader, and I'd be THRILLED
to know where you found that "does not exist" solution.

Regards,
Frank


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sue Hoegemeier  
View profile  
 More options Jan 28 2005, 8:32 am
Newsgroups: microsoft.public.sqlserver.odbc
From: Sue Hoegemeier <Su...@nomail.please>
Date: Fri, 28 Jan 2005 06:32:22 -0700
Local: Fri, Jan 28 2005 8:32 am
Subject: Re: SQL-Server does not exist or access denied
There is no one solution for the error - it depends on a lot
of different things. If you have pooling disabled, you can
reference the articles Don referred to for changes in the
registry:
TCP/IP Settings for SQL Server Drivers When Pooling Is
Disabled
http://support.microsoft.com/?id=328476
PRB: "WSAEADDRESSINUSE" Error Message When You Try to
Connect Through an Anonymous Port After You Increase the
IMAP Connection Limit
http://support.microsoft.com/?id=319502

-Sue

On Fri, 28 Jan 2005 09:28:40 +0100, "Frank Lehmann"


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Don Kitchen  
View profile  
 More options Jan 31 2005, 5:01 pm
Newsgroups: microsoft.public.sqlserver.odbc
From: "Don Kitchen" <donkitc...@gmail.com>
Date: 31 Jan 2005 14:01:19 -0800
Local: Mon, Jan 31 2005 5:01 pm
Subject: Re: SQL-Server does not exist or access denied
Frank.  Are you still looking for answers?  If so, please email me
directly.

donkitchen at gmail dot com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frank Lehmann  
View profile  
 More options Feb 1 2005, 2:57 am
Newsgroups: microsoft.public.sqlserver.odbc
From: "Frank Lehmann" <f.leh...@chat4world.com>
Date: Tue, 1 Feb 2005 08:57:01 +0100
Local: Tues, Feb 1 2005 2:57 am
Subject: Re: SQL-Server does not exist or access denied
Thank you both, Sue and Don, for your answers.
The registry settings MaxUserPort and TcpTimedWaitDelay are the
perfect solution for my problem.
I've read somewhere that this behavior of lots of TCP connections
not being reused came into Windows out of security reasons
in order to prevent that hackers gain access to a server through such
an open channel without authentification.

Regards,
Frank


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rizwan  
View profile  
 More options Feb 14 2005, 6:44 am
Newsgroups: microsoft.public.sqlserver.odbc
From: "rizwan" <rizwan.mahim...@gmail.com>
Date: 14 Feb 2005 03:44:40 -0800
Local: Mon, Feb 14 2005 6:44 am
Subject: Re: SQL-Server does not exist or access denied
Chris Marx & Don Kitchen thank you for your valuable inputs, it helped
me solve our problem. I have been searching this for last two weeks.

Thanks again


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google