0

レポート サーバーを構成していますが、レポート サーバー データベースを作成しようとすると問題が発生します。

このエラーがあります:

System.Data.SqlClient.SqlException: 
CREATE DATABASE permission denied in database 'master'.
   em System.Data.SqlClient.SqlConnection.OnError(
       SqlException exception, Boolean breakConnection)
   em System.Data.SqlClient.SqlInternalConnection.OnError(
       SqlException exception, Boolean breakConnection)
   em System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(
       TdsParserStateObject stateObj)
   em System.Data.SqlClient.TdsParser.Run(
       RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, 
       BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   em System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(
       String methodName, Boolean async)
   em System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(
       DbAsyncResult result, String methodName, Boolean sendToPipe)
   em System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   em Microsoft.ReportingServices.Common.DBUtils.ApplyScript(
       SqlConnection conn, String script, ICommandWrapperFactory commandWrapper)
   em Microsoft.ReportingServices.Common.DBUtils.ApplyScript(
       String connectionString, String script)
   em ReportServicesConfigUI.SqlClientTools.SqlTools.ApplyScript(
       String connectionString, String script)

助言がありますか?

4

0 に答える 0