Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Error after server move
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Dudboy
New Member

United Kingdom
75 Posts

Posted - 28 July 2003 :  10:58:54  Show Profile  Visit Dudboy's Homepage
Anyone help with this please as I really don't want to start a fresh forum.

We are changing ISP's and the current forum DB and Scripts are all running fine.

www.clubgti.com/forum

I have moved all files and Db to new server

http://80.82.139.228/forum/

And would have hoped all would be fine however I get this error

Microsoft OLE DB Provider for SQL Server error '80040e37'

Invalid object name 'FORUM_ACTIVE_USERS'.

/forum/inc_func_common.asp, line 61

Any clues.

Could it be that the old forum has stored info in this table which doesn't match on the new server ?

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 28 July 2003 :  11:14:58  Show Profile
did you change your strConnString to reflect the new database location? did you run setup?

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

Dudboy
New Member

United Kingdom
75 Posts

Posted - 28 July 2003 :  11:23:13  Show Profile  Visit Dudboy's Homepage
quote:
Originally posted by Nikkol

did you change your strConnString to reflect the new database location? did you run setup?



I have altered the connection string to the relevant server address, login and password still the same.

Do I need to run set-up again even though it is a current db that's alread populated etc.

Thanks
Go to Top of Page

Dudboy
New Member

United Kingdom
75 Posts

Posted - 28 July 2003 :  11:26:52  Show Profile  Visit Dudboy's Homepage
I have run all the setup stuff again and it has made no difference.
Go to Top of Page

puzo
Junior Member

Israel
417 Posts

Posted - 28 July 2003 :  14:28:09  Show Profile  Visit puzo's Homepage
Taken from my help thread about SQL:
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=45989

-----------------------------------------------------

To achieve a successful import, remember to set the transform column for each table so that existing data is deleted and identity insert is enabled, as explained in the posts you must have read.

-----------------------------------------------------

If that doesnt help you start a new forum (with a new database), set it up then do as the text says above.


Go to Top of Page

Dudboy
New Member

United Kingdom
75 Posts

Posted - 28 July 2003 :  16:39:42  Show Profile  Visit Dudboy's Homepage
quote:
Originally posted by puzo

Taken from my help thread about SQL:
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=45989

-----------------------------------------------------

To achieve a successful import, remember to set the transform column for each table so that existing data is deleted and identity insert is enabled, as explained in the posts you must have read.

-----------------------------------------------------

If that doesnt help you start a new forum (with a new database), set it up then do as the text says above.



This is not an import but a restore which does not give you the transform options.

Any more help.

It apears to be some form of permissions problem as I wrote a simple asp script to try and pull info from the database and it didn;t like that either.
Go to Top of Page

Dudboy
New Member

United Kingdom
75 Posts

Posted - 29 July 2003 :  06:33:26  Show Profile  Visit Dudboy's Homepage
For reference if anyone else has this problem after a move this was the solution

EXEC sp_changeobjectowner 'clubgti.FORUM_MEMBERS', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_MEMBERS_PENDING', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_ACTIVE_USERS', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_MODERATOR', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_REPLY', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_TOPICS', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_TOTALS', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_ALLOWED_MEMBERS', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_SUBSCRIPTIONS', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_A_TOPICS', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_A_REPLY', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_BADWORDS', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_NAMEFILTER', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_GROUP_NAMES', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_GROUPS', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_CATEGORY', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_CONFIG_NEW', 'dbo'
EXEC sp_changeobjectowner 'clubgti.FORUM_FORUM', 'dbo'

Thanks Gary
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 1.83 seconds. Powered By: Snitz Forums 2000 Version 3.4.07