error 21770greenspun.com : LUSENET : SQL Server Database Administration : One Thread |
A few weeks ago, I was restoring some devices that had been dropped from one of our servers. I used DISK REINIT and then DISK REFIT. After I did this procedure following the instructions in the SQL Books Online, I get the following error when I select the device from SEM and click on edit: Error 21770 The name '' was not found in the Database collection. Is there a way to fix this? The only way I have been able to expand a database on this device was to use ALTER DATABASE for the Query tool. Any help would be appreciated.
-- Anonymous, August 03, 1998
Kimberley,My guess is that the REINIT and REFIT have your SQL Server somewhat confused as to its identity and that this is causing the problem discussed in the Microsoft Knowledge Base article below.
Hope this helps.
Eric
PRB: Pull Replication Setup May Encounter SQL-DMO Error 21770
Last reviewed: April 9, 1997 Article ID: Q155080
The information in this article applies to:
Microsoft SQL Server, version 6.5
SYMPTOMS
If both publication and subscription servers are registered as using trusted connection, the following two SQL-DMO Error 21770 messages appear during the pull subscription scenario setup:
The name '' was not found in the logins collections.
The name '' was not found in the Database collection.
WORKAROUND
Use standard security to register both servers.
-- Anonymous, August 04, 1998
Eric,I saw this article in Microsoft's Knowledge Base. However, this server is not being used for replication either in a push or pull capacity.
Any other ideas?
-- Anonymous, August 04, 1998
Kimberley,Sorry, I don't have any more ideas.
Eric
-- Anonymous, August 04, 1998