SQL Server Setup has determined that the following account properties are not specified: 'SQLBROWSERACCOUNT'

  • Hi,

    I'm installing SQL Server 2005 in 2 node cluster setup and I'm getting the below error:

    TITLE: Microsoft SQL Server 2005 Setup

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

    SQL Server Setup has determined that the following account properties are not specified: 'SQLBROWSERACCOUNT' . The properties specify the startup account for the services that are installed. To proceed, refer to the template.ini and set the properties to valid account names. If you are specifying a windows user account, you must also specify the password for the account.

    For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.06&EvtSrc=setup.rll&EvtID=28006&EvtType=sqlca%5csqlguica.cpp%40SetUnattendedSvcAccountProp%40SetUnattendedSvcAccountProp%40x6d66

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

    BUTTONS:

    OK

    On node1, before installing SQL Server 2005 on this 2 node cluster setup, I have installed a stand alone SQL Server 2008 instance & installed SQL Server 2005 backward compatibility components to run a DTS package

    Please advice that where can I specify the properties for 'SQLBROWSERACCOUNT' to resolve the issue. I have installed SQL Server 2005 many times but I did not get any issues. But this time I'm already tried several times installing SQL Server 2005 with no luck!!

    Thanks

  • I think you're having the same problem I ran into a while ago.

    I had a 2005 standalone on server A. I then wanted to install a 2005 cluster on server A and B. I got a similar/same error.

    This is because installing the standalone on server A creates a browser service which makes the cluster install THINK the browser is already created on server B.

    I resolved this issue by installing a 2005 standalone on server B, which creates the browser service. I Then installed the 2005 cluster on A and B. It worked fine.

    An alternative could be that you try to remove the install on server A then try to install the cluster.

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

  • Thanks Clavo,

    I have resolved this issue as below:

    Went through the link http://nothinginparticularsid.blogspot.com/2007/08/sql-server-2005-express-advanced.html

    Provided the Browser service account Local\NetworkServcie in template.ini (which will exist in the SQL Server setup media)

    And run the setup from command prompt by going to the folder where setup files exist as below (In my case, I have the installation media on C drive)

    setup.exe /settings C:\template.ini

    Thanks

  • anybody had this issue and tried the solution that worked for me?

  • I had tried that when I ran into the same problem. Unfortunately, that fix didn't work for me. That's the reason I installed the standalone to get the browser account.

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

Viewing 5 posts - 1 through 4 (of 4 total)

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