Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - NEED SIMPLE FIX !!!!!   error ’80004005’
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

NEED SIMPLE FIX !!!!! error ’80004005’

 Post Reply Post Reply
Author
CaptainAmerica View Drop Down
Newbie
Newbie
Avatar

Joined: 17 December 2003
Location: United States
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote CaptainAmerica Quote  Post ReplyReply Direct Link To This Post Topic: NEED SIMPLE FIX !!!!! error ’80004005’
    Posted: 17 December 2003 at 5:35pm

Okay, I am new kid on the block so don't flame me...we all gotta start somewhere..But I have having problems understanding some basics..

I am getting this error..

Microsoft OLE DB Provider for SQL Server error '80004005'

Invalid authorization specification

/common.asp, line 249

I assume that it is not able to see my SQL server because the SQL_SERVER_CONNECTION.ASP file is not filled in right...but I having problems understanding the right way to fill it in...

In the Instructions where you fill out your SQL server settings in the SQL_Server_Connection.asp gives these instructions, But somebody who doesn't know asp or programming has no idea where to type my information in...Could somebody please type out a clear example of a real string for me please.... I am not clear on it, if I should type my information before the "" or inside the "" or strSQL* instead of Servername...  Or do I type the servername After the '

Dim strSQLServerName  'Holds the name of the SQL Server
Dim strSQLDBUserName  'Holds the user name (for SQL Server Authentication)
Dim strSQLDBPassword  'Holds the password (for SQL Server Authentication)
Dim strSQLDBName  'Holds name of a database on the server


'------------- The Driver Below is if you are using SQL Server (Do Not Use Unless you know and have an SQL Server) ---------------------------

'Enter the details of your SQL server below
strSQLServerName = "" 'Holds the name of the SQL Server
strSQLDBUserName = "" 'Holds the user name (for SQL Server Authentication)
strSQLDBPassword = "" 'Holds the password (for SQL Server Authentication)
strSQLDBName = ""     'Holds name of a database on the server


'Please note the forum has been optimised for the SQL OLE DB Driver using another driver
'or system DSN to connect to the SQL Server database will course errors in the forum and
'drastically reduce the performance of the forum!


'The SQLOLEDB driver offers the highest performance at this time for connecting to SQL Server databases from within ASP.


'MS SQL Server OLE Driver (If you change this string make sure you also change it in the msSQL_server_setup.asp file when creating the database)
strCon = "Provider=SQLOLEDB;Server=" & strSQLServerName & ";User ID=" & strSQLDBUserName & ";Password=" & strSQLDBPassword & ";Database=" & strSQLDBName & ";"
 

Back to Top
CaptainAmerica View Drop Down
Newbie
Newbie
Avatar

Joined: 17 December 2003
Location: United States
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote CaptainAmerica Quote  Post ReplyReply Direct Link To This Post Posted: 17 December 2003 at 5:45pm

Thanks everybody.....It works great ..Now I can go save the world...

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.