FDM Drill Through Issues

Scenario:

If you are using FDM for drill through, and you deploy FDM using a non-standard context path, users cannot drill through to FDM in data forms.

Solution:

Specify the new FDM path in a Planning application property. The context path is the part of the URL that accesses the deployed Web application. For example, in this URL, HyperionFDM is the context path: http://host:port/HyperionFDM/AuthorizedPages/. If you are using the standard context path of HyperionFDM, you do not need to add or change this property.

  To resolve FDM drill-through issues if FDM is deployed to a non-standard context path:

  1. In the Planning application, select Administration, then Manage Properties.

  2. Select Application Properties.

  3. Click Add, and enter this property name (avoid using spaces):

    ADD_HSP_RATES_DTURL_PATTERN

    The value for this property is a regular expression enclosed by slashes and asterisks: /* */. For example, the default value for FDM is /*HyperionFDM*/. To specify a different context path, substitute the new information for HyperionFDM.

  4. In the blank row, enter the new context path for Oracle Hyperion Financial Data Quality Management, Fusion Edition, enclosed by a forward slash and asterisk /* */, as in this hypothetical example:

    /*NewPath*/

  5. Click Save and confirm your changes.

  6. Stop and then restart the application server.