Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > Please Help!!!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-04-04, 15:22
wyuen wyuen is offline
Registered User
 
Join Date: Jun 2004
Posts: 2
Please Help!!!

Hello,
I am using SQL 2000 on a Windows 2000 with SP4. I ran Microsoft's Security Analyzer and it told me to install SQL 2000 SP3a. Everything was fine and dandy until in installed SQL 2000 SP3a. Now my site won't come up and i get the following error:

Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNMPNTW]Access denied.

/inc/opendb.asp, line 11

I'm not SQL inclined, so please help!!! If you want to see the error for yourself, please go to www.MediaVixens.com and try to enter the site.

Thanks,
Wilson
Reply With Quote
  #2 (permalink)  
Old 06-07-04, 12:22
AceOmega AceOmega is offline
Registered User
 
Join Date: Apr 2004
Location: Arizona
Posts: 33
Assumeing You are using an ODBC driver.

We sometimes have the same error. It is usally do to the HostName not being specified in the path...

[server]:c:\data\database.gdb

Again this is using Interbase so it could be something different depending on what database system you are using.

The other times we run into this problem is when the Server Service is down or the IUSR_[server] not having rights to the inetpub\wwwroot directory. Again this is assuming you are using MS-IIS and not Apachy or some other web server.

Not sure if this helps but would need more information to be able to help.
Reply With Quote
  #3 (permalink)  
Old 06-07-04, 13:41
wyuen wyuen is offline
Registered User
 
Join Date: Jun 2004
Posts: 2
Hi,
Thanks for the info. The weird thing is that everything was working until i applied SP3a for SQL. I can't image it would be a permissions issue unless sp3a does that by default. I am using IIS5. Is there anything else you can think of? What other info do you need?

Thanks again,
Wilson
Reply With Quote
  #4 (permalink)  
Old 06-07-04, 14:22
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 9,573
SQL sp3a tightens up a number of security issues, to prevent things like the Blaster worm among other things. You can definitely run into cases where people wrote code that ignored the rules but worked prior to sp3a, but fails once sp3a has been applied to the server.

-PatP
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On