PME 2020 - A report subscription with Active Directory Window Users as Recipients will fail when delivering the report
Issue
A report subscription with Active Directory Window Users as Recipients will fail when delivering the report
The subscription will fail with the following error in ION_SystemLog:
ION Web General ERROR 2020-05-21 19:31:31.877 Subscription Renderer Service SendSubscriptionNotification Server Name Exception sending notification for subscription '6'.
Microsoft.Practices.ServiceLocation.ActivationException: Activation error occured while trying to get instance of type LogWriter, key "" ---> Microsoft.Practices.Unity.ResolutionFailedException: Resolution of the dependency failed, type = "Microsoft.Practices.EnterpriseLibrary.Logging.LogWriter", name = "(none)". Exception occurred while: while resolving. Exception is: InvalidOperationException - The type LogWriter cannot be constructed. You must configure the container to supply this value. ----------------------------------------------- At the time of the exception, the container was: Resolving Microsoft.Practices.EnterpriseLibrary.Logging.LogWriter,(none) ---> System.InvalidOperationException: The type LogWriter cannot be constructed. You must configure the container to supply this value.
Environment
Power Monitoring Expert 2020
Report Subscription
Cause
There are two causes for this issue:
2) Missing config file XML that controls how to log this into SystemLog
Resolution
1) Update SubscriptionRenderer.exe.config
- Add the following section after the <configuration> tag (in the begging of the file)
<configSections>
<section name="loggingConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.LoggingSettings, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="true" />
</configSections>
<loggingConfiguration configSource="diagnostic-log.config" />
It should like similar to this:
3) Restart IIS and ION Application Core service (that will force all the ION Application services to restart)
This will allow the report to be delivered by email for the windows users (active directory).
Additional Information
This may be addressed by the future release of a software cumulative update (CU2).
發佈於: 施耐德電機Taiwan
需要協助?
產品選型工具
快速輕鬆地為您的應用找到合適的產品和附件。
取得報價
立即線上提交您的銷售需求,專業團隊將主動聯繫您。
購買地點
輕鬆在您所在地區找到最近的施耐德電機經銷商。
支援中心
在同一位置找到滿足您所有需求的支援資源。