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: Database: MS SQL Server
 Migrating from SQL 2000 to SQL 2005
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 3

webby4x4
Starting Member

44 Posts

Posted - 19 May 2008 :  22:01:20  Show Profile
Thanks guys - I'll take a look a start over again. I'll keep you posted!

Rick<
Go to Top of Page

Astralis
Senior Member

USA
1218 Posts

Posted - 24 May 2008 :  05:30:08  Show Profile  Send Astralis a Yahoo! Message
Webby, did you fix it?

I'm running into the same issue.<
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 24 May 2008 :  05:41:27  Show Profile  Send ruirib a Yahoo! Message
I'd bet it's definitely not the same issue and please post in a single topic about any given issue you may have. Double posting will only make it more difficult to handle your request for help.<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

webby4x4
Starting Member

44 Posts

Posted - 24 May 2008 :  12:29:01  Show Profile
OK... I didn't have any luck with that strategy either (excat same results).

On the old SQL 2000 server, I detached the db and did a full backup w/ logs. I then moved the backup file to the new SQL 2005 server. I restored the database from the .bak file and set the appropriate user permissions, etc. It still doesn't seem to see that there is data in the database, and it wants to run the full setup again, which I did. It seems to ignore all of the information in the tables (e.g. settings, posts, topics, etc.).

I also tried creating a new database first, setting it's compatability level to SQL 2000 (trying different things to get it to work), but I still get the same results.

The forums can see and talk to the database, but it thinks it's a brand-new set of tables and forces me to "create" them. Then it just doesn't see that there are already settings in there.

Podge - I tried following the instructions in the link you provided, but it doesn't speak to how you actually move the data from the old server to the new server, after it's detached. At this point, I assume you simply do a backup and restore, yes?

Thanks guys,
Rick<
Go to Top of Page

webby4x4
Starting Member

44 Posts

Posted - 24 May 2008 :  12:55:08  Show Profile
disregard last post, I'm an idiot. :)
my old ISP is going to detach the db, then move the .mdf and log files manually to an FTP site, where I can grab them, then do the "attach" method which are in the instructions that Podge sent.

I'll report back and let everyone know if this works.

thanks team!
RW<
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 24 May 2008 :  12:57:15  Show Profile  Send ruirib a Yahoo! Message
If the restoring the backup didn't fix it, likely the attach method won't do either. Seems like you may have a schema issue, just like Astralis.<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

webby4x4
Starting Member

44 Posts

Posted - 24 May 2008 :  13:03:56  Show Profile
OK... if the attach method doesn't work, should I create a new post, or just jump onto Astralis' post?

thanks Ruirib! You guys are fantastic!
Rick<
Go to Top of Page

webby4x4
Starting Member

44 Posts

Posted - 24 May 2008 :  13:22:42  Show Profile
OK. I've followed the instructions that Pdge posted explicitly. I get the following error when I try and access the forums:

The database could not be opened !!
Check your config.asp file and set the
strConnString so it points to the database.
Also check if strDBType is set to the right databasetype.



Code : 80004005

Error Description :
Cannot open database "4x4review" requested by the login. The login failed.


So, here's what I did. I created a new user on SQL, set the schema to "dbo" and mapped it to that specific database. I also gave it every possible permission I could. I've also updated the config.asp file too - that error above still exists.

I've also tried referencing other UID/PW combinations in the config.asp file that were automatically associated with that db. When I do this, I'm told "You need to create all the tables in the database before you can start using the forum."

I feel I'm soooo close.
Rick<

Edited by - webby4x4 on 24 May 2008 13:31:14
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 24 May 2008 :  13:58:28  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
In Enterprise Manager did you drill down to Users beneath the 4x4review database and add the user there ?<

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

webby4x4
Starting Member

44 Posts

Posted - 24 May 2008 :  14:07:59  Show Profile
yes. I went into Security --> Users --> and then New User. I applied god-like permissions (just to be safe) and associated the schema to dbo.

Rick<
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 24 May 2008 :  14:10:23  Show Profile  Send ruirib a Yahoo! Message
If you get the message that you need to create all tables, you're having a schema issue. Who was the owner of the tables in SQL Server 2000? If it was dbo, make sure you set db_owner as the default schema for the user you are now using to access the database.<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

webby4x4
Starting Member

44 Posts

Posted - 24 May 2008 :  14:13:53  Show Profile
well... that's interesting! There is no schema associated with the same user on the old SQL 2000 db.
What do you think I should do at this point?<
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 24 May 2008 :  14:15:48  Show Profile  Send ruirib a Yahoo! Message
Assign a default schema of dbo or db_owner to the user now, of course, if the owner in SQL 2000 was dbo.
The schema concept is new to SQL Server 2005. In SQL Server 2000, the user was the table's owner.<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

webby4x4
Starting Member

44 Posts

Posted - 24 May 2008 :  14:28:47  Show Profile
OK... I did that and now I get "You need to create all the tables in the database before you can start using the forum."<
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 24 May 2008 :  14:38:33  Show Profile  Send ruirib a Yahoo! Message
Add a table manually (use Management Studio and you can just add a sample column) check the schema used for that table and let me know about it.<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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 0.1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07