SQL Server 2000 on a two-node cluster, mixed authentication
I moved a database from one server to another (detached it, moved it to the new drives, attached it, cleared orphaned logins, put proper logins back). Tested it and almost everything worked fine. My users can access the data, but my backup job keeps failing.
I failed the server and cluster over to the other node and now the users can not access the database (and it's only this one, they can access all others). I still can't back it up.
I see their logins in the Error Log and the OS Event Logs. I am not getting any error messages in either place.
The only error messages I see are on the user's workstation:
(I had to 'sanitize' the names used.)
1st error message:
SELECT permission denied on object 'ObjectName', database 'DatabaseName', owner 'dbo'.
The cursor was not declared.
when I select OK on that error, I get:
DatabaseName ODBC data source does not contain the ObjectName schema!!
Anyone have any idea of what happened/what I did wrong or didn't finish?
-SQLBill
I moved a database from one server to another (detached it, moved it to the new drives, attached it, cleared orphaned logins, put proper logins back). Tested it and almost everything worked fine. My users can access the data, but my backup job keeps failing.
I failed the server and cluster over to the other node and now the users can not access the database (and it's only this one, they can access all others). I still can't back it up.
I see their logins in the Error Log and the OS Event Logs. I am not getting any error messages in either place.
The only error messages I see are on the user's workstation:
(I had to 'sanitize' the names used.)
1st error message:
SELECT permission denied on object 'ObjectName', database 'DatabaseName', owner 'dbo'.
The cursor was not declared.
when I select OK on that error, I get:
DatabaseName ODBC data source does not contain the ObjectName schema!!
Anyone have any idea of what happened/what I did wrong or didn't finish?
-SQLBill