Я пытался настроить Sql Server Reporting Services 2008 для отправки электронной почты при создании подписок. Я работал SSRS в основном режиме. Всякий раз, когда я пытался создать новую подписку на электронную почту, это сообщение об ошибке появлялось в файлах журнала:
library!ReportServer_0-3!14e4!01/30/2009-12:58:52:: Call to GetSystemPermissionsAction().
library!ReportServer_0-3!1684!01/30/2009-12:58:52:: Call to GetPermissionsAction(/Report Folder/Report Name).
library!ReportServer_0-3!14e4!01/30/2009-12:58:52:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedNativeModeException: This operation is not supported on a report server that runs in native mode., ;
Info: Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedNativeModeException: This operation is not supported on a report server that runs in native mode.
extensionfactory!ReportServer_0-3!14e4!01/30/2009-12:58:52:: e ERROR: Exception caught instantiating Report Server DocumentLibrary report server extension: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'Microsoft.ReportingServices.SharePoint.SharePointDeliveryExtension.DocumentLibraryProvider' threw an exception. ---> Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedNativeModeException: This operation is not supported on a report server that runs in native mode.
Большинство решений в Интернете предполагают, что проблема была вызвана
- Неправильная настройка
получение SMTP-сервера
- Ненадлежащее
настройка параметров электронной почты
в службах отчетности
Диспетчер конфигурации
- Использование
не доменный пользователь как выполнение
Счет
Однако ни одно из этих решений не помогло мне.