Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Custom Log Shipping

Author  Topic 

mparter
Yak Posting Veteran

86 Posts

Posted - 2005-03-10 : 19:33:36
I've finally got the solution outlined at http://www.sql-server-performance.com/sql_server_log_shipping.asp to work. The problem now, is with the standby database on the development server. It's in read-only mode as it should be but if I try and read any of the data in the tables from EM, I receive the following error:-

Connection failed:
SQLState: '08004'
SQL Server Error: 4060
Server rejected the connection; Access to the selected database has been denied

If, I try and access any table in the same database from QA, it works fine

I'm logged into the server as a local administrator so I'm not sure that it's a permissions issue.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2005-03-10 : 19:58:57
Not sure why you'd want to view them inside Enterprise Manager, but I would suggest running SQL Profiler to determine what the problem is. Make sure to include the Exceptions event class in the trace.

Tara
Go to Top of Page

mparter
Yak Posting Veteran

86 Posts

Posted - 2005-03-11 : 03:09:36
OK, thanks, I'll give that a try.
Go to Top of Page

mparter
Yak Posting Veteran

86 Posts

Posted - 2005-03-11 : 04:26:24
OK, ran the profiler and all I got was a list like so:-

SPID
------------------
Exception 54
Exception 54
Exception 54

Is there any way to get a more descriptive output?
Go to Top of Page
   

- Advertisement -