dbTalk Databases Forums  

Only Administrator May Connect

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss Only Administrator May Connect in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dan
 
Posts: n/a

Default Only Administrator May Connect - 04-07-2004 , 06:56 PM







What would cause a SQL Server 2000 Clustered server to
output the error message listed below. This is a Windows
2000 Advanced Server. The error was pulled out of the SQL
Server Errorlog.

Error Message:
Login failed for user 'DALLAS\BLKSDRRT'. Only
administrators may connect at this time.

Thank You,

Dan

Reply With Quote
  #2  
Old   
Stephen Strong
 
Posts: n/a

Default RE: Only Administrator May Connect - 04-07-2004 , 09:21 PM






You may have the database access restricted to members of db_owner, dbcreator or sysadmins. Administrators can set this using either SQL Enterprise Manager or the sp_dboptions '[database name]','dbo use only' TSQL command. If you run the previous command (and you are in the sysadmin role or db_owner role) it will tell you if it is "ON" or "OFF".

Reply With Quote
  #3  
Old   
Rand Boyd [MSFT]
 
Posts: n/a

Default RE: Only Administrator May Connect - 04-12-2004 , 12:57 PM



This can also occur if SQL Server it self has been set to single user mode.

Rand
This posting is provided "as is" with no warranties and confers no rights.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.