This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi Power BI Support,
I just wounder how I can install Power BI Report Server on the Amazon RDS.
According to the Database Permissions from Configure a Report Server Database Connection (SSRS Configuration Manager) which I found here https://docs.microsoft.com/en-us/sql/reporting-services/install-windows/configure-a-report-server-da....
I need to set following Database Permissions:
- public and RSExecRole roles for the ReportServer database.
- RSExecRole role for the master, msdb, and ReportServerTempDB databases.
But RSExecRole for master and msdb can not be set in Amazon RDS.
I get the following error:
System.Data.SqlClient.SqlException (0x80131904): The SELECT permission was denied on the object 'sysusers', database 'mssqlsystemresource', schema 'sys'.
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.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)
ClientConnectionId:f1c5e83e-a222-453f-a45f-98b16e5fa347
Error Number:229,State:5,Class:14
Is there any way to install/configure Power BI Report Server on Amazon RDS?
kind regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.