Author |
Topic |
|
brian.byrne
Starting Member
4 Posts |
Posted - 27 March 2007 : 05:47:07
|
Hello, I installed snitz a few months a go on clients website, they have recently moved servers so they are getting the following error:
[code] Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open database requested in login 'P56_CS'. Login fails.
/forums/inc_header.asp, line 111 [code]
I tried changing the strConnString in the config.asp but Im still getting the same problem.
I'm thinking i'll need to run " setup.asp?RC=5 " again? but have a bad feeling that will overwrite all their existing tables (deleting all member info).
Any idea on what i need to do here to sort this?
thanks in advance! |
|
brian.byrne
Starting Member
4 Posts |
Posted - 27 March 2007 : 06:03:25
|
Doh, ftp app wasnt actually overwriting the config.asp, so now I can connect. but I have annother problem, complete loss of styling... |
|
|
brian.byrne
Starting Member
4 Posts |
Posted - 27 March 2007 : 06:07:48
|
Sorry this isn't a bump, but im getting this error and loss of styling:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/forums/forum.asp, line 330
from reading other posts setup.asp should fix this but will it delete any forum posts or members etc? |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 27 March 2007 : 06:12:10
|
Setup.asp will not overwrite existing data in your database. Setup.asp does three things:
- Creates the tables if you are setting up a new forum.
- Updates the table structures if you are upgrading your forum.
- Repopulates the application variables based on what's currently stored in your configuration table.
As you are not setting up a new forum nor upgrading, it will just perform the last action for you.
Also note that, rather than making multiple posts in quick succession, you can and should edit your post using the relevant icon that appears above it.
|
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
Edited by - Shaggy on 27 March 2007 06:13:03 |
|
|
brian.byrne
Starting Member
4 Posts |
Posted - 27 March 2007 : 07:54:10
|
yeah sorry about that i coudnt see an edit link, i'll look harder next time!
thanks for the reply. |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
|
Topic |
|