Sql2005 Cluster, how do you get to surface area configuration

  • On a SQL 2005 Cluster I am trying to open up the Surface Area Configuration while logged onto the server via the Virtual server name. As I open it I get this message but I AM connected via that not by the physical server. What am I missing here? Win2003 SQL 2005 SP3

    TITLE: Surface Area Configuration

    ------------------------------

    You cannot configure surface area of clustered services by connecting to a computer name. Connect to the virtual server to configure clustered services. (SQLSAC)

  • doesnt matter if you are logged onto the machine via the virtual name. You need to tell SAC manager by clicking the 'change computer' option and specifying the virtual server name.

    Currently it will read something like 'Configure surface area for localhost'. Change this to be the virtual server name!

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Wow.... Great... Thanks! That worked...

  • your welcome

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • I was able to log in to the SAC with the virtual server name but when I try to enable xp_cmdshell I get "Alter failed.

    ------------------------------

    ADDITIONAL INFORMATION:

    Could not load file or assembly 'Microsoft.SqlServer.BatchParser, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. (Microsoft.SqlServer.ConnectionInfo)"

    Any advice?

    Everything is relative.

  • Please start another thread for your issue. We will try to help you.

  • Thanks but I went ahead and used this T-SQL;

    sp_configure 'show advanced options', 1;

    GO

    RECONFIGURE;

    GO

    sp_configure 'xp_cmdshell', 1;

    GO

    RECONFIGURE;

    GO

    Everything is relative.

  • thanks,

    i was having the same issue and got resolved.

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply