Web Wiz - Green Windows Web Hosting - Celebrating 25 Years!

  New Posts New Posts RSS Feed - SQL Server 2000 problems
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

SQL Server 2000 problems

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

Joined: 09 December 2005
Location: United States
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote msjamesray Quote  Post ReplyReply Direct Link To This Post Topic: SQL Server 2000 problems
    Posted: 09 December 2005 at 7:38pm
Error Creating the Table tblCategory (it may already exsist)

Error Creating the Table tblForum (it may already exsist)

Error Creating the Table tblTopic (it may already exsist)

Error Creating the Table tblThread (it may already exsist)

Error Creating the Table tblAuthor (it may already exsist)

Error Creating the Table tblPMMessage (it may already exsist)

Error Creating the Table tblBuddyList (it may already exsist)

Error Creating the Table tblConfiguration (it may already exsist)

Error Creating the Table tblDateTimeFormat (it may already exsist)

Error Creating the Table tblGroup (it may already exsist)

Error Creating the Table tblPoll (it may already exsist)

Error Creating the Table tblPollChoice (it may already exsist)

Error Creating the Table tblEmailNotify (it may already exsist)

Error Creating the Table tblPermissions (it may already exsist)

Error Creating the Table tblGuestName (it may already exsist)

Error Creating the Table tblSmut (it may already exsist)

Error Creating the Table tblBanList (it may already exsist)

Error Creating one or more Indexs (it may already exsist)

Error Creating the Relationship between the tblAuthor and tblGroup tables (it may already exsist)

Error Creating the Relationship between the tblForum and tblCategory tables (it may already exsist)

Error Creating the Relationship between the tblPollChoice and tblPoll tables (it may already exsist)

Error Creating the Relationship between the tblBuddyList and tblAuthor tables (it may already exsist)

Error Creating the Relationship between the tblEmailNotify and tblAuthor tables (it may already exsist)

Error Creating the Relationship between the tblPMMessage and tblAuthor tables (it may already exsist)

Error Creating the Relationship between the tblPermissions and tblForum tables (it may already exsist)

Error Creating the Relationship between the tblTopic and tblForum tables (it may already exsist)

Error Creating the Relationship between the tblGuestName and tblThread tables (it may already exsist)

Error Creating the Relationship between the tblThread, tblTopic and tblAuthor tables (it may already exsist)

Error entering default values in the Table tblGroup

Error entering default values in the Table tblAuthor

Error entering default values in the Table tblConfiguration

Error entering default values in the Table tblDateTimeFormat

Error entering default values in the Table tblSmut

Error Creating the Stored Procedure wwfSpSelectConfiguration (it may already exsist)

Error Creating the Stored Procedure wwfSpChkUserID (it may already exsist)

Error Creating the Stored Procedure wwfSpCategoryAll (it may already exsist)

Error Creating the Stored Procedure wwfSpForumsAllWhereCatIs (it may already exsist)

Error Creating the Stored Procedure wwfSpForumTopicCount (it may already exsist)

Error Creating the Stored Procedure wwfSpLastForumPostEntry (it may already exsist)

Error Creating the Stored Procedure wwfSpModeratorGroup (it may already exsist)

Error Creating the Stored Procedure wwfSpModeratorGroup (it may already exsist)

Error Creating the Stored Procedure wwfSpForumPermissions (it may already exsist)

Error Creating the Stored Procedure wwfSpForumThreadCount (it may already exsist)

Error Creating the Stored Procedure wwfSpUpdateLasVisit (it may already exsist)

Error Creating the Stored Procedure wwfSpAuthorDesc (it may already exsist)

Error Creating the Stored Procedure wwfSpTimeAndDateSettings (it may already exsist)

Error Creating the Stored Procedure wwfSpCountOfPMs (it may already exsist)

Error Creating the Stored Procedure wwfSpDateOfLastUnReadPM (it may already exsist)

Error Creating the Stored Procedure wwfSpLastAndFirstThreadAuthor (it may already exsist)

Error Creating the Stored Procedure wwfSpUpdateViewPostCount (it may already exsist)

Error Creating the Stored Procedure wwfSpForumsAllWhereForumIs (it may already exsist)

Error Creating the Stored Procedure wwfSpTopicDetialsInTheLastXX (it may already exsist)

Error Creating the Stored Procedure wwfSpTopicDetialsAll (it may already exsist)

Error Creating the Stored Procedure wwfSpThreadDetails (it may already exsist)

Error Creating the Stored Procedure wwfSpPollDetails (it may already exsist)

Error Creating the Stored Procedure wwfSpAuthorLastPostDate (it may already exsist)

Error Creating the Stored Procedure wwfSpActiveToipcs (it may already exsist)

Error Creating the Stored Procedure wwfSpTopicEmailNotify (it may already exsist)

Error Creating the Stored Procedure wwfSpForumEmailNotify (it may already exsist)

Error Creating the Stored Procedure wwfSpBannedIPs (it may already exsist)

Error Creating the Stored Procedure wwfSpAuthorDetails (it may already exsist)

Error Creating the Stored Procedure wwfSpAuthorLastPostDate (it may already exsist)

Error Creating the Stored Procedure wwfSpDBinfo (it may already exsist). If you are using MS SQL Server 7 ignore this error (You will not be able to view SQL Server stats in the admin area)

SQL Server database is set up, but with Error!
What could I be doing wrong?
At first it told me that my sql user name and password was wrong, and I fixed that, but now I get the above problem whem trying to run msSQL_server_setup.asp in my browser.
Please help!!!
Back to Top
dj air View Drop Down
Senior Member
Senior Member
Avatar

Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
Post Options Post Options   Thanks (0) Thanks(0)   Quote dj air Quote  Post ReplyReply Direct Link To This Post Posted: 09 December 2005 at 7:45pm
it maybe that the user account you use to login diesnt have exeucute/ creation privelleges.

make sure to use an account that has the ability to create tables, stored procedures etc


Edited by dj air - 09 December 2005 at 7:46pm
Back to Top
dpyers View Drop Down
Senior Member
Senior Member


Joined: 12 May 2003
Status: Offline
Points: 3937
Post Options Post Options   Thanks (0) Thanks(0)   Quote dpyers Quote  Post ReplyReply Direct Link To This Post Posted: 10 December 2005 at 8:58am
... and of course you'll also see those errors the second+ time you run the set-up.

Lead me not into temptation... I know the short cut, follow me.
Back to Top
plokolp View Drop Down
Newbie
Newbie


Joined: 10 January 2006
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote plokolp Quote  Post ReplyReply Direct Link To This Post Posted: 10 January 2006 at 5:49am
Spelling police infringement notice!

exsist = exist

You're on report ;-)



Edited by plokolp - 10 January 2006 at 5:50am
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.