Home Forums SQL Server 2012 SQL 2012 - General Silent Install Of 2 SSRS Instances With Same Service Account RE: Silent Install Of 2 SSRS Instances With Same Service Account

  • The funny thing is If I do an install via SQL Install wizard I can add the 2nd instance no problem. The only thing I am changing is the instance name. I changed to instance name sql2 for silent and no luck but via wizard I use sql3 for instance name and it works fine. Seems it has something to with when the instance name is appended to the service account. I see the below in the logs for non working silent install. Im not sure why its asking for a password for 'NT Service\ReportServer'

    (01) 2013-10-09 20:25:03 Slp: Sco: Attempting to format the virtual account name from service name 'ReportServer$SQL2'

    (01) 2013-10-09 20:25:03 Slp: Sco: Attempting to validate credentials for user account 'NT Service\ReportServer' and service name 'ReportServer$SQL2'

    (01) 2013-10-09 20:25:03 Slp: Sco: Attempting to determine if the account 'NT Service\ReportServer' is Virtual Account

    (01) 2013-10-09 20:25:03 RS: The credentials you provided for the Reporting Services service are invalid. To continue, provide a valid account and password for the Reporting Services service.

    (01) 2013-10-09 20:25:03 RS: Microsoft.SqlServer.Configuration.Sco.InvalidVAException: Virtual Account 'NT Service\ReportServer' provided for 'ReportServer$SQL2' is either not a valid account or cannot be used for this service.

    at Microsoft.SqlServer.Configuration.RSExtension.SQLRSConfigurationPublic.IsValidServiceAccount(ServiceContainer context, String userName, SqlSecureString password)

    (01) 2013-10-09 20:25:03 Slp: Validation for setting 'AGTSVCACCOUNT' failed. Error message: Virtual Account 'NT Service\SQLSERVERAGENT' provided for 'SQLAgent$SQL2' is either not a valid account or cannot be used for this service.

    (01) 2013-10-09 20:25:03 Slp: Validation for setting 'SQLSVCACCOUNT' failed. Error message: The SQL Server service account login or password is not valid. Use SQL Server Configuration Manager to update the service account.

    (01) 2013-10-09 20:25:03 Slp: Validation for setting 'RSSVCAccount' failed. Error message: The credentials you provided for the Reporting Services service are invalid. To continue, provide a valid account and password for the Reporting Services service.

    (01) 2013-10-09 20:25:03 Slp: Error: Action "Microsoft.SqlServer.Configuration.SetupExtension.ValidateFeatureSettingsAction" threw an exception during execution.