メイン コンテンツに進む
  • すばやく簡単にご注文が可能
  • 注文内容の表示、配送状況をトラック
  • 会員限定の特典や割引のご利用
  • 製品リストの作成とアクセスが可能
  • 「Company Administration(会社情報の管理)」では、お使いのDell EMCのサイトや製品、製品レベルでのコンタクト先に関する情報を管理できます。
一部の文書番号が変更されている可能性があります。探しているものではない場合は、すべての文書を検索してみてください。文書の検索

Exchange ActiveSync Configuration Tool is unable to configure communication with Policy Proxy

概要: This article discusses an issue with the Exchange ActiveSync (EAS) Configuration Tool displaying the error message "Failed to add the OTASync module declaration." during the setup of the Exchange ActiveSync management. ...

この記事は自動翻訳されたものである可能性があります。品質に関するフィードバックがある場合は、このページの下部にあるフォームを使用してお知らせください。

文書の内容


現象

Affected Products:

  • Dell Data Protection | Enterprise Edition
  • Dell Data Protection | Virtual Edition

When running the EAS Configuration Tool to set up Exchange ActiveSync management while the Exchange ActiveSync web application is configured to run in IIS Classic mode, policy communication errors occur and the following message displays:

"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

原因

Not Applicable

解決方法

To work around this issue, if possible, use IIS Integrated mode.

As an alternative, the web.config and EASMailboxManager.exe.config files can be modified to correct the issue.

Note: Take special care not to overwrite the <configsection> if one exists, but instead add the OTASync config section inside the existing <configSection>. The same care should be taken with the <httpModules> section.

Go to the EASConfigUtility.log, at the following path (c:\Program Files\Dell\EAS Configuration Utility\EASConfigUtility.log), on your Exchange Server.

  1. The PolicyProxy address should be set to the IP address or hostname of the Policy Proxy as entered in the Server UI at setup.
  2. In the web.config file, under <configuration>, add the following:
<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"/>
Note: The "localhost" must be changed to the Dell Data Protection | Enterprise Edition Server FQDN.
         </PolicyProxies>
  </ExchangeManagementConfig>

To contact support, reference Dell Data Security International Support Phone Numbers.
Go to TechDirect to generate a technical support request online.
For additional insights and resources, join the Dell Security Community Forum.

文書のプロパティ


影響を受ける製品

Dell Encryption

最後に公開された日付

06 3月 2024

バージョン

9

文書の種類

Solution