I installed SSRS feature on an existing SQL2008 Server, but when I go to Reporting Services Configuration Manager and try to manually create ReportServer database, I get the following issue:
![]()
When I click on the 'Error' next to 'Running database script', the following error message displays:
System.Data.SqlClient.SqlException: profile name is not valid
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.ReportingServices.Common.DBUtils.ApplyScript(SqlConnection conn, String script, ICommandWrapperFactory commandWrapper)
at Microsoft.ReportingServices.Common.DBUtils.ApplyScript(String connectionString, String script)
at ReportServicesConfigUI.SqlClientTools.SqlTools.ApplyScript(String connectionString, String script)
The ReportServer database gets created, but no objects (tables, sp's, etc) get created and no ReportServerTempdb is created.
Both the SSRS and SQLAgent Service are running under 'NT AUTHORITY\Local Service' startup account.
How can I troubleshoot this error and resolve it, in order to get ReportServer & ReportServerTempdb created and populated correctly?
Thanks in advance,
Phil Streiff, MCDBA, MCITP, MCSA