Hi All,
I have multiple issues with SQL Server 2016 post deployment in a fresh Windows Server 2016 box.
I never had such kind of issues with SQL 2008 & 2012.
During the installation of SQL 2016 When there is an option to provide the application level Administration access, I added my service account & a security group so that will have the SQL access post installation.
M domain account is a part of that security group which i provided.
It seems i get different errors when i login to the SSMS like the below:
Also while reset of my SSRS as it got messed up during an application installation when the application was using it to deploy its reporting, When i tried to reset the SQL reporting services using the reset tool provided by Microsoft it says it was not able to access the master database.
Please enter the password to use for Setting up database connection
The account is validated, now we will try and restore this SRS instance.
Unhandled Exception: System.Data.SqlClient.SqlException: CREATE DATABASE permission denied in database 'master'.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.EnterpriseManagement.Mom.ReportingTools.ResetSRSTool.RunSQLScriptHelper(String sqlScript, String sqlSRSServer)
at Microsoft.EnterpriseManagement.Mom.ReportingTools.ResetSRSTool.ResetSRS(String instanceId)
at Microsoft.EnterpriseManagement.Mom.ReportingTools.ResetSRSTool.Main(String[] args
Even though my account is added to a group which should have the sysadmin permissions i get these errors.
Does any have any idea what is wrong and how can this be fixed ?