Exchange ActiveSync 配置工具无法配置与策略代理的通信
Summary: 本文讨论了 Exchange ActiveSync (EAS) 配置工具在设置 Exchange ActiveSync 管理期间显示错误消息“Failed to add the OTASync module declaration.”的问题。
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
受影响的产品:
- Dell Data Protection | Enterprise Edition
- Dell Data Protection | Virtual Edition
当运行 EAS 配置工具以设置 Exchange ActiveSync 管理而 Exchange ActiveSync Web 应用程序配置为在 IIS 经典模式下运行时,会发生策略通信错误,并显示以下消息:
"Failed to add the OTASync module declaration." Log entry: 2014-08-25 12:03:32,971 ERROR Credant.EASConfig.EASMDConfig I[] T[1] - Failed to setup the modules section System.NullReferenceException: Object reference not set to an instance of an object. at Credant.EASConfig.EASMDConfig.AddIISModuleSection() 2014-08-25 12:03:32,971 ERROR Credant.EASConfig.EASMDConfig I[] T[1] - Failed to add the OTASync module declaration
Cause
不适用
Resolution
要解决此问题,如果可能,请使用 IIS 集成模式。
作为替代方法,可以修改 web.config 和 EASMailboxManager.exe.config 文件以纠正此问题。
提醒:请特别注意不要覆盖 <configsection> (如果存在),而是添加
OTASync config 部分。<>对于< httpModules> 部分,也应采取同样的措施。
在 Exchange Server 上的以下路径 (c:\Program Files\Dell\EAS Configuration Utility\EASConfigUtility.log) 上,转至 EASConfigUtility.log。
- PolicyProxy 地址应设置为设置时在服务器 UI 中输入的策略代理的 IP 地址或主机名。
- 在 web.config 文件的“配置>”下<,添加以下内容:
<configSections> <section name="OTASyncConfig" type="Credant.OTASync.OTASyncControlConfigSection, OTASyncControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=5d874789881803c4" /> </configSections> <OTASyncConfig> <ModeSettings mode="Full" /> <CacheSettings enabled="true" ttl="25" /> <PolicyProxies> <PolicyProxy address="localhost" port="8090"/> </PolicyProxies> </OTASyncConfig> under <system.web>, add the following: <httpModules> <add name="OTASyncControl" type="Credant.OTASync.OTASyncModule, OTASyncControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=5d874789881803c4" /> </httpModules> in the EASMailboxManager.exe.config file, under <configuration> add the following: <configSections> <section name="ExchangeManagementConfig" type="Credant.ExchangeManagement.ExchangeManagementConfigSection, EASMailboxManager"/> </configSections> <ExchangeManagementConfig> <ServiceSettings startupdelay="5" /> <PolicyProxies pollinginterval="1"> <PolicyProxy address="localhost" port="8090"/>
提醒:必须将“localhost”更改为 Dell Data Protection | Enterprise Edition Server FQDN。
</PolicyProxies> </ExchangeManagementConfig>
要联系支持部门,请参阅 Dell Data Security 国际支持电话号码。
转至 TechDirect,在线生成技术支持请求。
要获得更多见解和资源,请加入戴尔安全社区论坛。
Affected Products
Dell EncryptionArticle Properties
Article Number: 000145272
Article Type: Solution
Last Modified: 06 Mar 2024
Version: 9
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.