Database Report Server

时间:2013-01-18 15:57:12

标签: reporting-services ssrs-2008 reportserver

我正在配置报表服务器,但是在尝试创建报表服务器数据库时遇到了一些问题。

我有这个错误:

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)

有什么建议吗?

0 个答案:

没有答案