HFMLCMService Web Service Connectivity and Configuration Settings

For the LCM Web Service to run correctly, the LCM Web Service (HFMLCMService) must exist in Microsoft IIS Web server, and the values for the executionTimeout and any modifications to the maxRequestLength properties in Web.Config must be correct.

  To check connectivity to HFMLCMService, go to http://HFM_WEBSERVER/HFMLCMService/LCMWS.asmx.

If the service is running correctly, a page that contains the names of the LCM Web Service methods is displayed.

  To modify the executionTimeout and maxRequestLength HFMLCMService properties:

  1. In a text editor, open Web.Config in EPM_ORACLE_HOME/products/FinancialManagement/Web/HFMLCMService.

  2. (Optional) For very large LCM artifacts, increase the values for executionTimeout (in seconds) and maxRequestLength (in kilobytes) in the following line:

    <!-- Maximum value allowed is 2GB - Currently set waiting time to 1hours, 1.5GB data transfer-->
        <httpRuntime executionTimeout="3600" maxRequestLength="1572864" />

    Caution!

    Incorrect modification could cause the HFMLCM Web Service to fail.

  3. Save and close Web.Config.

  4. Reset Microsoft IIS Web server (iisreset).