Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This topic lists troubleshooting tips for the Ektron integration process.

  • If the AptifyIntegrationWS.asmx file is not inheriting permissions from its folder, perform the following steps:

    1. Browse to the location where you placed the AptifyIntegrationWS.asmx file on the web server.

    2. Right‐click the file and select Properties from the pop‐up menu.

    3. Click the Security tab and review the file’s current permissions.

    4. If no users or groups have permission to the file, click the Advanced button to open the Advanced Security Settings dialog.

    5. Select the Allow inheritable permissions from the parent to propagate to this object and all child objects option.

    6. Click Apply and then OK to close all open dialogs.
       
  • As you add e-Business user controls to Ektron pages, one or more pages may fail to load due to a missing ScriptManager. If you see this error, add the following code to the page before any controls that need to use it:

    No Format
    nopaneltrue
    <div>
    <asp:scriptmanager id="ScriptManager1" runat="server">
    </asp:scriptmanager>
    </div>

...