Print Page | Close Window

Web Wiz Forum Install Problem

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=9474
Printed Date: 07 April 2026 at 10:09pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Web Wiz Forum Install Problem
Posted By: loopedup
Subject: Web Wiz Forum Install Problem
Date Posted: 02 February 2004 at 1:44pm

Having problems installing Web Wiz that I hope you guys can help me with. I get the following error everytime I run the msSQL_server_setup.asp.

 

Thanks in advance!

Microsoft VBScript compilation error '800a0401'

Expected end of statement

/BBoard/forum/admin/SQL_server_connection.asp, line 50

Dim strSQLServerName MY_SERVER            'Holds the name of the SQL Server
---------------------^

 



-------------
All Looped Up with nowhere to go



Replies:
Posted By: Mart
Date Posted: 02 February 2004 at 2:11pm
You need to change the connection settings in SQL_server_connection.asp... If you have already done that make sure all the values have " " quotes around them like this:

Dim strSQLServerName 
strSQLServerName = "MY_SERVER"



Posted By: Semikolon
Date Posted: 02 February 2004 at 2:13pm
unless its a variable.. but it looks like its not..


Posted By: loopedup
Date Posted: 02 February 2004 at 3:02pm

Below is an example of how I edited the SQL_server_connection.asp.

Should I delete the info I put after the Dim statements?

******* (start of SQL_server_connection.asp) ************

 

Dim strSQLServerName MY_SERVER      ;  'Holds the name of the SQL Server
Dim strSQLDBUserName MYUSER 'Holds the user name (for SQL Server Authentication)
Dim strSQLDBPassword PASSWORD     'Holds the password (for SQL Server Authentication)
Dim strSQLDBName         FORUMDB   '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 = "MY_SERVER" 'Holds the name of the SQL Server
strSQLDBUserName = "MYUSER" 'Holds the user name (for SQL Server Authentication)
strSQLDBPassword = "PASSWORD" 'Holds the password (for SQL Server Authentication)
strSQLDBName = "FORUMDB"     'Holds name of a database on the server



-------------
All Looped Up with nowhere to go


Posted By: WebWiz-Bruce
Date Posted: 02 February 2004 at 3:07pm
yes, you don't put the data after dim statements

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: loopedup
Date Posted: 03 February 2004 at 12:53pm

Thanks!



-------------
All Looped Up with nowhere to go



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net